[libemail-abstract-perl] 01/02: Explicitly (build-)depend on Module::Pluggable.
gregor herrmann
gregoa at debian.org
Thu Aug 8 12:39:31 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libemail-abstract-perl.
commit c34c57faf7ba35e2c8908f5c0f6918d33cfe7cdf
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Aug 8 14:38:48 2013 +0200
Explicitly (build-)depend on Module::Pluggable.
Closes: #711660
---
debian/control | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 4e56ae8..0c34475 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends-Indep: perl,
libmail-box-perl,
libmailtools-perl,
libmime-tools-perl (>= 5.501),
+ libmodule-pluggable-perl | perl (<< 5.17.0),
libmro-compat-perl
Standards-Version: 3.9.1
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-abstract-perl.git
@@ -25,8 +26,8 @@ Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libemail-simple-perl,
- perl,
- libmro-compat-perl
+ libmro-compat-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0)
Recommends: libmime-tools-perl (>= 5.501)
Description: library that presents unified interface to mail representations
"Email::Abstract" provides module writers with the ability to write
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libemail-abstract-perl.git
More information about the Pkg-perl-cvs-commits
mailing list