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 <gre...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to