--- libyaml-tiny-perl-1.41.orig/debian/rules +++ libyaml-tiny-perl-1.41/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: + [ ! -d $(TMP)/usr/lib/perl5 ] || 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.41.orig/debian/changelog +++ libyaml-tiny-perl-1.41/debian/changelog @@ -0,0 +1,125 @@ +libyaml-tiny-perl (1.41-1) unstable; urgency=low + + * New upstream release + + -- John Lightsey Sat, 06 Feb 2010 10:17:32 -0600 + +libyaml-tiny-perl (1.40-1) unstable; urgency=low + + * New upstream release + * Bump standards version to 3.8.3.0 + + -- John Lightsey Sun, 27 Sep 2009 11:51:02 -0500 + +libyaml-tiny-perl (1.39-1) unstable; urgency=low + + * New upstream release (Closes: #530300) + * Add debian/watch file + + -- John Lightsey Wed, 27 May 2009 08:02:30 -0500 + +libyaml-tiny-perl (1.36-1) unstable; urgency=low + + * New upstream release + + -- John Lightsey Mon, 20 Apr 2009 20:28:53 -0500 + +libyaml-tiny-perl (1.32-1) unstable; urgency=low + + * New upstream release (Closes: #485420, #485442) + + -- John Lightsey Mon, 09 Jun 2008 10:16:33 -0500 + +libyaml-tiny-perl (1.29-1) unstable; urgency=low + + * New upstream release + * Let dh_perl fill in package dependencies to silence lintian warning + + -- John Lightsey Sun, 20 Apr 2008 15:05:28 -0500 + +libyaml-tiny-perl (1.27-1) unstable; urgency=low + + * New upstream release + - Skip 04_scalar test when YAML.pm is not installed (Closes: #473944) + + -- John Lightsey Wed, 09 Apr 2008 19:05:00 -0500 + +libyaml-tiny-perl (1.26-1) unstable; urgency=low + + * New upstream release + + -- John Lightsey Wed, 26 Mar 2008 21:04:00 -0500 + +libyaml-tiny-perl (1.25-2) unstable; urgency=low + + * Check for existence of $(TMP)/usr/lib/perl5 before removing + closes: #467668 + * Update copyright file to silence lintian warnings + + -- John Lightsey Sun, 09 Mar 2008 20:35:00 -0500 + +libyaml-tiny-perl (1.25-1) unstable; urgency=low + + * New upstream release + * Bump standards version to 3.7.3.0 + * Convert Homepage in description to Homepage field in control file + + -- John Lightsey Wed, 23 Jan 2008 18:54:00 -0600 + +libyaml-tiny-perl (1.21-1) unstable; urgency=low + + * New upstream release + + -- John Lightsey Thu, 03 Jan 2008 21:01:00 -0600 + +libyaml-tiny-perl (1.20-1) unstable; urgency=low + + * New upstream release + * Remove build-depends-indep on libmodule-install-perl + * Update homepage link in debian/control + + -- John Lightsey Tue, 20 Nov 2007 20:56:00 -0600 + +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 + --- libyaml-tiny-perl-1.41.orig/debian/compat +++ libyaml-tiny-perl-1.41/debian/compat @@ -0,0 +1 @@ +5 --- libyaml-tiny-perl-1.41.orig/debian/watch +++ libyaml-tiny-perl-1.41/debian/watch @@ -0,0 +1,5 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/YAML-Tiny/ .*/YAML-Tiny-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ + --- libyaml-tiny-perl-1.41.orig/debian/copyright +++ libyaml-tiny-perl-1.41/debian/copyright @@ -0,0 +1,30 @@ +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 . + +COPYRIGHT + Copyright 2006 - 2008 Adam Kennedy. + + This program is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. + +All Debian specific changes copyright 2007-2008 John Lightsey and licensed +under the same terms as Perl itself. + +Perl is dual licensed under: + +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.41.orig/debian/control +++ libyaml-tiny-perl-1.41/debian/control @@ -0,0 +1,22 @@ +Source: libyaml-tiny-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl (>= 5.8.8-7 ) +Maintainer: John Lightsey +Standards-Version: 3.8.3.0 + +Package: libyaml-tiny-perl +Architecture: all +Depends: ${perl:Depends} +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/