[SCM] Debian packaging of Devel-BeginLift CPAN distribution branch, master, updated. debian/0.001003-1-3-geefc478

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


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

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

diff --git a/debian/control b/debian/control
index 30f21b9..4dcc805 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
 Source: libdevel-beginlift-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-op-check-entersubforcv-perl (>= 0.03),
- libextutils-depends-perl,
- perl,
+               libb-hooks-op-check-entersubforcv-perl,
+               libextutils-depends-perl,
+               perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-beginlift-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-beginlift-perl.git
@@ -14,9 +14,12 @@ Homepage: http://search.cpan.org/dist/Devel-BeginLift/
 
 Package: libdevel-beginlift-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libb-hooks-op-check-entersubforcv-perl (>= 0.03),
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libb-hooks-op-check-entersubforcv-perl
 Description: make selected sub calls evaluate at compile time
  Devel::BeginLift 'lifts' arbitrary sub calls to running at compile
  time - sort of a souped up version of "use constant". It does this
  via some slightly insane perlguts magic.
+

-- 
Debian packaging of Devel-BeginLift CPAN distribution



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