[libtest-refcount-perl] 01/03: Remove libdevel-findref-perl from Build-Depends-Indep and Suggests.

gregor herrmann gregoa at debian.org
Fri Oct 30 21:02:31 UTC 2015


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 c8956675b7514f28926676a26a89d4df905491b0
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 30 21:57:53 2015 +0100

    Remove libdevel-findref-perl from Build-Depends-Indep and Suggests.
    
    It's optional, and currently doesn't work with Perl 5.22.
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 61208bc..b629497 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,9 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
                libmodule-build-perl
+# optional builddep (tests), broken with 5.22
+# libdevel-findref-perl (>= 1.430),
 Build-Depends-Indep: perl,
-                     libdevel-findref-perl (>= 1.430),
                      libtest-pod-perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-refcount-perl.git
@@ -19,7 +20,8 @@ Package: libtest-refcount-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
-Suggests: libdevel-findref-perl (>= 1.430)
+# optional, broken with 5.22
+# 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