[libmath-symbolic-perl] 05/07: Swap order of alternative Build-Depends fo Module::Build

Salvatore Bonaccorso carnil at debian.org
Wed Oct 23 21:20:05 UTC 2013


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

carnil pushed a commit to branch master
in repository libmath-symbolic-perl.

commit d14e75fe5d622a5c0a32f4b352dc9512f022bd18
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Oct 23 22:59:27 2013 +0200

    Swap order of alternative Build-Depends fo Module::Build
    
    Change alternative Build-Depends needed for Module::Build requirement to
    perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000).
---
 debian/control |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 56288db..81518f6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libmath-symbolic-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
- libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1)
+ perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000)
 Build-Depends-Indep: perl,
  libparse-recdescent-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

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



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