[libemail-send-perl] 01/04: Explicitly (build-)depend on Module::Pluggable.

gregor herrmann gregoa at debian.org
Thu Aug 8 12:46:38 UTC 2013


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

gregoa pushed a commit to branch master
in repository libemail-send-perl.

commit bf5b217cb7a5dd6304e539dded7c2b8f2fbc7047
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 8 14:40:13 2013 +0200

    Explicitly (build-)depend on Module::Pluggable.
    
    Closes: #711661
---
 debian/control |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d09b439..7ff0414 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Build-Depends-Indep: perl,
  libreturn-value-perl (>= 1.28), libemail-simple-perl (>= 1.92), libclass-accessor-perl,
  libemail-address-perl (>= 1.80), libemail-abstract-perl,
  libtest-pod-perl, libtest-pod-coverage-perl, libmime-tools-perl,
- nullmailer | mail-transport-agent, libemail-send-io-perl
+ nullmailer | mail-transport-agent, libemail-send-io-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregoa at debian.org>,
@@ -23,7 +24,8 @@ Package: libemail-send-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
  libreturn-value-perl (>= 1.28), libemail-simple-perl (>= 1.92), libclass-accessor-perl,
- libemail-address-perl (>= 1.80), libemail-abstract-perl
+ libemail-address-perl (>= 1.80), libemail-abstract-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0)
 Recommends: libemail-send-io-perl
 Description: Perl module for simply sending email (deprecated)
  Email::Send provides a very simple, very clean, very specific interface

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libemail-send-perl.git



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