r44466 - in /trunk/libmodule-find-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Sep 20 22:38:09 UTC 2009


Author: jawnsy-guest
Date: Sun Sep 20 22:38:04 2009
New Revision: 44466

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44466
Log:
* Small cleanups to control description
* Add Test-Pod{,-Coverage} to B-D-I

Modified:
    trunk/libmodule-find-perl/debian/changelog
    trunk/libmodule-find-perl/debian/control

Modified: trunk/libmodule-find-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-find-perl/debian/changelog?rev=44466&op=diff
==============================================================================
--- trunk/libmodule-find-perl/debian/changelog (original)
+++ trunk/libmodule-find-perl/debian/changelog Sun Sep 20 22:38:04 2009
@@ -7,6 +7,8 @@
   * Standards-Version 3.8.3 (drop perl version dependency)
   * Bump to debhelper 7 + short rules format
   * Updated copyright information
+  * Small cleanups to control description
+  * Add Test-Pod{,-Coverage} to B-D-I
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libmodule-find-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-find-perl/debian/control?rev=44466&op=diff
==============================================================================
--- trunk/libmodule-find-perl/debian/control (original)
+++ trunk/libmodule-find-perl/debian/control Sun Sep 20 22:38:04 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends:  debhelper (>= 7)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Gunnar Wolf <gwolf at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>
@@ -14,11 +14,11 @@
 Package: libmodule-find-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description:  Find and use installed modules in a (sub)category
- Module::Find lets you find and use modules in categories. This can be very 
- useful for auto-detecting driver or plugin modules. You can differentiate
- between looking in the category itself or in all subcategories.
+Description: Perl module to find and use installed Perl modules
+ Module::Find lets you find and use modules in categories. This is useful
+ for auto-detecting driver or plugin modules. You can differentiate between
+ looking in the category itself or in all subcategories.
  .
- If you want Module::Find to search in a certain directory on your 
- harddisk (such as the plugins directory of your software installation),
- make sure you modify @INC before you call the Module::Find functions.
+ If you want Module::Find to search in a certain directory (like the plugins
+ directory of your software installation), make sure you modify @INC before
+ you call the Module::Find functions.




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