[libclass-xsaccessor-perl] 01/04: Slightly loosen the dependency on the current perl version
gregor herrmann
gregoa at debian.org
Sun May 18 13:18:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libclass-xsaccessor-perl.
commit f8ccb7285ba17962fe6b266e6e537d0e778f55b6
Author: gregor herrmann <gregoa at debian.org>
Date: Sun May 18 15:15:14 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/libclass-xsaccessor-perl.git
More information about the Pkg-perl-cvs-commits
mailing list