[libmodule-cpanfile-perl] 03/04: Switch alternative (build) dependencies.
gregor herrmann
gregoa at debian.org
Tue Sep 17 17:07:51 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libmodule-cpanfile-perl.
commit f263af72e722a9d4462f87725b455004c919e552
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Sep 17 19:06:01 2013 +0200
Switch alternative (build) dependencies.
Perl 5.18 has arrived in unstable.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index de07c73..929dc32 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa at debian.org>
Build-Depends: debhelper (>= 8),
- libcpan-meta-perl (>= 2.120910) | perl (>= 5.17.1)
+ perl (>= 5.17.1) | libcpan-meta-perl (>= 2.120910)
Build-Depends-Indep: perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-cpanfile-perl.git
@@ -14,7 +14,7 @@ Homepage: https://metacpan.org/release/Module-CPANfile/
Package: libmodule-cpanfile-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
- libcpan-meta-perl (>= 2.120910) | perl (>= 5.17.1)
+ perl (>= 5.17.1) | libcpan-meta-perl (>= 2.120910)
Description: format for describing CPAN dependencies of Perl applications
`cpanfile` describes CPAN dependencies required to execute associated Perl
code.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-cpanfile-perl.git
More information about the Pkg-perl-cvs-commits
mailing list