[libb-lint-perl] 07/08: (Let cme) fix a versioned alternative (build) dependency.
gregor herrmann
gregoa at debian.org
Tue Nov 14 17:25:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libb-lint-perl.
commit 330db5c895dffb47ce63c826d76069e0d3a58717
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Nov 14 18:21:48 2017 +0100
(Let cme) fix a versioned alternative (build) dependency.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 7cfc988..00033ea 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
- libmodule-pluggable-perl | perl (<< 5.17.0)
+ libmodule-pluggable-perl | perl (<< 5.17.9)
Build-Depends-Indep: perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libb-lint-perl.git
@@ -16,7 +16,7 @@ Package: libb-lint-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
- libmodule-pluggable-perl | perl (<< 5.17.0)
+ libmodule-pluggable-perl | perl (<< 5.17.9)
Description: Perl lint
The B::Lint module is equivalent to an extended version of the -w option of
perl. It is named after the program lint which carries out a similar process
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libb-lint-perl.git
More information about the Pkg-perl-cvs-commits
mailing list