[SCM] Debian packaging of libconfig-autoconf-perl branch, master, updated. 6dfe3b7733f9bdf18a8c6229912ab5c7f4ca107f

gregor herrmann gregoa at debian.org
Fri Jan 20 15:38:20 UTC 2012


The following commit has been merged in the master branch:
commit 975dee6192db84db0f5229102674a95b05d8f674
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 20 16:30:23 2012 +0100

    Add (build) dependency on libcapture-tiny-perl.

diff --git a/debian/control b/debian/control
index 6280509..83ce771 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libconfig-autoconf-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ libcapture-tiny-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Danai SAE-HAN (韓達耐) <danai at debian.org>,
  gregor herrmann <gregoa at debian.org>
@@ -13,7 +14,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-aut
 
 Package: libconfig-autoconf-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
+ libcapture-tiny-perl
 Description: Perl module to implement some of AutoConf's macros in pure Perl
  Config::AutoConf simulates some of the tasks AutoConf macros do, e.g.
  detecting a command, detecting a library, etc.

-- 
Debian packaging of libconfig-autoconf-perl



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