--- libyaml-perl-0.62.orig/debian/compat +++ libyaml-perl-0.62/debian/compat @@ -0,0 +1 @@ +4 --- libyaml-perl-0.62.orig/debian/rules +++ libyaml-perl-0.62/debian/rules @@ -0,0 +1,62 @@ +#!/usr/bin/make -f + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +ifndef DESTDIR +DESTDIR=.. +endif +TMP =`pwd`/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + PERL_MM_USE_DEFAULT=1 INSTALL_PROGRAMS='ysh:xyx:yaml2outline' \ + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + -$(MAKE) realclean + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + #Enable if Test::Base is ACCEPTED + #$(MAKE) test + $(MAKE) install PREFIX=$(TMP)/usr + [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs README + dh_installexamples + dh_installchangelogs Changes + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb --destdir="$(DESTDIR)" + +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-perl-0.62.orig/debian/control +++ libyaml-perl-0.62/debian/control @@ -0,0 +1,15 @@ +Source: libyaml-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 4.1.0) +Build-Depends-Indep: perl (>= 5.6) +Maintainer: Florian Ragwitz +Standards-Version: 3.7.2 + +Package: libyaml-perl +Architecture: all +Depends: ${perl:Depends} +Description: YAML Ain't Markup Language (tm) + YAML is a generic data serialization language that is optimized for + human readability. It can be used to express the data structures of most + modern programming languages (including Perl, of course). --- libyaml-perl-0.62.orig/debian/changelog +++ libyaml-perl-0.62/debian/changelog @@ -0,0 +1,69 @@ +libyaml-perl (0.62-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Don't fail when perl is smart enough to not create empty + dirs (Closes: #467764) + + -- Marc 'HE' Brockschmidt Sat, 05 Apr 2008 17:11:24 +0200 + +libyaml-perl (0.62-1) unstable; urgency=low + + * New upstream release. + * Bump up Standards-Version to 3.7.2 (no changes). + + -- Florian Ragwitz Wed, 7 Jun 2006 16:49:34 +0200 + +libyaml-perl (0.57-2) unstable; urgency=low + + * Removed libclass-spiffy-perl and libtest-base-perl dependency. Those have + been removed with the last upstream release. + + -- Florian Ragwitz Sun, 5 Feb 2006 02:32:43 +0100 + +libyaml-perl (0.57-1) unstable; urgency=low + + * New upstream release. + + -- Florian Ragwitz Tue, 24 Jan 2006 02:10:05 +0100 + +libyaml-perl (0.39-1) unstable; urgency=low + + * New upstream release. + * New Maintainer with acknowledgment from Chip. + * Added the copyright statement to debian/copyright. + * Updated Standards-Version to 3.6.2. + * Moved the perl build-dep to build-dep-indep (Closes: #305525). + * Updated compat version to 4 and upgraded the debhelper dependency + accordingly. + + -- Florian Ragwitz Thu, 1 Dec 2005 15:33:42 +0100 + +libyaml-perl (0.38-2) unstable; urgency=low + + * Depend on Perl 5.6, to make package usable on woody. (closes: #303320) + * Fix section. + + -- Chip Salzenberg Wed, 6 Apr 2005 09:10:03 -0400 + +libyaml-perl (0.38-1) unstable; urgency=medium + + * New upstream release. + > hash keys with commas are quoted again. (closes: #298704) + + -- Chip Salzenberg Tue, 5 Apr 2005 07:58:48 -0400 + +libyaml-perl (0.36-1) unstable; urgency=low + + * New upstream release. + > Note: scripts "xyx" and "yaml2outline" were _deleted_ by upstream, + and are therefore no longer in this package. They probably should + never have been included in the package in the first place, though. + + -- Chip Salzenberg Tue, 8 Mar 2005 12:07:01 -0500 + +libyaml-perl (0.35-1) unstable; urgency=low + + * Initial Release. + + -- Chip Salzenberg Sat, 15 Feb 2003 15:42:12 -0500 + --- libyaml-perl-0.62.orig/debian/copyright +++ libyaml-perl-0.62/debian/copyright @@ -0,0 +1,15 @@ +This is the debian package for the YAML Perl module. + +Chip Salzenberg created this Debian package using +original YAML sources, as found on the Comprehensive Perl Archive +Network (CPAN) . The Debian Perl packaging tool +"dh-make-perl" was of great help. + +The upstream author is Brian Ingerson . + +Copyright (c) 2001, 2002, 2005. Brian Ingerson. All rights reserved. + +libyaml-perl may be redistributed under the terms of either the GNU +General Public License or the Artistic License. On a Debian GNU/Linux +systems, the complete text of these licenses may be found in the files +/usr/share/common-licenses/{GPL,Artistic}.