[SCM] Debian package of perl Archive::Peek branch, master, updated. debian/0.34-1-6-g59bc0d9
gregor herrmann
gregoa at debian.org
Fri Sep 30 15:22:51 UTC 2011
The following commit has been merged in the master branch:
commit 33ff88fe40a544e283be7c07bb269a192c48f44b
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Sep 30 17:19:13 2011 +0200
Add (build) dependency on IO::Uncompress::Bunzip2.
diff --git a/debian/control b/debian/control
index dfb2cc3..99fc692 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends-Indep: perl,
libarchive-zip-perl,
libmoose-perl,
libmoosex-types-path-class-perl,
- libtest-pod-perl
+ libtest-pod-perl,
+ perl (>= 5.10.1) | libio-compress-perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libarchive-peek-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libarchive-peek-perl.git
@@ -19,7 +20,8 @@ Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libarchive-zip-perl,
libmoose-perl,
- libmoosex-types-path-class-perl
+ libmoosex-types-path-class-perl,
+ perl (>= 5.10.1) | libio-compress-perl
Description: Perl module for peeking into archives without extracting them
Archive::Peek lets you peek into archives without extracting them. It
currently supports tar files and zip files.
--
Debian package of perl Archive::Peek
More information about the Pkg-perl-cvs-commits
mailing list