[libhttp-link-parser-perl] 05/11: Demote RDF::Trine to Recommends

Florian Schlichting fsfs at moszumanska.debian.org
Mon Jan 20 21:26:21 UTC 2014


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

fsfs pushed a commit to branch master
in repository libhttp-link-parser-perl.

commit fb36d464453e293dcc52bd8e4e906a53c27165ec
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Jan 20 22:11:14 2014 +0100

    Demote RDF::Trine to Recommends
---
 debian/control    | 1 +
 debian/control.in | 1 +
 debian/rules      | 5 +++--
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f65e65f..c6fe68b 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Homepage: http://search.cpan.org/dist/HTTP-Link-Parser/
 Package: libhttp-link-parser-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
 Description: parse HTTP Link headers
  HTTP::Link::Parser parses HTTP "Link" headers found in an
  HTTP::Response object. Headers should conform to the format described
diff --git a/debian/control.in b/debian/control.in
index d354dcb..f349227 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,6 +12,7 @@ Homepage: http://search.cpan.org/dist/HTTP-Link-Parser/
 Package: libhttp-link-parser-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
 Description: parse HTTP Link headers
  HTTP::Link::Parser parses HTTP "Link" headers found in an
  HTTP::Response object. Headers should conform to the format described
diff --git a/debian/rules b/debian/rules
index 07eedee..4fdb360 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,8 @@ DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = 7710e29fe9de7c23fabf0b53c9700c4a
 
 # Needed both by upstream build process and at runtime
-common-depends = libhttp-message-perl, librdf-trine-perl, liburi-perl
+common-depends = libhttp-message-perl, liburi-perl
 
-CDBS_BUILD_DEPENDS += , $(common-depends)
+CDBS_BUILD_DEPENDS += , $(common-depends), librdf-trine-perl
 CDBS_DEPENDS_ALL = $(common-depends)
+CDBS_RECOMMENDS_ALL = librdf-trine-perl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-link-parser-perl.git



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