[SCM] Debian packaging of libdevel-declare-perl branch, master, updated. debian/0.006011-1-2-g6bca9e1

gregor herrmann gregoa at debian.org
Thu Jul 5 20:24:11 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 8594b37..e857a59 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,20 @@
 Source: libdevel-declare-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- Ryan Niebur <ryan at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Angel Abad <angel at debian.org>
+           Ryan Niebur <ryan at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Angel Abad <angel at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 9),
- libb-hooks-endofscope-perl,
- libb-hooks-op-check-perl (>= 0.19),
- libextutils-depends-perl (>= 0.302),
- libsub-name-perl,
- libtest-warn-perl,
- perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+               libb-hooks-endofscope-perl,
+               libb-hooks-op-check-perl (>= 0.19),
+               libextutils-depends-perl (>= 0.302),
+               libsub-name-perl,
+               libtest-warn-perl,
+               perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-declare-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-declare-perl.git
@@ -23,10 +22,12 @@ Homepage: http://search.cpan.org/dist/Devel-Declare/
 
 Package: libdevel-declare-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libb-hooks-endofscope-perl,
- libb-hooks-op-check-perl (>= 0.19),
- libsub-name-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libb-hooks-endofscope-perl,
+         libb-hooks-op-check-perl (>= 0.19),
+         libsub-name-perl
 Description: module to add new syntax to Perl
  Devel::Declare can install subroutines called declarators which locally take
  over control of Perl's parser, allowing the creation of new syntax, including
@@ -36,3 +37,4 @@ Description: module to add new syntax to Perl
  This module can be used for adding new keywords, completely in Perl code. It
  allows a subroutine to be executed during the Perl code compilation, meaning
  that syntax can be transformed into equivalent code for Perl on-the-fly.
+

-- 
Debian packaging of libdevel-declare-perl



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