[SCM] Debian packaging of libapp-cmd-perl branch, master, updated. debian/0.314-1

Salvatore Bonaccorso carnil at debian.org
Wed Jan 4 07:22:18 UTC 2012


The following commit has been merged in the master branch:
commit 9fde83d213cb8699a6ef9776242a6d83048c3c39
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Jan 4 08:13:56 2012 +0100

    Update dependencies for Capture::Tiny use
    
    Add libcapture-tiny-perl (>= 0.13) to Build-Depends-Indep and Depends.

diff --git a/debian/control b/debian/control
index ac91cb3..266b8c0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libio-tiecombine-perl, libclass-load-perl,
   libsub-install-perl, libsub-exporter-perl,
   libgetopt-long-descriptive-perl (>= 0.084), libstring-rewriteprefix-perl,
-  libtest-fatal-perl, perl (>= 5.14) | libtest-simple-perl (>= 0.96)
+  libtest-fatal-perl, perl (>= 5.14) | libtest-simple-perl (>= 0.96),
+  libcapture-tiny-perl (>= 0.13)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,
  Salvatore Bonaccorso <carnil at debian.org>,
@@ -19,7 +20,8 @@ Package: libapp-cmd-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libclass-load-perl, 
   libsub-install-perl, libsub-exporter-perl,
-  libgetopt-long-descriptive-perl (>= 0.084), libstring-rewriteprefix-perl
+  libgetopt-long-descriptive-perl (>= 0.084), libstring-rewriteprefix-perl,
+  libcapture-tiny-perl (>= 0.13)
 Description: Perl interface to write command line apps with less suffering
  App::Cmd is intended to make it easy to write complex command-line
  applications without having to think about most of the annoying

-- 
Debian packaging of libapp-cmd-perl



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