This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository librdf-trine-node-literal-xml-perl.

commit b710040fa7809a4970307f56cf20b6d8d98b521a
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Mon May 19 16:44:08 2014 +0200

    Tidy package relations resolving in rules file.
---
 debian/rules | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5f3bd96..fec09c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,15 +21,19 @@ 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 = RDF-Trine-Node-Literal-XML
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/RDF
 #DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/K/KJ/KJETILK
 
-# Needed both by upstream build process and at runtime
-common-depends = librdf-trine-perl, libxml-libxml-perl, liberror-perl, libxml2 
(>= 2.6.27)
+# Needed by upstream build process and (always) at runtime
+perl-deps = rdf-trine xml-libxml error
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps +=, libxml2 (>= 2.6.27)
 
-CDBS_BUILD_DEPENDS += , $(common-depends)
-CDBS_DEPENDS_ALL = $(common-depends)
+# Needed by upstream testsuite
+deps-test = libtest-exception-perl, libtest-nowarnings-perl
 
-# Needed by upstream tests
-CDBS_BUILD_DEPENDS += , libtest-exception-perl, libtest-nowarnings-perl
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_DEPENDS_ALL = $(deps)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/librdf-trine-node-literal-xml-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to