[SCM] Debian packaging of libsignatures-perl branch, master, updated. debian/0.06-1-2-g4786d3c

gregor herrmann gregoa at debian.org
Thu Jul 5 20:55:01 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index aabfca9..2a27091 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
 Source: libsignatures-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Angel Abad <angel at debian.org>
+           Jonathan Yu <jawnsy at cpan.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.18),
- libb-hooks-op-ppaddr-perl (>= 0.03),
- libb-hooks-parser-perl,
- libextutils-depends-perl (>= 0.302),
- libperl6-junction-perl,
- perl
+               libb-hooks-endofscope-perl,
+               libb-hooks-op-check-perl (>= 0.18),
+               libb-hooks-op-ppaddr-perl (>= 0.03),
+               libb-hooks-parser-perl,
+               libextutils-depends-perl (>= 0.302),
+               libperl6-junction-perl,
+               perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsignatures-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libsignatures-perl.git
@@ -20,14 +20,17 @@ Homepage: http://search.cpan.org/dist/signatures/
 
 Package: libsignatures-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libb-hooks-endofscope-perl,
- libb-hooks-op-check-perl (>= 0.17),
- libb-hooks-op-ppaddr-perl,
- libb-hooks-parser-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libb-hooks-endofscope-perl,
+         libb-hooks-op-check-perl,
+         libb-hooks-op-ppaddr-perl,
+         libb-hooks-parser-perl
 Description: Perl pragma for subroutine signatures
  signatures is a Perl pragma that provides a simple and robust way to declare
  named parameters for your subroutines. It provides a syntax similar to Perl
  function prototypes (see perlsub) and is robust since it does this without
  using source filters. It also provides a way to combine these signatures with
  normal Perl prototypes.
+

-- 
Debian packaging of libsignatures-perl



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