[SCM] Debian package of perl Archive::Peek branch, master, updated. upstream/0.34-9-g3a9b04d

gregor herrmann gregoa at debian.org
Sun Sep 18 13:07:06 UTC 2011


The following commit has been merged in the master branch:
commit 598ddb12cf4d4e5af3907113795b3bd337080829
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 18 15:01:47 2011 +0200

    explicitly (build) depend on libmoose-perl
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 9e67243..dfb2cc3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,11 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Fabrizio Regalli <fabreg at fabreg.it>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libmoosex-types-path-class-perl, libarchive-zip-perl, libtest-pod-perl
+Build-Depends-Indep: perl,
+ libarchive-zip-perl,
+ libmoose-perl,
+ libmoosex-types-path-class-perl,
+ libtest-pod-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
@@ -12,7 +16,10 @@ Homepage: http://search.cpan.org/dist/Archive-Peek/
 
 Package: libarchive-peek-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libmoosex-types-path-class-perl, libarchive-zip-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libarchive-zip-perl,
+ libmoose-perl,
+ libmoosex-types-path-class-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