[libb-hooks-op-check-entersubforcv-perl] 07/09: Remove unneeded version constraints from (build) dependencies.
gregor herrmann
gregoa at debian.org
Mon Jul 31 19:12:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libb-hooks-op-check-entersubforcv-perl.
commit 05d09c01e7a8e8e54fd382670b09d75453122472
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Jul 31 15:07:10 2017 -0400
Remove unneeded version constraints from (build) dependencies.
---
debian/control | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index e5177d0..2092d86 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
- libb-hooks-op-check-perl (>= 0.19),
- libb-utils-perl (>= 0.19),
+ libb-hooks-op-check-perl,
+ libb-utils-perl,
libextutils-depends-perl,
perl
Standards-Version: 4.0.0
@@ -19,8 +19,8 @@ Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
- libb-hooks-op-check-perl (>= 0.19),
- libb-utils-perl (>= 0.19)
+ libb-hooks-op-check-perl,
+ libb-utils-perl
Description: Invoke callbacks on construction of entersub OPs for certain CVs
B::Hooks::OP::Check::EntersubForCV is a perl module to register and
unregister handlers to be executed when an entersub opcode for a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libb-hooks-op-check-entersubforcv-perl.git
More information about the Pkg-perl-cvs-commits
mailing list