[libtypes-uri-perl] 02/03: Build-depend and suggest librdf-trine-perl.

Jonas Smedegaard dr at jones.dk
Tue May 20 19:35:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtypes-uri-perl.

commit 2ed66eb38333aadd11d9b4dc474d4ec4f2b33309
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue May 20 21:25:52 2014 +0200

    Build-depend and suggest librdf-trine-perl.
---
 debian/control.in | 1 +
 debian/rules      | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 60bcc30..da3d0a6 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -14,6 +14,7 @@ Architecture: all
 Depends: ${cdbs:Depends},
  ${misc:Depends},
  ${perl:Depends}
+Suggests: ${cdbs:Suggests}
 Description: type constraints and coercions for URIs
  Types::URI is a type constraint library suitable for use with Moo/Moose
  attributes, Kavorka sub signatures, and so forth.
diff --git a/debian/rules b/debian/rules
index 3a4a857..6d2677e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,13 +26,15 @@ pkg = $(DEB_SOURCE_PACKAGE)
 DEB_UPSTREAM_PACKAGE = Types-URI
 DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
 
-# Needed by upstream build and (always) at runtime
+# Needed by upstream build and (always/seldom) at runtime
 perl-deps = type-tiny types-path-tiny types-uuid uri uri-fromhash
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps-suggest = librdf-trine-perl
 
 # Needed by upstream testsuite
 deps-test = perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 deps-test +=, libtest-requires-perl
 
-CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-suggest), $(deps-test)
 CDBS_DEPENDS_$(pkg) +=, $(deps)
+CDBS_SUGGESTS_$(pkg) +=, $(deps-suggest)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtypes-uri-perl.git



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