[SCM] librdf-ns-perl Debian packaging branch, master, updated. debian/20120426-1-9-g87a9f3f

Jonas Smedegaard dr at jones.dk
Mon May 21 13:34:30 UTC 2012


The following commit has been merged in the master branch:
commit 5b465e5d82bdc7f91f5bef034587bf982309e185
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon May 21 14:53:59 2012 +0200

    Tidy rules file: Fix comments on reasons for some package relations.

diff --git a/debian/rules b/debian/rules
index 1c2f23c..dd1471e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,12 +25,15 @@ DEB_UPSTREAM_PACKAGE = RDF-NS
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/RDF
 DEB_UPSTREAM_TARBALL_MD5 = 95b83e9aa68d7b96964c55aaaa67ff00
 
-# Needed both by upstream build process and at runtime
+# Needed both by upstream build process and (always) at runtime
 deps-build = libfile-sharedir-perl (>= 1.00)
 CDBS_BUILD_DEPENDS += , $(deps-build)
 CDBS_DEPENDS_ALL = $(deps-build)
 
-# Needed by upstream testsuite and some (seldom) at runtime
+# Needed by upstream build process
+CDBS_BUILD_DEPENDS += , libfile-sharedir-install-perl
+
+# Needed both by upstream testsuite and (seldom) at runtime
 deps-test-suggest = librdf-trine-perl (>= 0.140)
-CDBS_BUILD_DEPENDS += , libfile-sharedir-install-perl, $(deps-test-suggest)
+CDBS_BUILD_DEPENDS += , $(deps-test-suggest)
 CDBS_SUGGESTS_ALL = $(deps-test-suggest)

-- 
librdf-ns-perl Debian packaging



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