[libcgi-xml-perl] 04/10: Add explicit (build) dependency on libcgi-pm-perl.
gregor herrmann
gregoa at debian.org
Sat Jun 13 10:45:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcgi-xml-perl.
commit b516483f4131f352035d9b74e14fd93b45e4afdf
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 13 12:33:30 2015 +0200
Add explicit (build) dependency on libcgi-pm-perl.
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 84c9443..597da66 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: perl,
+Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
+ perl,
libxml-parser-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-xml-perl.git
@@ -16,6 +17,7 @@ Package: libcgi-xml-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
+ libcgi-pm-perl | perl (<< 5.19),
libxml-parser-perl
Description: perl module for converting CGI variables from/to XML
This module converts CGI.pm variables to XML and vice versa.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-xml-perl.git
More information about the Pkg-perl-cvs-commits
mailing list