--- libpod2-base-perl-0.043.orig/debian/control +++ libpod2-base-perl-0.043/debian/control @@ -0,0 +1,26 @@ +Source: libpod2-base-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Joenio Costa +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/POD2-Base/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod2-base-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod2-base-perl/ + +Package: libpod2-base-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: module for translations of Perl documentation + POD2::Base is an abstraction of the code in POD2::IT and POD2::FR. + These modules belong to the Italian and the French translation projects + of core Perl pods. + . + Once a translation package had been installed, the translated + documentation can be accessed with: + . + $ perldoc POD2:::: + Or + $ perldoc -L IT --- libpod2-base-perl-0.043.orig/debian/copyright +++ libpod2-base-perl-0.043/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Adriano Ferreira +Upstream-Source: http://search.cpan.org/dist/POD2-Base/ +Upstream-Name: POD2-Base + +Files: * +Copyright: 2004-2006, Perl.it / Perl Mongers Italia +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Joenio Costa +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' --- libpod2-base-perl-0.043.orig/debian/watch +++ libpod2-base-perl-0.043/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/POD2-Base/ .*/POD2-Base-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libpod2-base-perl-0.043.orig/debian/compat +++ libpod2-base-perl-0.043/debian/compat @@ -0,0 +1 @@ +7 --- libpod2-base-perl-0.043.orig/debian/README.source +++ libpod2-base-perl-0.043/debian/README.source @@ -0,0 +1 @@ +See /usr/share/doc/quilt/README.source --- libpod2-base-perl-0.043.orig/debian/changelog +++ libpod2-base-perl-0.043/debian/changelog @@ -0,0 +1,5 @@ +libpod2-base-perl (0.043-1) unstable; urgency=low + + * Initial Release. (Closes: #554884) + + -- Joenio Costa Fri, 6 Nov 2009 14:36:19 -0300 --- libpod2-base-perl-0.043.orig/debian/rules +++ libpod2-base-perl-0.043/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ --- libpod2-base-perl-0.043.orig/debian/libpod2-base-perl.examples +++ libpod2-base-perl-0.043/debian/libpod2-base-perl.examples @@ -0,0 +1 @@ +eg/* --- libpod2-base-perl-0.043.orig/debian/patches/02_missing-hashbang-in-list-example.diff +++ libpod2-base-perl-0.043/debian/patches/02_missing-hashbang-in-list-example.diff @@ -0,0 +1,12 @@ +# Description: A patch to add hashbang to eg/list.pl example +# http://www.debian.org/doc/packaging-manuals/perl-policy/ch-programs.html#s-hash_bang +# Forwarded: no +--- a/eg/list.pl ++++ b/eg/list.pl +@@ -1,5 +1,5 @@ ++#!/usr/bin/perl + +- + use strict; + use warnings; + --- libpod2-base-perl-0.043.orig/debian/patches/series +++ libpod2-base-perl-0.043/debian/patches/series @@ -0,0 +1,2 @@ +01_manpage-has-bad-whatis-entry.diff +02_missing-hashbang-in-list-example.diff --- libpod2-base-perl-0.043.orig/debian/patches/01_manpage-has-bad-whatis-entry.diff +++ libpod2-base-perl-0.043/debian/patches/01_manpage-has-bad-whatis-entry.diff @@ -0,0 +1,13 @@ +# Description: A patch to avoid lintian warnings about manpage-has-bad-whatis-entry +# Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=51794 +--- a/lib/POD2/PT/POD2/Base.pod ++++ b/lib/POD2/PT/POD2/Base.pod +@@ -1,7 +1,7 @@ + + =encoding utf8 + +-=head1 NAME/NOME ++=head1 NOME + + POD2::Base~[pt] - Módulo básico para traduções de documentação Perl +