[libmodule-build-withxspp-perl] 05/06: Swap the order of alternatives now available in core
    Florian Schlichting 
    fsfs at alioth.debian.org
       
    Thu Oct  3 20:48:49 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libmodule-build-withxspp-perl.
commit dcea122b3d4c7ccfea3e586457520994c305267c
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Oct 3 22:46:50 2013 +0200
    Swap the order of alternatives now available in core
---
 debian/control |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 9306643..cf3e9e9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Florian Schlichting <fsfs at debian.org>
 Build-Depends: debhelper (>= 8),
  perl
 Build-Depends-Indep: libextutils-cppguess-perl,
- libextutils-parsexs-perl (>= 3.040000) | perl (>= 5.15.1),
- libextutils-xspp-perl
+ libextutils-xspp-perl,
+ perl (>= 5.15.1) | libextutils-parsexs-perl (>= 3.040000)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-build-withxspp-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-build-withxspp-perl.git
@@ -17,8 +17,8 @@ Package: libmodule-build-withxspp-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libextutils-cppguess-perl,
- libextutils-parsexs-perl (>= 3.040000) | perl (>= 5.15.1),
- libextutils-xspp-perl
+ libextutils-xspp-perl,
+ perl (>= 5.15.1) | libextutils-parsexs-perl (>= 3.040000)
 Description: XS++ enhanced flavour of Module::Build
  Module::Build::WithXSpp is a subclass of Module::Build that adds some
  tools and processes to make it easier to use for wrapping C++ using
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-build-withxspp-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list