[libcatmandu-marc-perl] 01/08: Sync rules with control: reverse the order of the alternative dependencies for Test::Simple.

Jonas Smedegaard dr at jones.dk
Mon Feb 22 10:13:28 UTC 2016


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

js pushed a commit to branch master
in repository libcatmandu-marc-perl.

commit 6395ebc088762cd615085a5c0e365ee6451a7a54
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Feb 22 10:53:50 2016 +0100

    Sync rules with control: reverse the order of the alternative dependencies for Test::Simple.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7e19dc4..0edffa0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ deps +=, libmoo-perl (>= 1)
 deps +=, libyaml-libyaml-perl (>= 0.34)
 
 # Needed by upstream testsuite
-deps-test = libtest-simple-perl (>= 1.001003) | perl (>= 5.21.1)
+deps-test = perl (>= 5.21.1) | libtest-simple-perl (>= 1.001003)
 deps-test +=, libxml-xpath-perl, libtest-deep-perl
 
 CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)

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



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