[libautobox-core-perl] 04/05: Remove unnecessary version constraints from (build) dependencies.

gregor herrmann gregoa at debian.org
Wed Dec 28 20:19:17 UTC 2016


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

gregoa pushed a commit to branch master
in repository libautobox-core-perl.

commit ac628de9cff69a440da43b432197bdaae2ac75ca
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 28 21:16:44 2016 +0100

    Remove unnecessary version constraints from (build) dependencies.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 326b13a..3623b83 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
-                     libautobox-perl (>= 2.71),
+                     libautobox-perl,
                      libwant-perl (>= 0.26)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libautobox-core-perl.git
@@ -18,7 +18,7 @@ Package: libautobox-core-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
-         libautobox-perl (>= 2.71),
+         libautobox-perl,
          libwant-perl (>= 0.26)
 Description: module providing automatic methods for core functions
  This module provides automatic methods which wrap perl's built-in

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



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