[SCM] libhttp-lrdd-perl Debian packaging branch, master, updated. debian/0.105-1-10-g31b0ad8

Xavier Guimard x.guimard at free.fr
Sat Jan 12 15:57:05 UTC 2013


The following commit has been merged in the master branch:
commit fe417fd36f92be4b007db14fcb4dc7eef2c36562
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Jan 12 16:44:30 2013 +0100

    Update debian/rules cdbs entries and add rdf-trinex-functions in dependencies

diff --git a/debian/rules b/debian/rules
index 45734d5..5230663 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,9 +27,11 @@ DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = 2577706c3e968503f46690e395d57d34
 
 # Needed both by upstream build process and at runtime
-common-depends = libhtml-html5-parser-perl (>= 0.107), libhtml-html5-sanity-perl (>= 0.102), libhttp-link-parser-perl (>= 0.102)
-common-depends += , libwww-perl, libobject-authority-perl, librdf-rdfa-parser-perl, librdf-trineshortcuts-perl, liburi-perl
-common-depends += , libxml-atom-owl-perl, libxrd-parser-perl
+perl-deps = www object-authority rdf-rdfa-parser
+perl-deps += rdf-trineshortcuts uri xml-atom-owl xrd-parser rdf-trinex-functions
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps += , libhtml-html5-parser-perl (>= 0.107), libhtml-html5-sanity-perl (>= 0.102),
+deps += libhttp-link-parser-perl (>= 0.102)
 
-CDBS_BUILD_DEPENDS += , $(common-depends)
-CDBS_DEPENDS_ALL = $(common-depends)
+CDBS_BUILD_DEPENDS += , $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps)

-- 
libhttp-lrdd-perl Debian packaging



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