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

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

commit c4fc71877c2111579dc687d43f4b332b0388bb15
Author: gregor herrmann <gre...@debian.org>
Date:   Wed Jul 2 19:12:01 2014 +0200

    control
---
 debian/control | 31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 104bdf7..373153f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,15 @@
 Source: libemail-reply-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: gregor herrmann <gre...@debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libcapture-tiny-perl,
- libemail-abstract-perl (>= 2.01),
- libemail-address-perl (>= 1.80),
- libemail-mime-perl (>= 1.82),
- perl (>= 5.13.4)
+                     libemail-abstract-perl,
+                     libemail-address-perl,
+                     libemail-mime-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-reply-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-reply-perl.git
@@ -16,11 +17,15 @@ Homepage: https://metacpan.org/release/Email-Reply
 
 Package: libemail-reply-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libemail-abstract-perl (>= 2.01),
- libemail-address-perl (>= 1.80),
- libemail-mime-perl (>= 1.82)
-Description: reply to an email message
- This software takes the hard out of generating replies to email messages.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libemail-abstract-perl,
+         libemail-address-perl,
+         libemail-mime-perl
+Description: module to reply to an email message
+ The Email::Replay module takes the hard out of generating replies to email
+ messages.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ The exported reply() function accepts a number of named parameters and
+ returns an email message object of type Email::MIME or Email::Simple,
+ depending on the parameters passed.

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to