[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:07 UTC 2012


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

    Relax to suggest (not (build-)depend on) libconfig-jfdi-perl: Needed only for PSGI file shipped only as example.

diff --git a/debian/control.in b/debian/control.in
index e82cfba..4aa635c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,6 +13,7 @@ Package: librdf-endpoint-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
 Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
 Description: SPARQL Protocol Endpoint implementation
  Resource Description Framework (RDF) is a standard model for data
  interchange on the Web.
diff --git a/debian/rules b/debian/rules
index 71e4d5c..2768743 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,7 @@ DEB_UPSTREAM_TARBALL_MD5 = 46485643766a02d43f89e2a5d06b7c1a
 
 # 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
+perl-deps += hash-merge-simple html-html5-writer html-html5-parser
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
 deps += , libhttp-negotiate-perl | libwww-perl (<< 6)
 deps += , libxml-libxml-perl (>= 1.70)
@@ -37,13 +36,15 @@ deps += , libxml-libxml-perl (>= 1.70)
 # Needed by upstream testsuite
 deps-test = libtest-www-mechanize-psgi-perl
 
-# Needed (often) at runtime
+# Needed (often/seldom) at runtime
 # TODO: Patch code to actually use these
 #recommends = libjs-jquery, libjs-codemirror
+suggests = libconfig-jfdi-perl
 
 CDBS_BUILD_DEPENDS += , $(deps), $(deps-test)
 CDBS_DEPENDS = $(deps)
 CDBS_RECOMMENDS = $(recommends)
+CDBS_SUGGESTS = $(suggests)
 
 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