[SCM] libgeo-distance-xs-perl Debian packaging branch, master, updated. debian/0.08-3-34-g7f45f38

Jonas Smedegaard dr at jones.dk
Sun Oct 2 21:15:17 UTC 2011


The following commit has been merged in the master branch:
commit aa470a1e407f4bf5e90a46616b7b56c66fada9b1
Author: Angel Abad <angelabad at gmail.com>
Date:   Sun Oct 2 15:49:22 2011 +0200

    debian/control: Add perl (>= 5.10.1) | libtest-simple-perl (>= 0.82) to Build-Depends
    
    Reapplied CDBS-style to debian/rules by Jonas Smedegaard <dr at jones.dk>

diff --git a/debian/rules b/debian/rules
index a7ad258..16a3055 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,8 @@ DEB_UPSTREAM_TARBALL_MD5 = 42d49236bd2d305f2f7ea44850edc210
 # Needed both by upstream build process and at runtime
 common-depends = libgeo-distance-perl
 
-CDBS_BUILD_DEPENDS += , $(common-depends)
+# TODO: drop libtest-simple-perl after Wheezy: perl 5.10.1 is then in oldstable
+CDBS_BUILD_DEPENDS += , $(common-depends), perl (>= 5.10.1) | libtest-simple-perl (>= 0.82)
 CDBS_DEPENDS_ALL = $(common-depends)
 
 DEB_INSTALL_EXAMPLES_ALL += ex/*

-- 
libgeo-distance-xs-perl Debian packaging



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