[SCM] Debian packaging of libclass-load-perl branch, master, updated. bd7c756dc17ae5b7a6340568f6769eec01983a63

Angel Abad angelabad at gmail.com
Fri Aug 19 15:44:56 UTC 2011


The following commit has been merged in the master branch:
commit 05b77f6d7e1b9673ba6be114e8209be9a77d927c
Author: Angel Abad <angelabad at gmail.com>
Date:   Fri Aug 19 17:21:06 2011 +0200

    debian/control: Add libdata-optlist-perl to Depends

diff --git a/debian/control b/debian/control
index 10aff74..084934d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: :libtest-fatal-perl,
+Build-Depends-Indep: libtest-fatal-perl,
  perl
 Standards-Version: 3.9.1
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-load-perl.git
@@ -13,7 +13,8 @@ Homepage: http://search.cpan.org/dist/Class-Load/
 
 Package: libclass-load-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-optlist-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