[SCM] libhtml-html5-microdata-parser-perl Debian packaging branch, master, updated. debian/0.100-1-6-g28474f1
Jonas Smedegaard
dr at jones.dk
Fri Jun 28 08:30:22 UTC 2013
The following commit has been merged in the master branch:
commit 5ef20e01bd260da1f3ac26c5f415fc223bb7cd71
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Jun 28 10:25:00 2013 +0200
Tidy rules file: Tighten package-specific CDBS variables and targets, and wrap at 72 chars.
diff --git a/debian/rules b/debian/rules
index 8c19186..2ce2e28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,17 +21,20 @@ 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 = HTML-HTML5-Microdata-Parser
DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/HTML
#DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
DEB_UPSTREAM_TARBALL_MD5 = 3c41672f28906e3d96acabf6f68e1f18
-# Needed both by upstream build process and at runtime
-common-depends = libhtml-html5-parser-perl (>= 0.107), libhtml-html5-sanity-perl (>= 0.102),
-common-depends += librdf-trine-perl, liburi-perl, libxml-libxml-perl (>= 1.70)
+# Needed by upstream build process and (always) at runtime
+deps = libhtml-html5-parser-perl (>= 0.107)
+deps +=, libhtml-html5-sanity-perl (>= 0.102)
+deps +=, librdf-trine-perl, liburi-perl, libxml-libxml-perl (>= 1.70)
-CDBS_BUILD_DEPENDS += , $(common-depends)
-CDBS_DEPENDS_ALL = $(common-depends)
+# Needed by upstream testsuite
+deps-test = libtest-rdf-perl (>= 0.23)
-# needed to run tests at build time
-CDBS_BUILD_DEPENDS += , libtest-rdf-perl (>= 0.23)
+CDBS_BUILD_DEPENDS += , $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
--
libhtml-html5-microdata-parser-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list