[liblog-report-perl] 01/03: Move some dependencies to Recommends field
Lucas Kanashiro
kanashiro.duarte at gmail.com
Tue Dec 1 02:22:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository liblog-report-perl.
commit 98fd1bcf3cbf99bf7462961730697943ad76c57d
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Mon Nov 30 23:06:35 2015 -0200
Move some dependencies to Recommends field
---
debian/control | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 5d2efc1..1add6b6 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: libdancer-perl,
liblog-dispatch-perl,
liblog-log4perl-perl,
liblog-report-optional-perl,
- libmojolicious-perl,
+ libmojolicious-perl (>= 2.16),
libmoo-perl,
libppi-perl,
libstring-print-perl,
@@ -27,14 +27,17 @@ Package: liblog-report-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
- libdancer-perl,
- libdancer2-perl,
- libdbix-class-perl,
libdevel-globaldestruction-perl (>= 0.09),
liblog-report-optional-perl,
- libmojolicious-perl,
- libmoo-perl,
libstring-print-perl
+Recommends: libdancer-perl,
+ libdancer2-perl,
+ libdbix-class-perl,
+ liblog-dispatch-perl,
+ liblog-log4perl-perl,
+ libmojolicious-perl (>= 2.16),
+ libmoo-perl,
+ libppi-perl,
Description: Perl module to report problems, with pluggable handlers and language support
Handling messages to users can be a hassle, certainly when the same module is
used for command-line and in a graphical interfaces, and has to cope with
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-report-perl.git
More information about the Pkg-perl-cvs-commits
mailing list