[libmodule-pluggable-ordered-perl] 01/02: Explicitl (build)depend on Module::Pluggable.
gregor herrmann
gregoa at debian.org
Thu Aug 8 12:53:35 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libmodule-pluggable-ordered-perl.
commit 4e52acd3edcd5c642f20e49ab073aa3d263e1c1b
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Aug 8 14:53:05 2013 +0200
Explicitl (build)depend on Module::Pluggable.
Closes: #711667
---
debian/control | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 9726a20..f8d1519 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: libmodule-pluggable-ordered-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libuniversal-require-perl
+Build-Depends-Indep: perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
+ libuniversal-require-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy at cpan.org>
Standards-Version: 3.8.2
@@ -12,8 +14,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-plu
Package: libmodule-pluggable-ordered-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl,
- Description: Perl module to load plugins in a specified order
+Depends: ${perl:Depends}, ${misc:Depends},
+ libmodule-pluggable-perl | perl (<< 5.17.0),
+ libuniversal-require-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,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-pluggable-ordered-perl.git
More information about the Pkg-perl-cvs-commits
mailing list