[SCM] Debian packaging of libclass-load-perl branch, master, updated. debian/0.08-1-7-geb7f08a

gregor herrmann gregoa at debian.org
Tue Sep 6 15:59:14 UTC 2011


The following commit has been merged in the master branch:
commit 9327c29bf305edc66b79718478d2ce50e999ee91
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Sep 6 17:58:13 2011 +0200

    Add new (build) dependencies.

diff --git a/debian/control b/debian/control
index f004083..c6e53bb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Uploaders: gregor herrmann <gregoa at debian.org>,
  Angel Abad <angelabad at gmail.com>
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libdata-optlist-perl,
+ libpackage-stash-perl (>= 0.32),
  libtest-fatal-perl,
+ libtry-tiny-perl,
  perl,
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 Standards-Version: 3.9.2
@@ -17,7 +19,9 @@ Homepage: http://search.cpan.org/dist/Class-Load/
 Package: libclass-load-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libdata-optlist-perl
+ libdata-optlist-perl,
+ libpackage-stash-perl (>= 0.32),
+ libtry-tiny-perl
 Description: module for loading modules by name
  "require EXPR" only accepts Class/Name.pm style module names, not
  Class::Name. For that, Class::Load provides "load_class 'Class::Name'".

-- 
Debian packaging of libclass-load-perl



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