[SCM] libxml-atom-microformats-perl Debian packaging branch, master, updated. debian/0.004-1-9-g0cd4cec

Jonas Smedegaard dr at jones.dk
Mon Jul 1 11:37:07 UTC 2013


The following commit has been merged in the master branch:
commit 0af87d4f3d0b07df3ee5c9dd15daa81991656da0
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jul 1 13:31:26 2013 +0200

    Tidy rules file: Tighten package-specific CDBS variables.

diff --git a/debian/rules b/debian/rules
index 00d9910..aa8a7cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,13 +29,13 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XML
 #DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = 0d0894f5949cc1395b69d18a502a67c2
 
-# Needed both by upstream build and (always/often) at runtime
+# Needed by upstream build and (always/often) at runtime
 perl-deps = html-microformats json rdf-trine rdf-query xml-atom-owl
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
-deps += , libxml-libxml-perl (>= 1.95+dfsg)
+deps +=, libxml-libxml-perl (>= 1.95+dfsg)
 deps-recommend = librdf-rdfa-parser-perl
 
-CDBS_BUILD_DEPENDS += , $(deps), $(deps-recommend)
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-recommend)
 CDBS_DEPENDS_$(pkg) = $(deps)
 CDBS_RECOMMENDS_$(pkg) = $(deps-recommend)
 

-- 
libxml-atom-microformats-perl Debian packaging



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