[libsms-send-perl] 01/02: Explicitly (build-)depend on Module::Pluggable.
gregor herrmann
gregoa at debian.org
Thu Aug 8 12:59:42 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libsms-send-perl.
commit bfbd9d382a1c17a676391657fcaaaa512bbac4ab
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Aug 8 14:59:06 2013 +0200
Explicitly (build-)depend on Module::Pluggable.
Closes: #711673
---
debian/control | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/control b/debian/control
index 2f50c3b..654ff25 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libclass-adapter-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
libparams-util-perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsms-send-perl.git
@@ -19,6 +20,7 @@ Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libclass-adapter-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
libparams-util-perl
Description: driver-based API for sending SMS messages
The SMS::Send perl module is intended to provide a driver-based single API for
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsms-send-perl.git
More information about the Pkg-perl-cvs-commits
mailing list