[SCM] Debian packaging of libstrictures-perl branch, master, updated. debian/1.003000-1-6-g8b81b25

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Apr 9 13:18:17 UTC 2012


The following commit has been merged in the master branch:
commit 8b81b25c5ff70845bb2d116986a654d28db9c655
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Apr 9 15:17:35 2012 +0200

    Added extra modules to B-D-I and Suggests, and expanded long description to explain when these are needed

diff --git a/debian/control b/debian/control
index 9b3b51d..5e3a6e6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,10 @@ Source: libstrictures-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ libbareword-filehandles-perl,
+ libindirect-perl,
+ libmultidimensional-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Maximilian Gass <mxey at cloudconnected.org>,
  Florian Schlichting <fschlich at zedat.fu-berlin.de>
@@ -14,8 +17,13 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstrictures
 Package: libstrictures-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Suggests: libindirect-perl
+Suggests: libbareword-filehandles-perl,
+ libindirect-perl,
+ libmultidimensional-perl
 Description: Perl module to turn on strict and make all warnings fatal
  strictures turns on strict and makes all warnings fatal. If run within test
- cases from VCS checkouts, it will also cause indirect object syntax to raise a
- fatal error. In those cases, libindirect-perl is required.
+ cases from VCS checkouts, it will also cause bareword filehandles, indirect
+ object syntax and multidimensional array emulation to raise a fatal error. To
+ actually turn on these checks and stop strictures to complain about missing
+ modules, the suggested packages libbareword-filehandles-perl, libindirect-perl
+ and libmultidimensional-perl need to be installed.

-- 
Debian packaging of libstrictures-perl



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