[SCM] Debian packaging of libtest-email-perl branch, master, updated. d660d6b3e6c8e27854cba46e3624f81cc60db232

gregor herrmann gregoa at debian.org
Thu Jul 5 20:59:23 UTC 2012


The following commit has been merged in the master branch:
commit 830f3903ef9e611e4b315c0996b3ba04d9052d18
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:58:55 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index c292d9f..e7b4c0e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,24 @@
 Source: libtest-email-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libmail-sendmail-perl (>= 0.79),
- libmime-tools-perl (>= 5.4), perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Build-Depends-Indep: libmail-sendmail-perl,
+                     libmime-tools-perl,
+                     perl
 Standards-Version: 3.8.1
-Homepage: http://search.cpan.org/dist/Test-Email/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-email-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-email-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-email-perl.git
+Homepage: http://search.cpan.org/dist/Test-Email/
 
 Package: libtest-email-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libmime-tools-perl (>= 5.4)
-Recommends: libmail-pop3client-perl (>= 2), libmail-sendmail-perl (>= 0.79)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmime-tools-perl
+Recommends: libmail-pop3client-perl (>= 2),
+            libmail-sendmail-perl (>= 0.79)
 Description: email contents test module
  Test::Email provides tests for email contents; it is a subclass of
  MIME::Entity with header_is, body_is, or _ok or _like and part_ok,
@@ -23,3 +27,4 @@ Description: email contents test module
  during the mailing process, which could cause unnecessary confusion.
  .
  This package also provides Test::POP3 to automate email delivery tests.
+

-- 
Debian packaging of libtest-email-perl



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