[libhtml-template-pluggable-perl] 01/02: Explicitly build-depend on CGI.pm.

gregor herrmann gregoa at debian.org
Wed Jun 17 21:44:37 UTC 2015


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

gregoa pushed a commit to branch master
in repository libhtml-template-pluggable-perl.

commit dc17cc188a5c0183462942e7ccd801191dc44422
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jun 17 23:42:42 2015 +0200

    Explicitly build-depend on CGI.pm.
---
 debian/control | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index ef6e464..bdc033e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,15 +5,16 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
                libmodule-build-perl
-Build-Depends-Indep: perl,
-                     libhtml-template-perl,
-                     libtest-mockobject-perl,
-                     libregexp-common-perl,
+Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
                      libclass-trigger-perl,
-                     pkg-components,
+                     libhtml-template-perl,
                      libnumber-format-perl,
+                     libregexp-common-perl,
+                     libtest-mockobject-perl,
+                     libtest-pod-coverage-perl,
                      libtest-pod-perl,
-                     libtest-pod-coverage-perl
+                     perl,
+                     pkg-components
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-template-pluggable-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-template-pluggable-perl.git
@@ -23,9 +24,9 @@ Package: libhtml-template-pluggable-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
+         libclass-trigger-perl,
          libhtml-template-perl,
-         libregexp-common-perl,
-         libclass-trigger-perl
+         libregexp-common-perl
 Recommends: libnumber-format-perl
 Description: extension of HTML::Template with plugin support
  By overriding the 'param' and 'output' methods from HTML::Template,

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



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