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

gregor herrmann gregoa at debian.org
Sat Jun 13 10:30:58 UTC 2015


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

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

commit 200c9fdae0d4602a1f74e375ed163af15744d130
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 13 12:19:26 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 cbd6248..374c0aa 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9~)
-Build-Depends-Indep: libxml-libxml-perl,
+Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
+                     libxml-libxml-perl,
                      libxml-libxslt-perl,
                      perl
 Standards-Version: 3.9.6
@@ -16,7 +17,8 @@ Homepage: https://metacpan.org/release/CGI-XMLApplication
 
 Package: libcgi-xmlapplication-perl
 Architecture: all
-Depends: libxml-libxml-perl,
+Depends: libcgi-pm-perl | perl (<< 5.19),
+         libxml-libxml-perl,
          libxml-libxslt-perl,
          ${misc:Depends},
          ${perl:Depends}

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



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