r41423 - /trunk/libfile-queue-perl/debian/control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Aug 6 22:46:09 UTC 2009


Author: jawnsy-guest
Date: Thu Aug  6 22:46:03 2009
New Revision: 41423

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41423
Log:
Update description, added Test-Pod{,-Coverage} to B-D-I

Modified:
    trunk/libfile-queue-perl/debian/control

Modified: trunk/libfile-queue-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-queue-perl/debian/control?rev=41423&op=diff
==============================================================================
--- trunk/libfile-queue-perl/debian/control (original)
+++ trunk/libfile-queue-perl/debian/control Thu Aug  6 22:46:03 2009
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-16)
+Build-Depends-Indep: perl (>= 5.6.0-16), libtest-pod-coverage-perl (>= 1.08),
+ libpod-coverage-perl (>= 0.18), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>
 Standards-Version: 3.8.2
@@ -13,9 +14,9 @@
 Package: libfile-queue-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: Perl module providing a FIFO queue
+Description: Persistent FIFO queue in Perl
  File::Queue allows for the creation of persistent First In, First Out (FIFO)
  queue objects, saving data in a file. Queue elements can only be scalars; if
  you want to work with references or other complex data structures, you have
- to serialize them first. While this module was written with speed in mind,
- and is indeed very fast, one should take care to understand its limitations.
+ to serialize them first. This module was written with speed in mind, and is
+ indeed very fast, but one should take care to understand its limitations.




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