--- libyaml-shell-perl-0.71.orig/debian/changelog +++ libyaml-shell-perl-0.71/debian/changelog @@ -0,0 +1,48 @@ +libyaml-shell-perl (0.71-2.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Sun, 03 Jan 2021 15:45:31 +0100 + +libyaml-shell-perl (0.71-2) unstable; urgency=low + + * lifted standards version, updated build-dependencies + + -- Alexander Zangerl Sun, 14 Jan 2018 13:04:33 +1000 + +libyaml-shell-perl (0.71-1) unstable; urgency=low + + * New upstream release + * lifted standards-version + + -- Alexander Zangerl Thu, 26 Jan 2017 15:32:40 +1000 + +libyaml-shell-perl (0.70-1) unstable; urgency=low + + * New upstream release + * lifted standards version + + -- Alexander Zangerl Thu, 25 Feb 2016 21:22:42 +1000 + +libyaml-shell-perl (0.69-1) unstable; urgency=low + + * New upstream release + + -- Alexander Zangerl Sat, 25 Apr 2015 20:13:21 +1000 + +libyaml-shell-perl (0.60-2) unstable; urgency=low + + * lifted standards version, debhelper compat level + * updated description to silence lintian + + -- Alexander Zangerl Tue, 24 Sep 2013 13:01:55 +1000 + +libyaml-shell-perl (0.60-1) unstable; urgency=low + + * initial build + * reintroduces ysh to debian, which was provided by libyaml-perl + until version 0.67 - and then split off into this package (see bug #616338) + + -- Alexander Zangerl Mon, 04 Apr 2011 21:18:26 +1000 + --- libyaml-shell-perl-0.71.orig/debian/compat +++ libyaml-shell-perl-0.71/debian/compat @@ -0,0 +1 @@ +9 --- libyaml-shell-perl-0.71.orig/debian/control +++ libyaml-shell-perl-0.71/debian/control @@ -0,0 +1,17 @@ +Source: libyaml-shell-perl +Section: perl +Priority: optional +Maintainer: Alexander Zangerl +Build-Depends: debhelper (>= 9.0.0) +Build-Depends-Indep: perl, libyaml-perl (>= 0.67) | libyaml-syck-perl +Standards-Version: 4.1.3.0 + +Package: libyaml-shell-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libyaml-perl (>= 0.67) | libyaml-syck-perl +Conflicts: libyaml-perl (<< 0.67) +Homepage: http://search.cpan.org/~ingy/ +Description: YAML test shell + This package provides ysh, the YAML test shell, which is meant for + experimenting with the Perl YAML modules in an interactive fashion. + Any datastructures given in Perl are returned back in YAML (and vice versa). --- libyaml-shell-perl-0.71.orig/debian/copyright +++ libyaml-shell-perl-0.71/debian/copyright @@ -0,0 +1,18 @@ +This package was debianized by Alexander Zangerl . +It was downloaded from http://search.cpan.org/~ingy/YAML-Shell-0.60/ + +Upstream Author: Ingy döt Net + +Copyright: + +"Copyright (c) 2006, 2008. Ingy döt Net. + + Copyright (c) 2001, 2002. Brian Ingerson. + + This program is free software; you can redistribute it and/or modify it + under the same terms as Perl itself." + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. On Debian GNU/Linux systems, the complete text of the +GNU General Public License can be found in `/usr/share/common-licenses/GPL' +and the Artistic Licence in `/usr/share/common-licenses/Artistic'. --- libyaml-shell-perl-0.71.orig/debian/libyaml-shell-perl.docs +++ libyaml-shell-perl-0.71/debian/libyaml-shell-perl.docs @@ -0,0 +1 @@ +README --- libyaml-shell-perl-0.71.orig/debian/rules +++ libyaml-shell-perl-0.71/debian/rules @@ -0,0 +1,52 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + + +configure: Makefile +Makefile: Makefile.PL + dh_testdir + perl Makefile.PL INSTALLDIRS=vendor + +build-arch: build +build-indep: build + +build: build-stamp + +build-stamp: configure + dh_testdir + $(MAKE) OPTIMIZE="-O2 -g -Wall" + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f Makefile Makefile.old + dh_clean + +# Build architecture-independent files here. +binary-indep: build + dh_testdir + dh_testroot + dh_clean + dh_installdirs + $(MAKE) test + $(MAKE) install DESTDIR=$(CURDIR)/debian/libyaml-shell-perl/ + dh_install + dh_installdocs -n + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary configure --- libyaml-shell-perl-0.71.orig/debian/watch +++ libyaml-shell-perl-0.71/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-Shell-(.*).tar.gz debian