[liblist-moreutils-perl] 07/08: Update build and runtime dependencies.

gregor herrmann gregoa at debian.org
Fri May 1 16:18:47 UTC 2015


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

gregoa pushed a commit to branch master
in repository liblist-moreutils-perl.

commit 9567d18ac07b4a09ef043662e98bbe4bb4ba5c55
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 1 18:13:56 2015 +0200

    Update build and runtime dependencies.
---
 debian/control | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 361a6e1..3dc9038 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,27 @@
 Source: liblist-moreutils-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 9.20120312~), perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- Damyan Ivanov <dmn at debian.org>, Ansgar Burchardt <ansgar at debian.org>,
- gregor herrmann <gregoa at debian.org>, Alessandro Ghedini <ghedo at debian.org>
+           Damyan Ivanov <dmn at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20120312~),
+               libexporter-tiny-perl,
+               perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.6
-Homepage: https://metacpan.org/release/List-MoreUtils
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblist-moreutils-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblist-moreutils-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblist-moreutils-perl.git
+Homepage: https://metacpan.org/release/List-MoreUtils
 
 Package: liblist-moreutils-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libexporter-tiny-perl
 Description: Perl module with additional list functions not found in List::Util
  List::MoreUtils provides some trivial but commonly needed functionality on
  lists which is not going to go into List::Util.
@@ -23,4 +31,3 @@ Description: Perl module with additional list functions not found in List::Util
  performance as everything is implemented in C. The pure-Perl implementation of
  these functions only serves as a fallback in case the C portions of this module
  could not be compiled on this machine.
-

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



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