[SCM] libconfig-inifiles-perl Debian packaging branch, master, updated. debian/2.78-1-14-g8987f4c

Jonas Smedegaard dr at jones.dk
Thu May 9 14:40:03 UTC 2013


The following commit has been merged in the master branch:
commit fca937cf6b6100af716f3d37bdf389a7dbd669d4
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu May 9 16:32:14 2013 +0200

    Tidy rules file: Declare package relations more compactly, and higher in the file (i.e. in the order used by normal build routines.

diff --git a/debian/rules b/debian/rules
index 57567ce..35f38fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,14 +27,17 @@ DEB_UPSTREAM_PACKAGE = Config-IniFiles
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Config/SHLOMIF
 DEB_UPSTREAM_TARBALL_MD5 = fb31fa4ec1af06c41bbe4445329b3bf5
 
-# Perl-base is sufficient, and was once wanted by localization-config for use
-# in debian-installer.
-DEB_DH_PERL_ARGS = -d
+pkg = $(DEB_SOURCE_PACKAGE)
 
-# Needed both by upstream tests and (always) at runtime
+# Needed by upstream build process and (always) at runtime
 deps = liblist-moreutils-perl (>= 0.33)
-CDBS_BUILD_DEPENDS += , $(deps)
-CDBS_DEPENDS_DEFAULT = $(deps)
 
-# Needed by upstream tests
-CDBS_BUILD_DEPENDS += , libio-stringy-perl
+# Needed by upstream testsuite
+deps-test = libio-stringy-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
+
+# Perl-base is sufficient, and was once wanted by localization-config for use
+# in debian-installer.
+DEB_DH_PERL_ARGS = -d

-- 
libconfig-inifiles-perl Debian packaging



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