[libemail-localdelivery-perl] 07/12: refresh debian/control using dh-make-perl

Florian Schlichting fsfs at alioth.debian.org
Tue Aug 20 19:23:10 UTC 2013


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

fsfs pushed a commit to branch master
in repository libemail-localdelivery-perl.

commit 95c154ccc6665b43512dd8d31e3a04dd7d7acb57
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Aug 20 21:08:59 2013 +0200

    refresh debian/control using dh-make-perl
    
    this sorts (build-)dependencies, upgrades dh compatibility to level 8,
    and adds Capture::Tiny and Test::More 0.96 as new dependencies. The
    commit also adds /me in Uploaders and bumps Standards-Version to 3.9.4
---
 debian/compat  |    2 +-
 debian/control |   33 ++++++++++++++++++++++-----------
 2 files changed, 23 insertions(+), 12 deletions(-)

diff --git a/debian/compat b/debian/compat
index 1e8b314..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-6
+8
diff --git a/debian/control b/debian/control
index 866e9c9..17644a7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,33 @@
 Source: libemail-localdelivery-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), quilt
-Build-Depends-Indep: perl, libfile-path-expand-perl,
- libemail-foldertype-perl, libemail-simple-perl, liblockfile1,
- libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>,
  gregor herrmann <gregoa at debian.org>,
- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.7.3
-Homepage: http://emailproject.perl.org/wiki/Email::LocalDelivery
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-localdelivery-perl.git
+ Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+ Damyan Ivanov <dmn at debian.org>,
+ Florian Schlichting <fsfs at debian.org>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libcapture-tiny-perl,
+ libemail-foldertype-perl,
+ libemail-simple-perl,
+ libfile-path-expand-perl,
+ liblockfile1,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ perl (>= 5.13.4) | libtest-more-perl (>= 0.96),
+ perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-localdelivery-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-localdelivery-perl.git
+Homepage: http://emailproject.perl.org/wiki/Email::LocalDelivery
 
 Package: libemail-localdelivery-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libfile-path-expand-perl,
- libemail-foldertype-perl, libemail-simple-perl, liblockfile1
-Description:  Deliver a piece of email - simply
+Depends: ${misc:Depends}, ${perl:Depends},
+ libemail-foldertype-perl,
+ libemail-simple-perl,
+ libfile-path-expand-perl,
+ liblockfile1
+Description: Deliver a piece of email - simply
  Email::LocalDelivery delivers an email to a list of mailboxes.

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



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