[SCM] Debian packaging of Module::Build::WithXSpp branch, master, updated. 79e39e4c6a370c094462f131e320033efda5b2f9

gregor herrmann gregoa at debian.org
Fri Oct 5 21:05:40 UTC 2012


The following commit has been merged in the master branch:
commit 79e39e4c6a370c094462f131e320033efda5b2f9
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 5 23:04:09 2012 +0200

    massage dependency versions a bit
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 7b41417..a7ab85d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Schlichting <fschlich at zedat.fu-berlin.de>
 Build-Depends: debhelper (>= 8),
  perl
-Build-Depends-Indep: libextutils-cppguess-perl (>= 0.04),
- libextutils-parsexs-perl (>= 3.04) | perl (>= 5.15.1),
- libextutils-xspp-perl (>= 0.11)
+Build-Depends-Indep: libextutils-cppguess-perl,
+ libextutils-parsexs-perl (>= 3.040000) | perl (>= 5.15.1),
+ libextutils-xspp-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-build-withxspp-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libmodule-build-withxspp-perl.git
@@ -16,9 +16,9 @@ Homepage: http://search.cpan.org/dist/Module-Build-WithXSpp/
 Package: libmodule-build-withxspp-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libextutils-cppguess-perl (>= 0.04),
- libextutils-parsexs-perl (>= 3.04) | perl (>= 5.15.1),
- libextutils-xspp-perl (>= 0.11)
+ libextutils-cppguess-perl,
+ libextutils-parsexs-perl (>= 3.040000) | perl (>= 5.15.1),
+ libextutils-xspp-perl
 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

-- 
Debian packaging of Module::Build::WithXSpp



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