[SCM] Debian packaging of Devel-Pragma CPAN distribution branch, master, updated. debian/0.54-1-2-gaebaf53

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


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

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

diff --git a/debian/control b/debian/control
index fe2cb3e..cfe547b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
 Source: libdevel-pragma-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Stig Sandbeck Mathisen <ssm at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 9),
- libb-hooks-endofscope-perl (>= 0.09),
- libb-hooks-op-annotation-perl (>= 0.43),
- libb-hooks-op-check-perl (>= 0.18),
- libextutils-depends-perl (>= 0.302),
- perl,
+               libb-hooks-endofscope-perl (>= 0.09),
+               libb-hooks-op-annotation-perl,
+               libb-hooks-op-check-perl (>= 0.18),
+               libextutils-depends-perl (>= 0.302),
+               perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-pragma-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-pragma-perl.git
@@ -16,12 +16,15 @@ Homepage: http://search.cpan.org/dist/Devel-Pragma/
 
 Package: libdevel-pragma-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libb-hooks-endofscope-perl (>= 0.09),
- libb-hooks-op-annotation-perl (>= 0.43),
- libb-hooks-op-check-perl (>= 0.18)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libb-hooks-endofscope-perl (>= 0.09),
+         libb-hooks-op-annotation-perl,
+         libb-hooks-op-check-perl (>= 0.18)
 Description: helper functions for developers of lexical pragmas
  Devel:Pragma provides helper functions for developers of lexical
  pragmas. These can be used both in older versions of perl (from
  5.8.1), which have limited support for lexical pragmas, and in the
  most recent versions, which have improved support.
+

-- 
Debian packaging of Devel-Pragma CPAN distribution



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