[SCM] libgeo-point-perl Debian packaging branch, master, updated. debian/0.93-1-13-g867eba0

Xavier Guimard x.guimard at free.fr
Wed Jan 23 12:33:04 UTC 2013


The following commit has been merged in the master branch:
commit 100568d1730c3df38e4dafbe3a01e82834dad771
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Wed Jan 23 13:22:32 2013 +0100

    Replace libmath-complex-perl dependency by libmath-complex-perl | perl (>= 5.12.3-5)

diff --git a/debian/control b/debian/control
index 64b9b85..7a2fb4c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: cdbs,
  libgeo-distance-perl,
  libgeo-proj4-perl,
  libmath-polygon-perl,
- libmath-complex-perl
+ libmath-complex-perl | perl (>= 5.12.3-5)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>,
            Xavier Guimard <x.guimard at free.fr>
diff --git a/debian/rules b/debian/rules
index e31e109..7ce7aef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Geo
 DEB_UPSTREAM_TARBALL_MD5 = d0163e37093072dafbba6ba2271d0087
 
 # Needed both by upstream build process and at runtime
-common-depends = libgeo-distance-perl, libgeo-proj4-perl, libmath-polygon-perl, libmath-complex-perl
+common-depends = libgeo-distance-perl, libgeo-proj4-perl, libmath-polygon-perl, libmath-complex-perl | perl (>= 5.12.3-5)
 
 CDBS_BUILD_DEPENDS += , libtest-pod-perl, $(common-depends)
 CDBS_DEPENDS_ALL = $(common-depends)

-- 
libgeo-point-perl Debian packaging



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