[libtest-trap-perl] 04/07: Change order of alternative (build) dependencies.
gregor herrmann
gregoa at debian.org
Wed Nov 1 18:41:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtest-trap-perl.
commit 777adeea51f33420b823c52f69875f85db8ea367
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Nov 1 19:37:27 2017 +0100
Change order of alternative (build) dependencies.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 9da0c5b..12e7a5f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 8),
Build-Depends-Indep: perl,
libdata-dump-perl,
libtest-refcount-perl,
- libtest-simple-perl (>= 1.001010) | libtest-tester-perl | perl (>= 5.21.6)
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | libtest-tester-perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-trap-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-trap-perl.git
@@ -20,7 +20,7 @@ Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libdata-dump-perl,
- libtest-simple-perl (>= 1.001010) | libtest-tester-perl | perl (>= 5.21.6)
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | libtest-tester-perl
Description: test module to trap exit codes, exceptions, output, etc.
Test::Trap is a Perl test module useful primarily (but not exclusively) for
test scripts: a block eval on steroids, configurable and extensible, but by
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-trap-perl.git
More information about the Pkg-perl-cvs-commits
mailing list