--- libparse-debcontrol-perl-2.005.orig/debian/control
+++ libparse-debcontrol-perl-2.005/debian/control
@@ -0,0 +1,29 @@
+Source: libparse-debcontrol-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: perl (>= 5.8.8-7), libio-stringy-perl, libcompress-zlib-perl, libwww-perl, libtie-ixhash-perl, libtest-pod-perl, libpod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Carl Fürstenberg <azatoth@gmail.com>, Gunnar Wolf <gwolf@debian.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Parse-DebControl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparse-debcontrol-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-debcontrol-perl/
+
+Package: libparse-debcontrol-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libio-stringy-perl, libcompress-zlib-perl, libwww-perl
+Recommends: libtie-ixhash-perl, libtest-pod-perl, libpod-coverage-perl
+Description: Easy OO parsing of Debian control-like files
+ Parse::DebControl is an easy OO way to parse Debian control files and 
+ other colon separated key-value pairs. It's specifically designed
+ to handle the format used in Debian control files, template files, and
+ the cache files used by dpkg.
+ .
+ For basic format information see:
+ http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-controlsyntax
+ .
+ This module does not actually do any intelligence with the file content
+ (because there are a lot of files in this format), but merely handles
+ the format. It can handle simple control files, or files hundreds of lines 
+ long efficiently and easily.
--- libparse-debcontrol-perl-2.005.orig/debian/rules
+++ libparse-debcontrol-perl-2.005/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libparse-debcontrol-perl::
+	[ ! -d $(CURDIR)/debian/libparse-debcontrol-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libparse-debcontrol-perl/usr/lib/perl5
--- libparse-debcontrol-perl-2.005.orig/debian/watch
+++ libparse-debcontrol-perl-2.005/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Parse-DebControl/   .*/Parse-DebControl-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
--- libparse-debcontrol-perl-2.005.orig/debian/copyright
+++ libparse-debcontrol-perl-2.005/debian/copyright
@@ -0,0 +1,16 @@
+Upstream source location: http://search.cpan.org/dist/Parse-DebControl/
+
+Files: *
+Copyright: (C) 2003, 2004, Jay Bonci <jaybonci@cpan.org>
+License: GPL1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: (C) 2007, Carl Fürstenberg <azatoth@gmail.com>
+License: same as the software 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'.
--- libparse-debcontrol-perl-2.005.orig/debian/compat
+++ libparse-debcontrol-perl-2.005/debian/compat
@@ -0,0 +1 @@
+5
--- libparse-debcontrol-perl-2.005.orig/debian/changelog
+++ libparse-debcontrol-perl-2.005/debian/changelog
@@ -0,0 +1,35 @@
+libparse-debcontrol-perl (2.005-2~bpo40+1) etch-backports; urgency=low
+
+  * Rebuild for etch-backports.
+  * Undo the needless bump to debhelper compatibility level 6.
+  * Remove the versionned dependency on cdbs, which is not satisfyable.
+
+ -- Philipp Kern <pkern@debian.org>  Mon, 16 Jun 2008 10:35:28 +0200
+
+libparse-debcontrol-perl (2.005-2) unstable; urgency=low
+
+  [ Roberto C. Sanchez ]
+  * Update to debhelper compatibility level 6.
+
+  [ gregor herrmann ]
+  * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467811).
+  * debian/watch: use dist-based URL.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at>  Tue, 11 Mar 2008 22:49:57 +0100
+
+libparse-debcontrol-perl (2.005-1) unstable; urgency=low
+
+  [ Carl Fürstenberg ]
+  * Initial Release. (closes: #437933)
+
+  [ gregor herrmann ]
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza). Removed: XS-
+    Vcs-Svn fields.
+  * debian/copyright: add upstream source location, switch to new format.
+
+  [ Gunnar Wolf ]
+  * Fixed spelling in the package description.  Who thought Lintian
+    would be so thorough?!
+
+ -- Gunnar Wolf <gwolf@debian.org>  Mon, 07 Jan 2008 10:45:39 -0600
