[libserver-starter-perl] 03/09: Update build and runtime dependencies.

gregor herrmann gregoa at debian.org
Sat May 16 21:07:45 UTC 2015


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

gregoa pushed a commit to branch master
in repository libserver-starter-perl.

commit 9129b1f1223131dfc4470e557167b0c56261fed7
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 16 22:30:09 2015 +0200

    Update build and runtime dependencies.
---
 debian/control | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 611a3ed..b3b3a42 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Uploaders: Alessandro Ghedini <ghedo at debian.org>,
            Florian Schlichting <fsfs at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     liblist-moreutils-perl,
-                     libproc-wait3-perl,
-                     libscope-guard-perl,
+Build-Depends: debhelper (>= 8),
+               libmodule-build-perl,
+               perl
+Build-Depends-Indep: libtest-requires-perl,
                      libtest-sharedfork-perl,
-                     libtest-tcp-perl (>= 2.00)
+                     libtest-tcp-perl (>= 2.08),
+                     perl (>= 5.19.8) | libio-socket-ip-perl
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libserver-starter-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libserver-starter-perl.git
@@ -19,10 +19,7 @@ Homepage: https://metacpan.org/release/Server-Starter
 Package: libserver-starter-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends},
-         liblist-moreutils-perl,
-         libproc-wait3-perl,
-         libscope-guard-perl
+         ${perl:Depends}
 Description: superdaemon for hot-deploying Perl server programs
  It is often a pain to write a server program that supports graceful restarts,
  with no resource leaks. Server::Starter solves the problem by splitting the

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



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