[libdevel-cover-perl] 01/02: Slightly loosen the dependency on the current perl version

gregor herrmann gregoa at debian.org
Sun May 18 13:14:27 UTC 2014


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

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

commit 3b69006f60041c971668a247add181fd99dbb2b1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 18 15:10:01 2014 +0200

    Slightly loosen the dependency on the current perl version
    
    to allow for release candidates (of the form 5.20.0~rc1).
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d2018ef..bf918e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ PERL_NEXT    := $(shell perl -MConfig -e 'print "$$Config{revision}.$$Config{pat
 	dh $@
 
 override_dh_gencontrol:
-	dh_gencontrol -- -V'sameperl:Depends=perl (>= $(PERL_CURRENT)), perl (<< $(PERL_NEXT)~)'
+	dh_gencontrol -- -V'sameperl:Depends=perl (>= $(PERL_CURRENT)~), perl (<< $(PERL_NEXT)~)'

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



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