[SCM] libgeo-point-perl Debian packaging branch, master, updated. upstream/0.94-27-g3761d45

Jonas Smedegaard dr at jones.dk
Thu Jan 24 02:14:06 UTC 2013


The following commit has been merged in the master branch:
commit 32f3a5d5b309b01470250dd3d06dc0bd864b42e9
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jan 24 02:33:23 2013 +0100

    Tidy rules file.

diff --git a/debian/rules b/debian/rules
index 7ce7aef..6143f2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,13 +21,18 @@ include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/perl-makemaker.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+pkg = $(DEB_SOURCE_PACKAGE)
+
 DEB_UPSTREAM_PACKAGE = Geo-Point
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Geo
-#DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV
 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 | perl (>= 5.12.3-5)
+# Needed by upstream build process and at runtime
+deps = libgeo-distance-perl, libgeo-proj4-perl, libmath-polygon-perl
+deps += libmath-complex-perl | perl (>= 5.12.3-5)
+
+# Needed by upstream regression tests
+deps-test = libtest-pod-perl
 
-CDBS_BUILD_DEPENDS += , libtest-pod-perl, $(common-depends)
-CDBS_DEPENDS_ALL = $(common-depends)
+CDBS_BUILD_DEPENDS += , $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)

-- 
libgeo-point-perl Debian packaging



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