[SCM] libxml-atom-fromowl-perl Debian packaging branch, master, updated. debian/0.101-1-16-g7f2dcbe

Jonas Smedegaard dr at jones.dk
Mon Jul 1 11:52:32 UTC 2013


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

    Tidy rules file: Tighten package-specific CDBS variables.

diff --git a/debian/rules b/debian/rules
index db122c5..b7f4cd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,12 +29,12 @@ 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 = 2cec060c1efe8991a90ca63b9590c7c1
 
-# Needed both by upstream build and at runtime
+# Needed by upstream build and (always) at runtime
 perl-deps = ossp-uuid rdf-trinex-functions xml-atom namespace-clean
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
-deps += , libxml-libxml-perl (>= 1.94)
+deps +=, libxml-libxml-perl (>= 1.94)
 
-CDBS_BUILD_DEPENDS += , $(deps)
+CDBS_BUILD_DEPENDS +=, $(deps)
 CDBS_DEPENDS_$(pkg) = $(deps)
 
 DEB_INSTALL_EXAMPLES_$(pkg) = examples/*

-- 
libxml-atom-fromowl-perl Debian packaging



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