[libcpanplus-perl] 04/06: Add some build and runtime dependencies/recommendations.

gregor herrmann gregoa at debian.org
Sat May 2 22:12:42 UTC 2015


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

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

commit c176ce9200bfd1d16d38b1609fa662f726a75707
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 3 00:08:10 2015 +0200

    Add some build and runtime dependencies/recommendations.
    
    Thanks: Niko Tyni and autopkgtest.
    Closes: #783409
---
 debian/control | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 534adc4..63d5fa2 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,9 @@ Build-Depends-Indep: perl,
                      libarchive-extract-perl | perl (<< 5.17.0),
                      liblog-message-perl,
                      libmodule-pluggable-perl | perl (<< 5.17.0),
-                     libobject-accessor-perl
+                     libobject-accessor-perl,
+                     libpackage-constants-perl | perl (<< 5.19.0),
+                     libterm-ui-perl | perl (<< 5.17.0)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcpanplus-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpanplus-perl.git
@@ -21,7 +23,11 @@ Depends: ${misc:Depends},
          libarchive-extract-perl | perl (<< 5.17.0),
          liblog-message-perl,
          libmodule-pluggable-perl | perl (<< 5.17.0),
-         libobject-accessor-perl
+         libobject-accessor-perl,
+         libpackage-constants-perl | perl (<< 5.19.0),
+         libterm-ui-perl | perl (<< 5.17.0)
+Recommends: libdbd-sqlite3-perl,
+            libdbix-simple-perl
 Provides: cpanplus
 Description: API & CLI access to the CPAN mirrors
  The CPANPLUS library is an API to the CPAN mirrors and a collection of

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



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