[libsys-filesystem-perl] 04/05: Add alternative (build-)dependency for Module::Pluggable
Salvatore Bonaccorso
carnil at debian.org
Thu Sep 19 19:19:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libsys-filesystem-perl.
commit 69682f9f1cb9361731f44770c4eccb9921288c77
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Thu Sep 19 21:12:47 2013 +0200
Add alternative (build-)dependency for Module::Pluggable
Add perl (<< 5.17.0) as alternative to libmodule-pluggable-perl in
Build-Depends-Indep and Depends.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 73d30fe..808ae16 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
perl
-Build-Depends-Indep: libmodule-pluggable-perl,
+Build-Depends-Indep: libmodule-pluggable-perl | perl (<< 5.17.0),
libparams-util-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsys-filesystem-perl.git
@@ -19,7 +19,7 @@ Package: libsys-filesystem-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
- libmodule-pluggable-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
libparams-util-perl
Description: Perl module to retrieve list of filesystems and their properties
Sys::Filesystem is intended to be a portable interface to list and query
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-filesystem-perl.git
More information about the Pkg-perl-cvs-commits
mailing list