[libconvert-color-perl] 01/02: Explicitly (build-)depend on Module::Pluggable.

gregor herrmann gregoa at debian.org
Thu Aug 8 12:14:51 UTC 2013


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

gregoa pushed a commit to branch master
in repository libconvert-color-perl.

commit a20c93be66891bfb7f2ecebe35ba68f3c73d8df5
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 8 14:14:04 2013 +0200

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

diff --git a/debian/control b/debian/control
index d1a9f98..d13c91e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: liblist-utilsby-perl,
+                     libmodule-pluggable-perl | perl (<< 5.17.0),
                      libtest-pod-perl,
                      perl,
                      x11-common
@@ -19,7 +20,8 @@ Package: libconvert-color-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         liblist-utilsby-perl
+         liblist-utilsby-perl,
+         libmodule-pluggable-perl | perl (<< 5.17.0)
 Recommends: x11-common
 Description: Perl module for color space conversions and named lookups
  Convert::Color provides conversions between commonly used ways to express

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconvert-color-perl.git



More information about the Pkg-perl-cvs-commits mailing list