--- libpar-dist-perl-0.31.orig/debian/control
+++ libpar-dist-perl-0.31/debian/control
@@ -0,0 +1,24 @@
+Source: libpar-dist-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 6)
+Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl,
+ libtest-pod-coverage-perl
+Uploaders: Florian Ragwitz <rafl@debian.org>, 
+ Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
+ gregor herrmann <gregoa@debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Homepage: http://search.cpan.org/dist/PAR-Dist/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpar-dist-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/
+Standards-Version: 3.8.0
+
+Package: libpar-dist-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: perl module to create and manipulate PAR distributions
+ PAR::Dist module creates and manipulates PAR distributions. They are
+ architecture-specific PAR files, containing everything under blib/ of CPAN
+ distributions after their make or Build stage, a META.yml describing metadata
+ of the original CPAN distribution, and a MANIFEST detailing all files within
+ it. Digitally signed PAR distributions will also contain a SIGNATURE file.
--- libpar-dist-perl-0.31.orig/debian/changelog
+++ libpar-dist-perl-0.31/debian/changelog
@@ -0,0 +1,96 @@
+libpar-dist-perl (0.31-1~bpo40+1) etch-backports; urgency=low
+
+  * Backport testing version for backports.org (no changes)
+
+ -- Micah Anderson <micah@debian.org>  Mon, 10 Nov 2008 01:04:07 +0000
+
+libpar-dist-perl (0.31-1) unstable; urgency=low
+
+  * New upstream release.
+  * Set Standards-Version to 3.8.0 (no changes).
+  * Add /me to Uploaders.
+  * debian/control: remove trailing comma in Depends:, fix URL in Homepage:.
+  * debian/watch: extended regexp for matching upstream releases.
+  * Refresh debian/rules, no functional changes.
+  * debian/control: change my email address.
+
+ -- gregor herrmann <gregoa@debian.org>  Sat, 14 Jun 2008 23:03:43 +0200
+
+libpar-dist-perl (0.29-2) unstable; urgency=low
+
+  * debian/rules:
+    - delete /usr/lib/perl5 only if it exists (closes: #467996)
+    - remove OPTIMIZE, this package is architecture-independent
+    - add $(MAKE) test (and add build dependencies)
+    - move dh_clean before make realclean
+    - let install-stamp target depend on build-stamp
+  * debian/copyright: use author-independent download URL and update years
+    of copyright.
+  * Add /me to Uploaders.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun, 09 Mar 2008 17:53:43 +0100
+
+libpar-dist-perl (0.29-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu, 07 Feb 2008 10:09:22 +0100
+
+libpar-dist-perl (0.27-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 05 Feb 2008 11:20:10 +0100
+
+libpar-dist-perl (0.26-1) unstable; urgency=low
+
+  * New upstream release
+  * Package moved to Debian Perl Group
+   + Additional headers added
+  * debian/compat: increased to 6
+  * debian/control: Standards-Version: increased to 3.7.3 without additional 
+    changes
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Mon, 04 Feb 2008 13:27:40 +0100
+
+libpar-dist-perl (0.25-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Mon, 20 Aug 2007 14:16:17 +0200
+
+libpar-dist-perl (0.23-1) unstable; urgency=low
+
+  * New upstream release (closes: #393766)
+  * hijacking package for Catalyst team (Florian is member)
+  * debian/watch added
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu, 05 Jul 2007 14:35:42 +0200
+
+libpar-dist-perl (0.16-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Ragwitz <rafl@debian.org>  Sun, 13 Aug 2006 12:27:43 +0200
+
+libpar-dist-perl (0.15-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump up Standards-Version to 3.7.2 (no changes).
+  * Use DH_COMPAT 5.
+
+ -- Florian Ragwitz <rafl@debian.org>  Thu, 10 Aug 2006 04:33:40 +0200
+
+libpar-dist-perl (0.08-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated upstream URI in debian/copyright.
+
+ -- Florian Ragwitz <rafl@debian.org>  Tue,  7 Mar 2006 17:09:29 +0100
+
+libpar-dist-perl (0.07-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Florian Ragwitz <rafl@debian.org>  Tue,  1 Nov 2005 18:28:31 +0100
+
--- libpar-dist-perl-0.31.orig/debian/copyright
+++ libpar-dist-perl-0.31/debian/copyright
@@ -0,0 +1,16 @@
+This package was debianized by Florian Ragwitz <florian@mookooh.org> on
+Mon, 30 May 2005 14:57:19 +0200.
+
+It was downloaded from: http://search.cpan.org/dist/PAR-Dist/
+
+The upstream author is: Autrijus Tang <autrijus@autrijus.org>
+
+Copyright 2003-2007 by Autrijus Tang <autrijus@autrijus.org>.
+
+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'.
--- libpar-dist-perl-0.31.orig/debian/watch
+++ libpar-dist-perl-0.31/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/PAR-Dist/ .*/PAR-Dist-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
--- libpar-dist-perl-0.31.orig/debian/rules
+++ libpar-dist-perl-0.31/debian/rules
@@ -0,0 +1,60 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc@dch-faq.de> 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
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	PERL_TEST_POD=1 $(MAKE) test
+	touch $@
+
+clean:
+	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
+	[ ! -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
+	dh_installchangelogs Changes
+	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-dist-perl-0.31.orig/debian/compat
+++ libpar-dist-perl-0.31/debian/compat
@@ -0,0 +1 @@
+6
