[libemail-send-perl] 03/04: debian/control: remove version constraints from (build)deps
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 cf90eb0c764ea1f05323fdfaef105ee98b49d919
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Aug 8 14:45:48 2013 +0200
debian/control: remove version constraints from (build)deps
that are already satisfied in (old)stable.
---
debian/control | 45 ++++++++++++++++++++++++++++-----------------
1 file changed, 28 insertions(+), 17 deletions(-)
diff --git a/debian/control b/debian/control
index 7ff0414..8b2c4f6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,41 @@
Source: libemail-send-perl
+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>,
+ Damyan Ivanov <dmn at debian.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
+ Nathan Handler <nhandler at debian.org>,
+ Salvatore Bonaccorso <carnil at debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
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,
- 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>,
- Damyan Ivanov <dmn at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- Nathan Handler <nhandler at debian.org>,
- Salvatore Bonaccorso <carnil at debian.org>
+ libclass-accessor-perl,
+ libemail-abstract-perl,
+ libemail-address-perl,
+ libemail-send-io-perl,
+ libemail-simple-perl,
+ libmime-tools-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
+ libreturn-value-perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ nullmailer | mail-transport-agent
Standards-Version: 3.9.2
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-send-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-send-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-send-perl.git
Homepage: https://metacpan.org/release/Email-Send/
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,
- libmodule-pluggable-perl | perl (<< 5.17.0)
+Depends: ${perl:Depends},
+ ${misc:Depends},
+ libclass-accessor-perl,
+ libemail-abstract-perl,
+ libemail-address-perl,
+ libemail-simple-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
+ libreturn-value-perl
Recommends: libemail-send-io-perl
Description: Perl module for simply sending email (deprecated)
Email::Send provides a very simple, very clean, very specific interface
@@ -34,3 +44,4 @@ Description: Perl module for simply sending email (deprecated)
.
Note that this package has been deprecated upstream; please consider to use
libemail-sender-perl instead.
+
--
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