--- libpragmatic-perl-1.7.orig/debian/copyright +++ libpragmatic-perl-1.7/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: B. K. Oxley (binkley) +Upstream-Source: http://search.cpan.org/dist/Pragmatic/ +Upstream-Name: Pragmatic +Comment: + Initial packaging of this module was kindly funded by Dembach Goo Informatik + on behalf of Allianz24. + +Files: * +Copyright: 1999-2005, B. K. Oxley (binkley) +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Christoph Berg +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' --- libpragmatic-perl-1.7.orig/debian/watch +++ libpragmatic-perl-1.7/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Pragmatic/ .*/Pragmatic-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libpragmatic-perl-1.7.orig/debian/control +++ libpragmatic-perl-1.7/debian/control @@ -0,0 +1,24 @@ +Source: libpragmatic-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Pragmatic/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpragmatic-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpragmatic-perl/ + +Package: libpragmatic-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Adds pragmata to Exporter + Pragmatic implements a default import method for processing pragmata before + passing the rest of the import to Exporter. + . + Perl automatically calls the import method when processing a use statement + for a module. Modules and use are documented in perlfunc and perlmod. + . + (Do not confuse Pragmatic with pragmatic modules, such as less, strict and + the like. They are standalone pragmata, and are not associated with any other + module.) --- libpragmatic-perl-1.7.orig/debian/rules +++ libpragmatic-perl-1.7/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libpragmatic-perl-1.7.orig/debian/compat +++ libpragmatic-perl-1.7/debian/compat @@ -0,0 +1 @@ +7 --- libpragmatic-perl-1.7.orig/debian/changelog +++ libpragmatic-perl-1.7/debian/changelog @@ -0,0 +1,17 @@ +libpragmatic-perl (1.7-2) unstable; urgency=low + + [ 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). + + [ Christoph Berg ] + * Remove myself from Uploaders. + + -- Christoph Berg Wed, 09 Dec 2009 13:50:36 +0100 + +libpragmatic-perl (1.7-1) unstable; urgency=low + + * Initial Release. + + -- Christoph Berg Fri, 3 Jul 2009 13:21:56 +0200