[libsys-filesystem-perl] 03/05: Adjust (build-)dependency on perl
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 5e0418cfd97c3951c7b26c2c3e28dfc1ab8afc36
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Thu Sep 19 21:11:12 2013 +0200
Adjust (build-)dependency on perl
Make the verisoned Build-Depends on perl (>= 5.17.10) again unversioned
as new version has less stricter requirement for Module::Build. Drop
explicit Depends on perl already covered now by ${perl:Depends}.
---
debian/control | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 48c6156..73d30fe 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>,
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
- perl (>= 5.17.10)
+ perl
Build-Depends-Indep: libmodule-pluggable-perl,
libparams-util-perl
Standards-Version: 3.9.4
@@ -20,8 +20,7 @@ Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libmodule-pluggable-perl,
- libparams-util-perl,
- perl (>= 5.17.10)
+ 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
filesystem names and their properties. It hopes to provide a consistent API
--
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