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 <gre...@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-maintain...@lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <d...@jones.dk>,
  Vasudev Kamath <kamathvasu...@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

_______________________________________________
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