[libconfig-autoconf-perl] 02/03: Reverse the order of the alternatives for the ExtUtils::CBuilder recommendation
Damyan Ivanov
dmn at moszumanska.debian.org
Sun Feb 21 19:17:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libconfig-autoconf-perl.
commit 92671bd44ef54fbc472e3f7aad1b21bad0ddf97a
Author: Damyan Ivanov <dmn at debian.org>
Date: Sun Feb 21 19:10:13 2016 +0000
Reverse the order of the alternatives for the ExtUtils::CBuilder recommendation
ExtUtils::CBuilder is in core since 5.21.5
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index ed0a345..ded3cc4 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Depends: ${misc:Depends},
${perl:Depends},
libcapture-tiny-perl,
libfile-slurp-tiny-perl
-Recommends: libextutils-cbuilder-perl (>= 0.280220) | perl (>= 5.21.5)
+Recommends: perl (>= 5.21.5) | libextutils-cbuilder-perl (>= 0.280220)
Description: Perl module to implement some of AutoConf's macros in pure Perl
Config::AutoConf simulates some of the tasks AutoConf macros do, e.g.
detecting a command, detecting a library, etc.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-autoconf-perl.git
More information about the Pkg-perl-cvs-commits
mailing list