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

gregor herrmann gregoa at debian.org
Fri Jun 12 18:54:45 UTC 2015


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

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

commit 97e4568abaf3ce54544410e68bc41ad832f4c942
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 12 20:40:51 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 149d33f..430f4d0 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,
                      libmkdoc-xml-perl,
                      liburi-perl,
                      liblocale-maketext-gettext-perl
@@ -19,6 +20,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libmkdoc-xml-perl
+Recommends: libcgi-pm-perl | perl (<< 5.19)
 Description: Perl Template Attribute Language - TAL for perl
  Petal is an XML based templating engine that is able to process any kind of
  XML, XHTML and HTML.

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



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