[SCM] librdf-query-client-perl Debian packaging branch, master, updated. debian/0.105-1-9-ge741eb3
Florian Schlichting
fschlich at zedat.fu-berlin.de
Wed Dec 21 22:11:02 UTC 2011
The following commit has been merged in the master branch:
commit bcd0c3d9d2c3bc55617a8d4abb60e0683417039a
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date: Wed Dec 21 23:08:44 2011 +0100
Updated (build-)dependencies
diff --git a/debian/changelog b/debian/changelog
index f6a725d..dd96fd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
librdf-query-client-perl (0.107-1) UNRELEASED; urgency=low
+ WAITS-FOR: libauthority-shared-perl, libuniversal-authority-perl
+
[ Florian Schlichting ]
* Imported Upstream version 0.107.
* Bumped copyright years, adjusted DEP-5 headers and added stanzas for new
files under inc/.
* Ship provided examples skipt.
+ * Updated (build-)dependencies.
[ Jonas Smedegaard ]
* Update copyright file: Fix use separate sections for Artistic and GPL-1+.
diff --git a/debian/control b/debian/control
index fed8612..0ce81f4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,12 @@ Build-Depends: devscripts (>= 2.10.7~),
cdbs (>= 0.4.85~),
debhelper (>= 7.0.1),
dh-buildinfo,
+ libauthority-shared-perl,
+ libhttp-message-perl,
librdf-trine-perl,
+ libuniversal-authority-perl,
libwww-perl,
- libnamespace-clean-perl,
- libdbd-sqlite3-perl
+ libnamespace-clean-perl (>= 0.20)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>
Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index f0c9e31..fbe5375 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,13 +27,12 @@ DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
DEB_UPSTREAM_TARBALL_MD5 = 0d08d5a5e91a26a577d72e3c78d855df
# Needed (always/often) at runtime, and also for regression tests
-common-depends = librdf-trine-perl, libwww-perl, libnamespace-clean-perl
-common-recommends = libdbd-sqlite3-perl
+common-depends = libauthority-shared-perl, libhttp-message-perl, librdf-trine-perl
+common-depends += , libuniversal-authority-perl, libwww-perl, libnamespace-clean-perl (>= 0.20)
-CDBS_BUILD_DEPENDS += , $(common-depends), $(common-recommends)
+CDBS_BUILD_DEPENDS += , $(common-depends)
CDBS_DEPENDS_ALL = $(common-depends)
-CDBS_RECOMMENDS_ALL = $(common-recommends)
# Must be recommandation only, to avoid loop between
# HTTP::LRDD, RDF::Query::Client and RDF::TrineShortcuts
-CDBS_RECOMMENDS_ALL += , libhttp-lrdd-perl
+CDBS_RECOMMENDS_ALL = libhttp-lrdd-perl
--
librdf-query-client-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list