[libtest-mockobject-perl] 05/07: Drop unneeded version constraints from (build) dependencies.

gregor herrmann gregoa at debian.org
Sat Dec 3 21:55:03 UTC 2016


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

gregoa pushed a commit to branch master
in repository libtest-mockobject-perl.

commit bec314b524ff04c69c26b1c575ab14575e042274
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 3 22:52:16 2016 +0100

    Drop unneeded version constraints from (build) dependencies.
---
 debian/control | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 34652cc..69261b8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,10 @@ Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
                      libcgi-pm-perl (>= 4.15),
-                     libtest-exception-perl (>= 0.31),
-                     libtest-warn-perl (>= 0.23),
+                     libtest-exception-perl,
+                     libtest-warn-perl,
                      libuniversal-can-perl (>= 1.20110617),
-                     libuniversal-isa-perl (>= 1.20110614),
-                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
+                     libuniversal-isa-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-mockobject-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-mockobject-perl.git
@@ -22,8 +21,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libuniversal-can-perl (>= 1.20110617),
-         libuniversal-isa-perl (>= 1.20110614),
-         perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
+         libuniversal-isa-perl
 Description: Perl extension for emulating troublesome interfaces
  Test::MockObject allows you to control interfaces for writing
  tests in perl. It can emulate interfaces that you normally

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



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