[liblist-moreutils-xs-perl] 04/06: control

gregor herrmann gregoa at debian.org
Mon Nov 13 23:24:30 UTC 2017


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

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

commit a60ebf938a70ab9cdedaabb0e7af95e005bf48d3
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Nov 14 00:19:16 2017 +0100

    control
---
 debian/control | 28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 482bc73..5bf5f74 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,31 @@
 Source: liblist-moreutils-xs-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9),
- perl (>= 5.24.1)
+               libtest-leaktrace-perl,
+               perl (>= 5.24.1)
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblist-moreutils-xs-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblist-moreutils-xs-perl.git
 Homepage: https://metacpan.org/release/List-MoreUtils-XS
-Testsuite: autopkgtest-pkg-perl
 
 Package: liblist-moreutils-xs-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- perl (>= 5.24.1)
-Description: Provide the stuff missing in List::Util in XS
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         perl (>= 5.24.1)
+Enhances: liblist-moreutils-perl
+Breaks: liblist-moreutils-perl (<< 0.417)
+Replaces: liblist-moreutils-perl (<< 0.417)
+Description: Perl module providing compiled List::MoreUtils functions
+ List::MoreUtils::XS is a backend for List::MoreUtils. Even if it's possible
+ to have it practically independent from List::MoreUtils, it technically
+ depends on List::MoreUtils'. Since it's only a backend, the API is not public
+ and can change without any warning.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ List::MoreUtils provides some trivial but commonly needed functionality on
+ lists which is not going to go into List::Util.

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



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