[libcgi-expand-perl] 01/02: Add build dependency on CGI.pm which will be removed in perl 5.22.
gregor herrmann
gregoa at debian.org
Sat Jun 13 12:23:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcgi-expand-perl.
commit 1c6b6212b53a858677be541e444cffc15ef94769
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 13 14:16:50 2015 +0200
Add build dependency on CGI.pm which will be removed in perl 5.22.
The tests fail gracefully in its absence, still we want to keep them being
run.
Closes: #783754
---
debian/control | 3 ++-
debian/rules | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 214a692..40a1d55 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends: cdbs,
debhelper,
dh-buildinfo,
libtest-exception-perl,
- libtest-simple-perl
+ libtest-simple-perl,
+ libcgi-pm-perl | perl (<< 5.19)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>,
Vasudev Kamath <kamathvasudev at gmail.com>
diff --git a/debian/rules b/debian/rules
index f1eec61..38d3582 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,5 @@ DEB_INSTALL_DOCS_ALL := $(filter-out README, $(DEB_INSTALL_DOCS_ALL))
# Test dependencies
test-deps = test-exception test-simple
CDBS_BUILD_DEPENDS += $(patsubst %, $(comma) lib%-perl, $(test-deps))
+CDBS_BUILD_DEPENDS +=, libcgi-pm-perl | perl (<< 5.19)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-expand-perl.git
More information about the Pkg-perl-cvs-commits
mailing list