r40820 - in /trunk/libpar-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jul 27 05:04:30 UTC 2009


Author: jawnsy-guest
Date: Mon Jul 27 05:04:22 2009
New Revision: 40820

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40820
Log:
Trim down build dependencies (in particular, don't install Module::Signature
or gnupg) -- these aren't required for building nor for tests

Modified:
    trunk/libpar-perl/debian/changelog
    trunk/libpar-perl/debian/control

Modified: trunk/libpar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/debian/changelog?rev=40820&op=diff
==============================================================================
--- trunk/libpar-perl/debian/changelog (original)
+++ trunk/libpar-perl/debian/changelog Mon Jul 27 05:04:22 2009
@@ -10,6 +10,8 @@
   * Standards-Version 3.8.2 (no changes)
   * Use new short debian/rules format
     + Requires debhelper >= 7.0.50 and quilt >= 0.46-7
+  * Trim down build dependencies (in particular, don't install Module::Signature
+    or gnupg) -- these aren't required for building nor for tests
 
  -- Jonathan Yu <frequency at cpan.org>  Sun, 26 Jul 2009 20:24:31 -0400
 

Modified: trunk/libpar-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/debian/control?rev=40820&op=diff
==============================================================================
--- trunk/libpar-perl/debian/control (original)
+++ trunk/libpar-perl/debian/control Mon Jul 27 05:04:22 2009
@@ -2,12 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
-Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-scandeps-perl (>= 0.66),
- libarchive-zip-perl, libpar-dist-perl (>= 0.32), libmodule-signature-perl,
- libdigest-sha1-perl, libgetopt-argvfile-perl (>= 1.07), libinline-perl, gnupg,
- libtest-pod-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), libarchive-zip-perl, libtest-pod-perl,
+ perl-modules (>= 5.10) | libcompress-zlib-perl, libpar-dist-perl (>= 0.32),
+ libfile-temp-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Damyan Ivanov <dmn at debian.org>, Niko Tyni <ntyni at iki.fi>,
  gregor herrmann <gregoa at debian.org>, Gunnar Wolf <gwolf at debian.org>,
  Antonio Radici <antonio at dyne.org>, Jonathan Yu <frequency at cpan.org>
@@ -18,10 +17,9 @@
 
 Package: libpar-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libmodule-scandeps-perl (>= 0.66),
- libarchive-zip-perl, libpar-dist-perl (>= 0.32), libdigest-sha1-perl,
- libgetopt-argvfile-perl (>= 1.07), libcompress-zlib-perl (>= 1.3),
- libfile-temp-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libpar-dist-perl (>= 0.32),
+ perl-modules (>= 5.10) | libcompress-zlib-perl, libarchive-zip-perl,
+ libfile-temp-perl, libdigest-sha1-perl                            
 Recommends: gnupg, libmodule-signature-perl, libpar-packer-perl
 Description: Perl redistributable module packaging framework
  PAR is a Perl framework which allows you to easily bundle a typical blib/




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