[libtest-refcount-perl] 01/06: Make build dependency and Suggests on libdevel-findref-perl versioned.

gregor herrmann gregoa at debian.org
Sun May 18 12:59:43 UTC 2014


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

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

commit edeac8a90acb3a3d04924e983a5c5d658878e21a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 18 14:54:18 2014 +0200

    Make build dependency and Suggests on libdevel-findref-perl versioned.
    
    Closes: #711616
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 350525a..ab7ed9e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
-                     libdevel-findref-perl,
+                     libdevel-findref-perl (>= 1.430),
                      perl (>= 5.11.3) | libmodule-build-perl,
                      libtest-pod-perl
 Standards-Version: 3.9.2
@@ -18,7 +18,7 @@ Package: libtest-refcount-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
-Suggests: libdevel-findref-perl
+Suggests: libdevel-findref-perl (>= 1.430)
 Description: Perl module to assert reference counts
  Test::Refcount asserts that an object's reference count is as expected. Since
  Perl's automatic memory management algorithm uses reference counting to keep

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



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