[libnet-server-perl] 02/04: Update build and runtime dependencies.
gregor herrmann
gregoa at debian.org
Thu Oct 26 13:28:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libnet-server-perl.
commit 63636178ff5337e14154ff3be8a31707e93e06e5
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Oct 26 15:20:57 2017 +0200
Update build and runtime dependencies.
- Add more build dependencies to enable additional tests.
- Move SSL-related packages from Suggests to Depends to ensure encrypted
connections are possible.
---
debian/control | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 9777724..c810c7c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,11 @@ Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
+ libio-multiplex-perl,
+ libio-socket-inet6-perl,
+ libio-socket-ssl-perl,
+ libnet-ssleay-perl,
+ libsocket6-perl,
perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-server-perl.git
@@ -22,11 +27,11 @@ Depends: ${misc:Depends},
libcgi-pm-perl | perl (<< 5.19),
libio-multiplex-perl,
libio-socket-inet6-perl,
+ libio-socket-ssl-perl,
libnet-cidr-perl,
+ libnet-ssleay-perl,
libsocket6-perl
-Suggests: libio-socket-ssl-perl,
- liblog-log4perl-perl,
- libnet-ssleay-perl
+Suggests: liblog-log4perl-perl
Description: extensible, general perl server engine
Net::Server is an extensible, general perl server engine that combines the
good properties from Net::Daemon, NetServer::Generic, and Net::FTPServer;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-server-perl.git
More information about the Pkg-perl-cvs-commits
mailing list