--- libpar-perl-0.980.orig/debian/copyright +++ libpar-perl-0.980/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Krzysztof Krzyzaniak (eloy) on +Mon, 21 Nov 2005 12:12:19 +0200. + +It was downloaded from: http://search.cpan.org/dist/PAR/ + +The upstream author is: Audrey Tang + +Copyright 2003-2008 by Audrey Tang + +This program is free software, you can redistribute it and/or modify it under +the same terms as Perl itself. + +Parts of package are covered by other licenses: + +Perl is distributed under licenses: + + 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" which comes with Perl. + + 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'. --- libpar-perl-0.980.orig/debian/rules +++ libpar-perl-0.980/debian/rules @@ -0,0 +1,65 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# 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 + +include /usr/share/quilt/quilt.make + +PERL ?= /usr/bin/perl +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: $(QUILT_STAMPFN) + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + PERL_TEST_POD=1 $(MAKE) test + touch $@ + +clean: unpatch + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + # lintian override for a long line with a hash + dh_installdirs /usr/share/lintian/overrides/ + install -m 644 $(CURDIR)/debian/lintian-overrides $(TMP)/usr/share/lintian/overrides/$(PACKAGE) + [ ! -d $(TMP)/usr/lib/perl5 ] || \ + rmdir --ignore-fail-on-non-empty --parents --verbose \ + $(TMP)/usr/lib/perl5 + touch $@ + +binary-arch: +# We have nothing to do here for an architecture-independent package + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs README + dh_installchangelogs ChangeLog + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libpar-perl-0.980.orig/debian/lintian-overrides +++ libpar-perl-0.980/debian/lintian-overrides @@ -0,0 +1 @@ +libpar-perl: manpage-has-errors-from-man usr/share/man/man3/PAR::Environment.3pm.gz 175: warning [p 1, 6.7i]: can't break line --- libpar-perl-0.980.orig/debian/watch +++ libpar-perl-0.980/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/PAR/ .+/PAR-v?(\d[\.\d]*).tar.gz --- libpar-perl-0.980.orig/debian/control +++ libpar-perl-0.980/debian/control @@ -0,0 +1,33 @@ +Source: libpar-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 6), quilt +Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-install-perl, + libmodule-scandeps-perl (>= 0.66), libarchive-zip-perl, + libpar-dist-perl (>= 0.22), libdigest-sha1-perl, libmodule-signature-perl, + libgetopt-argvfile-perl (>= 1.07), gnupg, libinline-perl, libtest-pod-perl +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian Perl Group +Uploaders: Florian Ragwitz , + Krzysztof Krzyzaniak (eloy) , Carlo Segre , + Damyan Ivanov , Niko Tyni , + gregor herrmann +Standards-Version: 3.7.3 +Homepage: http://par.perl.org/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpar-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/ + +Package: libpar-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libmodule-scandeps-perl (>= 0.66), + libarchive-zip-perl, libpar-dist-perl (>= 0.22), + libdigest-sha1-perl, libgetopt-argvfile-perl (>= 1.07), + libcompress-zlib-perl (>= 1.3), libfile-temp-perl +Recommends: gnupg, libmodule-signature-perl, libpar-packer-perl +Description: Perl Archive Toolkit + PAR lets you easily bundle a typical blib/ tree into a zip file, called a Perl + Archive, or PAR. + . + PAR supports loading XS modules by overriding DynaLoader bootstrapping methods; + it writes shared object file to a temporary file at the time it is needed. + --- libpar-perl-0.980.orig/debian/changelog +++ libpar-perl-0.980/debian/changelog @@ -0,0 +1,158 @@ +libpar-perl (0.980-1ubuntu0.1) intrepid-proposed; urgency=low + + * Unversion the libfile-temp-perl dependency. (LP: #295127) + + -- Anders Kaseorg Sun, 15 Feb 2009 15:09:00 -0500 + +libpar-perl (0.980-1) unstable; urgency=low + + * New upstream release. + + -- gregor herrmann Fri, 23 May 2008 17:38:34 +0200 + +libpar-perl (0.979-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: update years of copyright. + * Refresh debian/rules, no functional changes. + * debian/control: + - remove unnecessary ${shlibs:Depends} from Depends + - add /me to Uploaders + * Add lintian override for a warning about a long line in a manpage which + is caused by an example with a long hash value. + + -- gregor herrmann Fri, 16 May 2008 16:50:07 +0200 + +libpar-perl (0.977-1) unstable; urgency=low + + [ David Paleino ] + * New upstream release + * debian/control: + - updating Standards-Versions to 3.7.3 + + [ gregor herrmann ] + * debian/rules: delete /usr/lib/perl5 only if it exists. + + [ Damyan Ivanov ] + * clean Uploaders + * debhelper compatibility level 6 + * debian/rules: stop setting CFLAGS, we don't compile anything + * debian/watch: version 3; use dist-based URL; add v? to the pattern; + require that the version starts with a digit + * set Homepage: to http://par.perl.org/ + + -- Damyan Ivanov Thu, 10 Jan 2008 10:13:31 +0200 + +libpar-perl (0.976-2) unstable; urgency=high + + * Remove leftover symlink /usr/share/man/man1/parldyn.1p.gz, + parldyn is in libpar-packer-perl now. (Closes: #450916) + * High urgency due to an RC bugfix. + * fix inter-target dependencies in debian/rules to allow parallel build + + -- Niko Tyni Fri, 16 Nov 2007 16:43:34 +0200 + +libpar-perl (0.976-1) unstable; urgency=low + + [ Niko Tyni ] + * Updated dependencies on libmodule-scandeps-perl and libpar-dist-perl. + * Don't ignore the return value of 'make distclean'. + + [ David Paleino ] + * New upstream release (Closes: #419263) + * debian/control: + - added myself to Uploaders field (and wrapped it) + - Build-Depends field wrapped + - Depends field wrapped + - Homepage field added + - dependencies updated + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: + Homepage pseudo-field (Description); XS-Vcs-Svn fields. + + [ Damyan Ivanov ] + * Merged unreleased changelogs + * Do not ignore test failures + * Really enable POD tests + * Change architecture to all + * Move test suite from install to build target + * Add a patch to avoid endless loop in t/50-autoloaderfix.t + * Recommend libpar-packer-perl, which got spun-off upstream + * Freshen-up copyright&licensing statements after the split + + -- Damyan Ivanov Wed, 17 Oct 2007 13:05:40 +0300 + +libpar-perl (0.952-1) unstable; urgency=low + + * New upstream release. + * Set debhelper compatibility level to 5. + * Add libinline-perl to build dependencies. + + -- gregor herrmann Sat, 2 Sep 2006 19:45:59 +0200 + +libpar-perl (0.942-1) unstable; urgency=low + + * New upstream release + * debian/control: + + libmodule-scandeps-perl dependency updated to (>= 0.62) + + libpar-dist-perl dependency updated to (>= 0.13) + + -- Krzysztof Krzyzaniak (eloy) Fri, 28 Jul 2006 14:46:54 +0200 + +libpar-perl (0.94.1-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Tue, 27 Jun 2006 17:37:34 +0200 + +libpar-perl (0.94-1) unstable; urgency=low + + * New upstream release + * debian/control: + - libmodule-scandeps-perl dependency updated to (>= 0.60) + - libgetopt-argvfile-perl (>= 1.07) added to dependencies + + -- Krzysztof Krzyzaniak (eloy) Sun, 4 Jun 2006 23:28:22 +0200 + +libpar-perl (0.93-1) unstable; urgency=low + + * New upstream release + * debian/control: + - Standards-Version: increased to 3.7.2 without additional changes + - Some tweaks in long description + + -- Krzysztof Krzyzaniak (eloy) Tue, 23 May 2006 14:30:43 +0200 + +libpar-perl (0.92-1) unstable; urgency=low + + * New upstream release + * debian/control: increased version of libmodule-scandeps-perl and libpar-dist-perl + + -- Krzysztof Krzyzaniak (eloy) Tue, 7 Mar 2006 16:53:36 +0100 + +libpar-perl (0.91-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Fri, 17 Feb 2006 09:49:58 +0100 + +libpar-perl (0.90-2) unstable; urgency=low + + * debian/rules - rewritten, binary-indep are now binary-arch and vice-versa. + (closes: #348497) + + -- Krzysztof Krzyzaniak (eloy) Tue, 17 Jan 2006 13:55:39 +0100 + +libpar-perl (0.90-1) unstable; urgency=low + + * New upstream release (closes: #343734) + + -- Krzysztof Krzyzaniak (eloy) Sat, 17 Dec 2005 18:36:20 +0100 + +libpar-perl (0.89-1) unstable; urgency=low + + * Initial Release. + + -- Krzysztof Krzyzaniak (eloy) Mon, 21 Nov 2005 09:38:51 +0100 --- libpar-perl-0.980.orig/debian/compat +++ libpar-perl-0.980/debian/compat @@ -0,0 +1 @@ +6 --- libpar-perl-0.980.orig/debian/patches/series +++ libpar-perl-0.980/debian/patches/series @@ -0,0 +1 @@ +fix-test_50-autoloaderfix.t.patch --- libpar-perl-0.980.orig/debian/patches/fix-test_50-autoloaderfix.t.patch +++ libpar-perl-0.980/debian/patches/fix-test_50-autoloaderfix.t.patch @@ -0,0 +1,13 @@ +Index: libpar-perl/t/50-autoloaderfix.t +=================================================================== +--- libpar-perl.orig/t/50-autoloaderfix.t 2007-10-17 12:05:50.000000000 +0300 ++++ libpar-perl/t/50-autoloaderfix.t 2007-10-17 12:06:13.000000000 +0300 +@@ -16,7 +16,7 @@ + + package main; + +-$INC{"Bar.pm"} = $0; # <-- ++$INC{"Bar"} = $0; # <-- + { + my $p = Bar->new(); + } # <-- looping while looking for Bar::DESTROY