[libstrictures-perl] 03/05: debian/control: Use Suggests instead of Recommends

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Apr 25 20:23:09 UTC 2016


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

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

commit 5a9dd679eab82a6f8fb61bcb9cd20a208285b8db
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Apr 25 16:51:53 2016 -0300

    debian/control: Use Suggests instead of Recommends
---
 debian/changelog | 1 +
 debian/control   | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3fa90fe..5ea0535 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libstrictures-perl (2.000003-1) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Import upstream version 2.000003
+  * debian/control: Use Suggests instead of Recommends
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 25 Apr 2016 16:19:54 -0300
 
diff --git a/debian/control b/debian/control
index 13e73de..14a51ab 100644
--- a/debian/control
+++ b/debian/control
@@ -19,9 +19,9 @@ Package: libstrictures-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
-Recommends: libbareword-filehandles-perl,
-            libindirect-perl,
-            libmultidimensional-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 bareword filehandles, indirect

-- 
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