r29966 - in /trunk/libparse-cpan-packages-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 24 01:09:34 UTC 2009


Author: gregoa
Date: Sat Jan 24 01:09:31 2009
New Revision: 29966

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29966
Log:
* debian/control:
  - add (build) dependency on perl-modules (>= 5.10) | libcompress-zlib-perl
  - mention module name in long description

Modified:
    trunk/libparse-cpan-packages-perl/debian/changelog
    trunk/libparse-cpan-packages-perl/debian/control

Modified: trunk/libparse-cpan-packages-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-cpan-packages-perl/debian/changelog?rev=29966&op=diff
==============================================================================
--- trunk/libparse-cpan-packages-perl/debian/changelog (original)
+++ trunk/libparse-cpan-packages-perl/debian/changelog Sat Jan 24 01:09:31 2009
@@ -11,6 +11,11 @@
   * debian/control: Update dependencies.
   * Add missing whatis entry for Parse::CPAN::Distribution.
     + Add quilt framework and README.source to debian/*.
+
+  [ gregor herrmann ]
+  * debian/control:
+    - add (build) dependency on perl-modules (>= 5.10) | libcompress-zlib-perl
+    - mention module name in long description
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 23 Jan 2009 20:56:11 +0100
 

Modified: trunk/libparse-cpan-packages-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-cpan-packages-perl/debian/control?rev=29966&op=diff
==============================================================================
--- trunk/libparse-cpan-packages-perl/debian/control (original)
+++ trunk/libparse-cpan-packages-perl/debian/control Sat Jan 24 01:09:31 2009
@@ -11,6 +11,7 @@
 Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.6.0-16), libcpan-distnameinfo-perl (>= 0.03),
  libmoose-perl, perl-modules (>= 5.10) | libversion-perl,
+ perl-modules (>= 5.10) | libcompress-zlib-perl,
  libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.00)
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Parse-CPAN-Packages/
@@ -20,13 +21,15 @@
 Package: libparse-cpan-packages-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libcpan-distnameinfo-perl (>= 0.03),
- libmoose-perl, perl-modules (>= 5.10) | libversion-perl
+ libmoose-perl, perl-modules (>= 5.10) | libversion-perl,
+ perl-modules (>= 5.10) | libcompress-zlib-perl
 Description: Perl module to parse 02packages.details.txt.gz
  The Comprehensive Perl Archive Network (CPAN) is a very useful
  collection of Perl code. It has several indices of the files that it
  hosts, including a file named "02packages.details.txt.gz" in the
  "modules" directory. This file contains lots of useful information and
- this module provides a simple interface to the data contained within.
+ Parse::CPAN::Packages provides a simple interface to the data contained
+ within.
  .
  Note that this module does not concern itself with downloading or
  unpacking this file. You should do this yourself.




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