[libsys-filesystem-perl] 01/02: Explicitly (buid)depend on Module::Pluggable.

gregor herrmann gregoa at debian.org
Thu Aug 8 13:01:13 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsys-filesystem-perl.

commit dcc73013fb019c093d5b4b46fc608326b719e11e
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 8 15:00:37 2013 +0200

    Explicitly (buid)depend on Module::Pluggable.
    
    Closes: #711675
---
 debian/control |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 308ec12..ab7acc3 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,9 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
-                     libtest-pod-coverage-perl,
+                     libmodule-pluggable-perl | perl (<< 5.17.0),
                      libparams-util-perl,
+                     libtest-pod-coverage-perl,
                      libtest-pod-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsys-filesystem-perl.git
@@ -20,6 +21,7 @@ Package: libsys-filesystem-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
+         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