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

_______________________________________________
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