--- libyaml-tiny-perl-1.14.orig/debian/rules +++ libyaml-tiny-perl-1.14/debian/rules @@ -0,0 +1,76 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + + [ ! -f Makefile ] || $(MAKE) realclean + + dh_clean build-stamp install-stamp + +install: build install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_clean -k + + $(MAKE) test + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + + # As this is a architecture independent package, we are not + # supposed to install stuff to /usr/lib. MakeMaker creates + # the dirs, we delete them from the deb: + rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5 + + touch install-stamp + +binary-arch: +# We have nothing to do by default. + +binary-indep: build install + dh_testdir + dh_testroot +# dh_installcron +# dh_installmenu +# dh_installexamples + dh_installdocs README + dh_installchangelogs Changes + dh_perl + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libyaml-tiny-perl-1.14.orig/debian/control +++ libyaml-tiny-perl-1.14/debian/control @@ -0,0 +1,23 @@ +Source: libyaml-tiny-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl (>= 5.8.8-7 ), libmodule-install-perl +Maintainer: John Lightsey +Standards-Version: 3.7.2 + +Package: libyaml-tiny-perl +Architecture: all +Depends: perl +Description: Read/Write YAML files with as little code as possible + The YAML specification is huge. Like, really huge. It contains all the + functionality of XML, except with flexibility and choice, which makes it + easier to read, but with a full specification that is more complex than XML. + . + The pure-Perl implementation of YAML costs just over 4 megabytes of memory + to load. Just like with Windows .ini files (3 meg to load) and CSS + (3.5 meg to load) the situation is just asking for a YAML::Tiny module, an + incomplete but correct and usable subset of the functionality, in as little + code as possible. + . + Homepage: http://search.cpan.org/~adamk/YAML-Tiny-1.04/ --- libyaml-tiny-perl-1.14.orig/debian/compat +++ libyaml-tiny-perl-1.14/debian/compat @@ -0,0 +1 @@ +5 --- libyaml-tiny-perl-1.14.orig/debian/copyright +++ libyaml-tiny-perl-1.14/debian/copyright @@ -0,0 +1,20 @@ +This is the debian package for the YAML-Tiny module. +It was created by John Lightsey +using dh-make-perl on 28 Apr 2007. + +The upstream author is: + +Adam Kennedy . + +YAML::Tiny is licensed under the same terms as perl itself: + +a) the GNU General Public License as published by the Free + Software Foundation; either version 1, or (at your option) any + later version, or +b) the "Artistic License" + +The full text of the GPL is available on Debian systems in +/usr/share/common-licenses/GPL + +The full text of the Artistic License is available on Debian +systems in /usr/share/common-licenses/Artistic --- libyaml-tiny-perl-1.14.orig/debian/changelog +++ libyaml-tiny-perl-1.14/debian/changelog @@ -0,0 +1,43 @@ +libyaml-tiny-perl (1.14-1) unstable; urgency=low + + * New upstream release + + -- John Lightsey Sat, 15 Sep 2007 10:23:49 -0500 + +libyaml-tiny-perl (1.13-1) unstable; urgency=low + + * New upstream release + + -- John Lightsey Sat, 21 Jul 2007 15:36:00 -0500 + +libyaml-tiny-perl (1.12-1) unstable; urgency=low + + * New upstream release + + -- John Lightsey Sun, 24 Jun 2007 17:51:00 -0500 + +libyaml-tiny-perl (1.09-1) unstable; urgency=low + + * New upstream release + + -- John Lightsey Fri, 01 Jun 2007 22:44:00 -0500 + +libyaml-tiny-perl (1.08-1) unstable; urgency=low + + * New upstream release + + -- John Lightsey Sun, 20 May 2007 22:17:00 -0500 + +libyaml-tiny-perl (1.05-1) unstable; urgency=low + + * New upstream release + + -- John Lightsey Mon, 14 May 2007 22:41:57 -0500 + +libyaml-tiny-perl (1.04-1) unstable; urgency=low + + * Initial Release. + closes: #421556 + + -- John Lightsey Sat, 28 Apr 2007 14:02:57 -0500 +