[libstrictures-perl] 03/05: Convert Suggests into Recommends, following upstream changes.

gregor herrmann gregoa at debian.org
Sun Dec 15 18:06:22 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libstrictures-perl.

commit 8b5ca8c5a9ee83bf229d2fbcd44014e8e1ee2d0a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 15 18:58:05 2013 +0100

    Convert Suggests into Recommends, following upstream changes.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 89acb43..ceda641 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstrictures
 Package: libstrictures-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Suggests: libbareword-filehandles-perl,
+Recommends: libbareword-filehandles-perl,
  libindirect-perl,
  libmultidimensional-perl
 Description: Perl module to turn on strict and make all warnings fatal
@@ -26,5 +26,5 @@ Description: Perl module to turn on strict and make all warnings fatal
  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.
+ modules, the recommended packages libbareword-filehandles-perl,
+ libindirect-perl and libmultidimensional-perl need to be installed.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstrictures-perl.git



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