[libsyntax-keyword-junction-perl] 03/06: control
gregor herrmann
gregoa at debian.org
Fri Oct 18 16:58:18 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libsyntax-keyword-junction-perl.
commit 5d7d913367d211fcca1bbd912a7869263f8cba6c
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Oct 18 18:49:53 2013 +0200
control
---
debian/control | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index eda80f8..ecdbd75 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,14 @@
Source: libsyntax-keyword-junction-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: libsub-exporter-progressive-perl (>= 0.001006),
- libsyntax-perl,
- libtest-requires-perl (>= 0.07),
- perl
+Build-Depends-Indep: libsub-exporter-progressive-perl,
+ libsub-exporter-perl (>= 0.986),
+ libsyntax-perl,
+ libtest-requires-perl (>= 0.07),
+ perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsyntax-keyword-junction-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsyntax-keyword-junction-perl.git
@@ -15,11 +16,13 @@ Homepage: https://metacpan.org/release/Syntax-Keyword-Junction
Package: libsyntax-keyword-junction-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libsub-exporter-progressive-perl (>= 0.001006),
- libsyntax-perl,
- libtest-requires-perl (>= 0.07)
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libsub-exporter-progressive-perl,
+ libsyntax-perl
Description: Perl6 style Junction operators in Perl5
- (no description was found)
+ Syntax::Keyword::Junction is a lightweight module which provides 'Junction'
+ operators, the most commonly used being "any" and "all".
.
- This description was automagically extracted from the module by dh-make-perl.
+ Inspired by the Perl6 design docs,
+ <http://dev.perl.org/perl6/doc/design/exe/E06.html>.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsyntax-keyword-junction-perl.git
More information about the Pkg-perl-cvs-commits
mailing list