[SCM] Debian package of perl Archive::Peek branch, master, updated. debian/0.35-1-2-gb617b73

gregor herrmann gregoa at debian.org
Thu Jul 5 20:10:38 UTC 2012


The following commit has been merged in the master branch:
commit 643478af9b1cd4df2fc5900bcc33296d4c42172a
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:13:32 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 05e8ca1..0ddbda4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,15 @@
 Source: libarchive-peek-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Fabrizio Regalli <fabreg at fabreg.it>,
- gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libarchive-zip-perl,
- libmoose-perl,
- libmoosex-types-path-class-perl,
- libtest-pod-perl,
- perl (>= 5.10.1) | libio-compress-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
@@ -18,13 +17,15 @@ Homepage: http://search.cpan.org/dist/Archive-Peek/
 
 Package: libarchive-peek-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libarchive-zip-perl,
- libmoose-perl,
- libmoosex-types-path-class-perl,
- perl (>= 5.10.1) | libio-compress-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libarchive-zip-perl,
+         libmoose-perl,
+         libmoosex-types-path-class-perl,
+         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.
  It offers methods for returning the list of files within the archive
  and the contents of single files.
+

-- 
Debian package of perl Archive::Peek



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