[libnet-syslogd-perl] 03/06: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Fri May 27 01:39:30 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libnet-syslogd-perl.

commit d01578c57114a42e1d57d47d364b1126e021bc79
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Thu May 26 21:58:42 2016 +0100

    d/control
---
 debian/control | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 81e242c..70c8140 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl (>= 5.19.8) | libio-socket-ip-perl,
+                     libterm-readkey-perl,
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-syslogd-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-syslogd-perl.git
@@ -13,10 +15,11 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libnet-syslogd-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl (>= 5.19.8) | libio-socket-ip-perl,
+         libterm-readkey-perl
 Description: Perl implementation of Syslog Listener
  Net::Syslogd is a class implementing a simple Syslog listener in Perl.
  Net::Syslogd will accept messages on the default Syslog port (UDP 514) and
  attempt to decode them according to RFC 3164.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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