[libnet-dict-perl] 02/04: d/control: fix dependency and recommends

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Mon Jul 20 21:16:01 UTC 2015


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

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

commit 1b54e9420878d36d679e6940fab8e59a802e69ad
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Jul 20 18:12:51 2015 -0300

    d/control: fix dependency and recommends
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 328835a..d5b5452 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Lucas Kanashiro <kanashiro.duarte at gmail.com>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+                     libtest-differences-perl
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Net-Dict
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-dict-perl.git
@@ -13,7 +14,8 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libnet-dict-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libappconfig-std-perl
+Depends: ${misc:Depends}, ${perl:Depends}
+Recommends: libappconfig-std-perl
 Description: client API for accessing dictionary servers (RFC 2229)
  Net::Dict is a perl module for looking up words and their definitions on
  network dictionary servers. Net::Dict provides a simple DICT client API for

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



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