[SCM] Debian packaging of Class-Load-XS CPAN distribution branch, master, updated. debian/0.04-1-3-g2d34123

gregor herrmann gregoa at debian.org
Thu Jul 5 20:16:32 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 76d1e3b..2a30022 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,17 @@
 Source: libclass-load-xs-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <ghedo at debian.org>,
- gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 9), perl,
- libclass-load-perl (>= 0.15),
- libmodule-implementation-perl,
- libtest-requires-perl,
- libtest-fatal-perl,
- libtest-without-module-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
- perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               perl,
+               libclass-load-perl,
+               libmodule-implementation-perl,
+               libtest-requires-perl,
+               libtest-fatal-perl,
+               libtest-without-module-perl,
+               perl (>= 5.11.4) | libmodule-build-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-load-xs-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-load-xs-perl.git
@@ -19,10 +19,13 @@ Homepage: http://search.cpan.org/dist/Class-Load-XS/
 
 Package: libclass-load-xs-perl
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends},
- libclass-load-perl (>= 0.15)
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${perl:Depends},
+         libclass-load-perl
 Description: XS implementation of parts of Class::Load
  Class::Load::XS provides an XS implementation for portions of Class::Load, a
  module that provides several functions to load classes at runtime.
  .
  See Class::Load in the libclass-load-perl package for API details.
+

-- 
Debian packaging of Class-Load-XS CPAN distribution



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