[libowl-directsemantics-perl] 01/02: Explicitly (build) depend on Module::Pluggable.
gregor herrmann
gregoa at debian.org
Fri Jul 18 13:52:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libowl-directsemantics-perl.
commit 0b583dcb45ded24963f9d5a1d817fc98e3e8bff2
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jul 18 15:51:28 2014 +0200
Explicitly (build) depend on Module::Pluggable.
Closes: #755024
---
debian/control | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index c4942d1..cf19a4e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: cdbs,
libwww-perl,
libmoose-perl (>= 2.02),
librdf-trine-perl,
- liburi-perl
+ liburi-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>
Standards-Version: 3.9.4
diff --git a/debian/rules b/debian/rules
index 659b792..503faa2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ DEB_UPSTREAM_TARBALL_MD5 = 989921e45dd64a969ab7581690ef95b6
# Needed both by upstream build and (always) at runtime
deps = libwww-perl, libmoose-perl (>= 2.02), librdf-trine-perl
-deps += , liburi-perl
+deps += , liburi-perl, libmodule-pluggable-perl | perl (<< 5.17.0)
CDBS_BUILD_DEPENDS += , $(deps)
CDBS_DEPENDS_$(pkg) = $(deps)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libowl-directsemantics-perl.git
More information about the Pkg-perl-cvs-commits
mailing list