[SCM] librdf-endpoint-perl Debian packaging branch, master, updated. debian/0.04-1-27-gaed461e

Jonas Smedegaard dr at jones.dk
Tue Jun 12 21:02:06 UTC 2012


The following commit has been merged in the master branch:
commit 2e120d2d487a98dd61d591fe7b67c6dc51324003
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jun 12 17:11:49 2012 +0200

    Tidy package relations resolving.

diff --git a/debian/rules b/debian/rules
index c808bf8..853f133 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,18 +26,24 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/RDF
 #DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/G/GW/GWILLIAMS
 DEB_UPSTREAM_TARBALL_MD5 = 46485643766a02d43f89e2a5d06b7c1a
 
-# Needed both by upstream build process and at runtime
-common-perl-depends = file-sharedir rdf-trine rdf-query rdf-rdfa-generator
-common-perl-depends += plack config-jfdi hash-merge-simple html-html5-writer html-html5-parser
-common-depends = $(patsubst %,$(comma) lib%-perl,$(common-perl-depends))
-common-depends += , libhttp-negotiate-perl | libwww-perl (<< 6), libxml-libxml-perl (>= 1.70)
-CDBS_BUILD_DEPENDS += , $(common-depends)
-CDBS_DEPENDS = $(common-depends)
+# Needed both by upstream build and at runtime
+perl-deps = file-sharedir rdf-trine rdf-query rdf-rdfa-generator plack
+perl-deps += config-jfdi hash-merge-simple html-html5-writer
+perl-deps += html-html5-parser
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps += , libhttp-negotiate-perl | libwww-perl (<< 6)
+deps += , libxml-libxml-perl (>= 1.70)
+
+# Needed by upstream testsuite
+deps-test = libtest-www-mechanize-psgi-perl
+
+# Needed (often) at runtime
 # TODO: Patch code to actually use these
-#CDBS_RECOMMENDS = libjs-jquery, libjs-codemirror
+#recommends = libjs-jquery, libjs-codemirror
 
-# Needed by upstream tests
-CDBS_BUILD_DEPENDS += , libtest-www-mechanize-psgi-perl
+CDBS_BUILD_DEPENDS += , $(deps), $(deps-test)
+CDBS_DEPENDS = $(deps)
+CDBS_RECOMMENDS = $(recommends)
 
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(share/www/favicon\.ico|debian/(changelog|copyright(|_hints|_newhints)))$
 

-- 
librdf-endpoint-perl Debian packaging



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