[libdevel-cover-perl] 01/01: Promote libtemplate-perl and gcc from Suggests to Recommends
Axel Beckert
abe at deuxchevaux.org
Sun Sep 7 11:35:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libdevel-cover-perl.
commit 873ef6aef7ebe82db6825195f84b258541ef193a
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sun Sep 7 13:33:06 2014 +0200
Promote libtemplate-perl and gcc from Suggests to Recommends
* gcov from the gcc package is used automatically if the covered code
contains Inline::C or XS code.
* libtemplate-perl is used by Devel::Cover::Report::Html_basic which
is required in case of "uncoverable" statements being used and is the
designated future default report.
---
debian/changelog | 4 +++-
debian/control | 6 +++---
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 78a1490..3086d4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
libdevel-cover-perl (1.16-2) UNRELEASED; urgency=medium
- * Add gcc to Suggests for /usr/bin/gcov as Devel::Cover uses it
+ * Add gcc to Recommends for /usr/bin/gcov as Devel::Cover uses it
automatically in case it runs over Inline::C or XS code.
+ * Promote libtemplate-perl from Suggests to Recommends as
+ Devel::Cover::Report::Html_basic uses it.
-- Axel Beckert <abe at debian.org> Sat, 06 Sep 2014 17:03:51 +0200
diff --git a/debian/control b/debian/control
index e97f07e..f79cbdd 100644
--- a/debian/control
+++ b/debian/control
@@ -26,8 +26,9 @@ Depends: ${perl:Depends},
${misc:Depends},
${sameperl:Depends},
libcgi-pm-perl | perl (<< 5.19~)
-Suggests: gcc,
- libbrowser-open-perl,
+Recommends: gcc,
+ libtemplate-perl
+Suggests: libbrowser-open-perl,
libcapture-tiny-perl,
libclass-xsaccessor-perl,
libjson-xs-perl,
@@ -36,7 +37,6 @@ Suggests: gcc,
libppi-html-perl | perltidy,
libsereal-decoder-perl,
libsereal-encoder-perl,
- libtemplate-perl,
libtest-differences-perl,
libnamespace-clean-perl
Description: Perl tool for determining code coverage metrics
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-cover-perl.git
More information about the Pkg-perl-cvs-commits
mailing list