[SCM] Debian packaging of libsyntax-keyword-gather-perl branch, master, updated. a3849d7a920ed74a83f578dda540d777c346d2e7

gregor herrmann gregoa at debian.org
Thu Jul 5 20:56:49 UTC 2012


The following commit has been merged in the master branch:
commit c8cbe415dde8ab90b51d14bc8dc1b8840ef4ecb1
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:56:39 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 487ab17..565539d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,27 @@
 Source: libsyntax-keyword-gather-perl
+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 (>= 7)
 Build-Depends-Indep: perl,
- libtest-simple-perl (>= 0.94),
- libsub-exporter-perl (>= 0.980),
- libsyntax-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
+                     perl (>= 5.11.1) | libtest-simple-perl,
+                     libsub-exporter-perl,
+                     libsyntax-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Syntax-Keyword-Gather/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libsyntax-keyword-gather-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsyntax-keyword-gather-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libsyntax-keyword-gather-perl.git
+Homepage: http://search.cpan.org/dist/Syntax-Keyword-Gather/
 
 Package: libsyntax-keyword-gather-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libsub-exporter-perl (>= 0.980),
- libsyntax-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libsub-exporter-perl,
+         libsyntax-perl
 Description: syntax extension for the "gather" keyword
  Syntax::Keyword::Gather is a Perl syntax extension (see libsyntax-perl)
  that provides the "gather" control structure, which was inspired by Perl 6.
  It allows lists to be constructed procedurally, without the need for a
  temporary variable, by managing an implicit array within a closure.
+

-- 
Debian packaging of libsyntax-keyword-gather-perl



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