[libtest-base-perl] 05/06: Drop build dependency on libyaml-perl to avoid circular dependencies.

gregor herrmann gregoa at debian.org
Thu Aug 7 23:57:12 UTC 2014


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

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

commit 326015db892ef101f438edd3471ba64ed78d07f1
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 8 01:55:16 2014 +0200

    Drop build dependency on libyaml-perl to avoid circular dependencies.
---
 debian/control | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 872e593..0a61bc4 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,9 @@ Build-Depends-Indep: perl,
                      libspiffy-perl (>= 0.40),
                      libtest-deep-perl,
                      libtest-tester-perl,
-                     libtext-diff-perl,
-                     libyaml-perl
+                     libtext-diff-perl
+# optionally used in test but causes circular dependeny YAML -> Test::YAML -> Test::Base
+#                     libyaml-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-base-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-base-perl.git

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



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