[libbusiness-edi-perl] 05/09: Add explicit (build) dependency on libcgi-pm-perl.

gregor herrmann gregoa at debian.org
Wed Jun 17 15:26:09 UTC 2015


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

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

commit 4538a58419371ba67cfeff759a1890308a315288
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jun 17 16:59:22 2015 +0200

    Add explicit (build) dependency on libcgi-pm-perl.
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 91b27b0..6cc02c5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
+Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
+                     perl,
                      libuniversal-require-perl,
                      libfile-find-rule-perl,
                      liblist-moreutils-perl,
@@ -24,7 +25,8 @@ Depends: ${misc:Depends},
          libfile-find-rule-perl,
          liblist-moreutils-perl,
          libjson-xs-perl,
-         libexporter-easy-perl
+         libexporter-easy-perl,
+         libcgi-pm-perl | perl (<< 5.19)
 Description: class for generating U.N. EDI interchange objects
  The focus of Business::EDI is to provide object based access to EDI messages
  and subelements. At present, the EDI input processed by Business::EDI objects

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



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