[libcgi-xmlform-perl] 04/09: Add explicit (build) dependency on libcgi-pm-perl.

gregor herrmann gregoa at debian.org
Fri Jun 12 21:38:55 UTC 2015


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

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

commit ddf97af7a1bf777a02299ad5becdb8d0fd5138b0
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 12 23:24:42 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 1fe73ea..75ca0a2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9~)
-Build-Depends-Indep: libxml-parser-perl,
+Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
+                     libxml-parser-perl,
                      perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-xmlform-perl.git
@@ -14,7 +15,8 @@ Homepage: https://metacpan.org/release/CGI-XMLForm
 
 Package: libcgi-xmlform-perl
 Architecture: all
-Depends: libxml-parser-perl,
+Depends: libcgi-pm-perl | perl (<< 5.19),
+         libxml-parser-perl,
          ${misc:Depends},
          ${perl:Depends}
 Description: perl module for reading/generating formatted XML

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



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