--- libpod-plainer-perl-1.03.orig/debian/compat +++ libpod-plainer-perl-1.03/debian/compat @@ -0,0 +1 @@ +7 --- libpod-plainer-perl-1.03.orig/debian/rules +++ libpod-plainer-perl-1.03/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libpod-plainer-perl-1.03.orig/debian/watch +++ libpod-plainer-perl-1.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Pod-Plainer/ .*/Pod-Plainer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libpod-plainer-perl-1.03.orig/debian/changelog +++ libpod-plainer-perl-1.03/debian/changelog @@ -0,0 +1,12 @@ +libpod-plainer-perl (1.03-1) unstable; urgency=low + + * New upstream release + * Update Standards-Version (no changes) + + -- Dominic Hargreaves Sun, 30 Jan 2011 15:56:34 +0000 + +libpod-plainer-perl (1.02-1) unstable; urgency=low + + * Initial Release. (Closes: #580055) + + -- Dominic Hargreaves Wed, 12 May 2010 20:25:27 +0100 --- libpod-plainer-perl-1.03.orig/debian/control +++ libpod-plainer-perl-1.03/debian/control @@ -0,0 +1,22 @@ +Source: libpod-plainer-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Dominic Hargreaves +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Pod-Plainer/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-plainer-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-plainer-perl/ + +Package: libpod-plainer-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, perl +Description: Perl extension for converting Pod to old-style Pod. + Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>' + constructs and returns the old(er) style with just 'C<>'; '<' and '>' are + replaced by 'E' and 'E'. + . + This can be used to pre-process Pod before using tools which do not recognise + the new style Pods. --- libpod-plainer-perl-1.03.orig/debian/libpod-plainer-perl.docs +++ libpod-plainer-perl-1.03/debian/libpod-plainer-perl.docs @@ -0,0 +1 @@ +README --- libpod-plainer-perl-1.03.orig/debian/copyright +++ libpod-plainer-perl-1.03/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Robin Barker +Source: http://search.cpan.org/dist/Pod-Plainer/ +Name: Pod-Plainer + +Files: * +Copyright: Robin Barker +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Dominic Hargreaves +License: Artistic or GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + . + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'