[libautobox-junctions-perl] 02/03: control

gregor herrmann gregoa at debian.org
Wed May 7 19:03:24 UTC 2014


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

gregoa pushed a commit to branch master
in repository libautobox-junctions-perl.

commit 5a3eb7a9e7e9e5b69b59454d4e765e4495c2bfe8
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed May 7 20:59:00 2014 +0200

    control
---
 debian/control | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index ba72c66..59903a6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,14 @@
 Source: libautobox-junctions-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
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libautobox-perl,
- libsyntax-keyword-junction-perl,
- libtest-checkdeps-perl (>= 0.007),
- perl (>= 5.11.1)
+                     libsyntax-keyword-junction-perl,
+                     libtest-checkdeps-perl (>= 0.007),
+                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libautobox-junctions-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libautobox-junctions-perl.git
@@ -15,14 +16,12 @@ Homepage: https://metacpan.org/release/autobox-Junctions
 
 Package: libautobox-junctions-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libautobox-perl,
- libsyntax-keyword-junction-perl
-Description: Autoboxified junction-style operators
- This is a simple autoboxifying wrapper around Syntax::Keyword::Junction, that
- provides array and array references with the functions provided by that
- package as methods for arrays: any|Syntax::Keyword::Junction/any,
- all|Syntax::Keyword::Junction/all, one|Syntax::Keyword::Junction/one, and
- none|Syntax::Keyword::Junction/none.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libautobox-perl,
+         libsyntax-keyword-junction-perl
+Description: module providing autoboxified junction-style operators
+ autobox::Junctions is a simple autoboxifying wrapper around
+ Syntax::Keyword::Junction, that provides array and array references with the
+ functions provided by that package as methods for arrays: any, all, one, and
+ none.

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



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