--- libmodule-pluggable-fast-perl-0.19.orig/debian/control +++ libmodule-pluggable-fast-perl-0.19/debian/control @@ -0,0 +1,21 @@ +Source: libmodule-pluggable-fast-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, libuniversal-exports-perl, libtest-pod-perl, + libtest-pod-coverage-perl, libuniversal-require-perl +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Module-Pluggable-Fast/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-pluggable-fast-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-pluggable-fast-perl/ + +Package: libmodule-pluggable-fast-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libuniversal-exports-perl, + libuniversal-require-perl +Description: module for fast plugins with instantiation + Module::Pluggable::Fast is similar to Module::Pluggable but instantiates + plugins as soon as they are found, which is useful for code generators like + Class::DBI::Loader. --- libmodule-pluggable-fast-perl-0.19.orig/debian/copyright +++ libmodule-pluggable-fast-perl-0.19/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Sebastian Riedel +Source: http://search.cpan.org/dist/Module-Pluggable-Fast/ +Name: Module-Pluggable-Fast + +Files: * +Copyright: 2004-2005, Sebastian Riedel +License: Artistic or GPL-1+ +X-Comment: Years of copyright taken from `Changes' file. + +Files: debian/* +Copyright: 2009, Ansgar Burchardt + 2009, Jonathan Yu + 2008, Mark Hymers + 2005-2006, Florian Ragwitz +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' --- libmodule-pluggable-fast-perl-0.19.orig/debian/watch +++ libmodule-pluggable-fast-perl-0.19/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Module-Pluggable-Fast/ .+/Module-Pluggable-Fast-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmodule-pluggable-fast-perl-0.19.orig/debian/compat +++ libmodule-pluggable-fast-perl-0.19/debian/compat @@ -0,0 +1 @@ +7 --- libmodule-pluggable-fast-perl-0.19.orig/debian/changelog +++ libmodule-pluggable-fast-perl-0.19/debian/changelog @@ -0,0 +1,64 @@ +libmodule-pluggable-fast-perl (0.19-1) unstable; urgency=low + + * New upstream release + * Standards-Version 3.8.3 + * Drop version deps satisfied by oldstable + * Refresh copyright information using DEP5 format + * Use an override for POD tests + * Update dependencies per upstream + + -- Jonathan Yu Sat, 26 Dec 2009 09:59:19 -0500 + +libmodule-pluggable-fast-perl (0.18-2) unstable; urgency=low + + [ gregor herrmann ] + * Take over for the Debian Perl Group with maintainer's permission + (http://lists.debian.org/debian-perl/2008/06/msg00039.html) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Florian Ragwitz + ); Florian Ragwitz moved to + Uploaders. + * Add debian/watch. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ryan Niebur ] + * Remove Florian Ragwitz from Uploaders + * Close ITA (Closes: #523142) + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * debian/control: Mention module name in description. + * Refresh rules for debhelper 7. + * Do no longer install README (copy of POD documentation). + * Add myself to Uploaders. + * Convert debian/copyright to proposed machine-readable format. + + -- Ansgar Burchardt Wed, 29 Jul 2009 14:36:28 +0200 + +libmodule-pluggable-fast-perl (0.18-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with Perl 5.10. Closes: #467898 + + -- Mark Hymers Sat, 05 Apr 2008 21:09:11 +0100 + +libmodule-pluggable-fast-perl (0.18-1) unstable; urgency=low + + * New upstream release. + * Updated Maintainer field. + * Cleaned up debian/rules. + + -- Florian Ragwitz Fri, 27 Jan 2006 04:05:23 +0100 + +libmodule-pluggable-fast-perl (0.16-1) unstable; urgency=low + + * Initial Release. + + -- Florian Ragwitz Mon, 30 May 2005 16:36:36 +0200 + --- libmodule-pluggable-fast-perl-0.19.orig/debian/rules +++ libmodule-pluggable-fast-perl-0.19/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + TEST_POD=1 dh_auto_test