--- libmodule-pluggable-ordered-perl-1.5.orig/debian/control +++ libmodule-pluggable-ordered-perl-1.5/debian/control @@ -0,0 +1,22 @@ +Source: libmodule-pluggable-ordered-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12), libuniversal-require-perl, + perl-modules (>= 5.10) | libmodule-pluggable-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Module-Pluggable-Ordered/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-pluggable-ordered-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-pluggable-ordered-perl/ + +Package: libmodule-pluggable-ordered-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl, + perl-modules (>= 5.10) | libmodule-pluggable-perl +Description: Perl module to load plugins in a specified order + Module::Pluggable::Ordered is a Perl module which extends the functionality + provided by Module::Pluggable, allowing hooks to determine an ordering for + modules to be loaded, producing an effect like the System V init process, + where files can specify where in the init sequence they'd like to be called. --- libmodule-pluggable-ordered-perl-1.5.orig/debian/copyright +++ libmodule-pluggable-ordered-perl-1.5/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Christopher Nehren +Upstream-Source: http://search.cpan.org/dist/Module-Pluggable-Ordered/ +Upstream-Name: Module-Pluggable-Ordered + +Files: * +Copyright: 2004, Christopher Nehren + 2004, Simon Cozens +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu +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' --- libmodule-pluggable-ordered-perl-1.5.orig/debian/watch +++ libmodule-pluggable-ordered-perl-1.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Module-Pluggable-Ordered/ .*/Module-Pluggable-Ordered-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmodule-pluggable-ordered-perl-1.5.orig/debian/compat +++ libmodule-pluggable-ordered-perl-1.5/debian/compat @@ -0,0 +1 @@ +7 --- libmodule-pluggable-ordered-perl-1.5.orig/debian/changelog +++ libmodule-pluggable-ordered-perl-1.5/debian/changelog @@ -0,0 +1,5 @@ +libmodule-pluggable-ordered-perl (1.5-1) unstable; urgency=low + + * Initial Release (Closes: #538939) + + -- Jonathan Yu Mon, 27 Jul 2009 18:51:47 -0400 --- libmodule-pluggable-ordered-perl-1.5.orig/debian/rules +++ libmodule-pluggable-ordered-perl-1.5/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@