--- libpod-abstract-perl-0.20.orig/debian/control +++ libpod-abstract-perl-0.20/debian/control @@ -0,0 +1,25 @@ +Source: libpod-abstract-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libio-string-perl +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , Nathan Handler , + Ryan Niebur , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Pod-Abstract/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-abstract-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-abstract-perl/ + +Package: libpod-abstract-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libio-string-perl +Description: abstract document tree for Perl POD documents + Pod::Abstract provides an abstract, tree-based interface to POD documents. It + allows straightforward, round-trip capable manipulation of POD documentation. + . + This also allows an easy tree-based mechanism to write a Pod:: type + filter. The package includes a simple, and extensible, command line utility + called "paf" (Pod::Abstract Filter). This program can chain together filter + operations, allowing manipulation and extraction of POD documents from the + command line. --- libpod-abstract-perl-0.20.orig/debian/copyright +++ libpod-abstract-perl-0.20/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Ben Lilburne +Upstream-Source: http://search.cpan.org/dist/Pod-Abstract/ +Upstream-Name: Pod-Abstract + +Files: * +Copyright: 2009, Ben Lilburne +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: debian/* +Copyright: 2009, Damyan Ivanov +License: Artistic | 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' --- libpod-abstract-perl-0.20.orig/debian/watch +++ libpod-abstract-perl-0.20/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Pod-Abstract/ .*/Pod-Abstract-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libpod-abstract-perl-0.20.orig/debian/compat +++ libpod-abstract-perl-0.20/debian/compat @@ -0,0 +1 @@ +7 --- libpod-abstract-perl-0.20.orig/debian/README.source +++ libpod-abstract-perl-0.20/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libpod-abstract-perl-0.20.orig/debian/changelog +++ libpod-abstract-perl-0.20/debian/changelog @@ -0,0 +1,51 @@ +libpod-abstract-perl (0.20-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Add myself to Uploaders and Copyright + * Standards-Version 3.8.3 (no changes) + * Rewrite control description + * Add patch to fix POD errors + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ Ryan Niebur ] + * Update ryan52's email address + + -- Jonathan Yu Sat, 02 Jan 2010 22:20:22 -0500 + +libpod-abstract-perl (0.19-1) unstable; urgency=low + + * New upstream release + * Add myself to Uploaders + * Debian Policy 3.8.2 + * patch fixed upstream, remove all quilt stuff + + -- Ryan Niebur Sun, 21 Jun 2009 20:35:13 -0700 + +libpod-abstract-perl (0.18-1) unstable; urgency=low + + [ Nathan Handler ] + * New upstream release + * debian/watch: + - Update to ignore development releases. + - Remove comments + * debian/control: + - Add myself to list of Uploaders + * debian/copyright: + - Add year for upstream copyright + - Remove unneeded explanation about upstream licensing + + [ gregor herrmann ] + * Refresh patch. + + -- Nathan Handler Mon, 08 Jun 2009 22:39:29 +0000 + +libpod-abstract-perl (0.17-1) unstable; urgency=low + + * Initial Release. (Closes: #531161) + + -- Damyan Ivanov Sun, 31 May 2009 23:24:41 +0300 --- libpod-abstract-perl-0.20.orig/debian/rules +++ libpod-abstract-perl-0.20/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ --- libpod-abstract-perl-0.20.orig/debian/patches/fix-pod-spelling.patch +++ libpod-abstract-perl-0.20/debian/patches/fix-pod-spelling.patch @@ -0,0 +1,15 @@ +Description: fix POD spelling errors +Author: Jonathan Yu +Origin: vendor +Forwarded: no +--- a/lib/Pod/Abstract/Filter/clear_podcmds.pm ++++ b/lib/Pod/Abstract/Filter/clear_podcmds.pm +@@ -8,7 +8,7 @@ + =head1 NAME + + Pod::Abstract::Filter::clear_podcmds - paf command to remove =pod commands +-from the begining of Pod blocks. ++from the beginning of Pod blocks. + + =cut + --- libpod-abstract-perl-0.20.orig/debian/patches/series +++ libpod-abstract-perl-0.20/debian/patches/series @@ -0,0 +1 @@ +fix-pod-spelling.patch