[SCM] Debian packaging of Class-Load-XS CPAN distribution branch, master, updated. debian/0.03-1-9-g8763573

gregor herrmann gregoa at debian.org
Sat Feb 11 19:14:33 UTC 2012


The following commit has been merged in the master branch:
commit 4276ebeb007270fe5188f982fc7b5bdeac44a804
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 11 20:03:28 2012 +0100

    Make (build) dependency on libclass-load-perl versioned. Add build
    dependencies on libmodule-implementation-perl, libtest-requires-perl,
    libtest-without-module-perl.

diff --git a/debian/control b/debian/control
index da36893..cec782e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,11 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <al3xbio at gmail.com>,
  gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 9), perl,
- libclass-load-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)
 Standards-Version: 3.9.2
@@ -17,7 +20,7 @@ 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
+ libclass-load-perl (>= 0.15)
 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.

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



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