[libevent-rpc-perl] 08/09: Update build and runtime dependencies.

gregor herrmann gregoa at debian.org
Sun Sep 20 22:04:18 UTC 2015


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

gregoa pushed a commit to branch master
in repository libevent-rpc-perl.

commit 3a503e5ddaa3b7623824297a86b87a745d29b9c5
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Sep 21 00:00:47 2015 +0200

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

diff --git a/debian/control b/debian/control
index f5bee6e..0cba369 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,9 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libevent-perl | libglib-perl,
+Build-Depends-Indep: libanyevent-perl,
+                     libevent-perl,
+                     libglib-perl,
                      libio-socket-ssl-perl,
                      netbase,
                      perl
@@ -20,8 +22,10 @@ Package: libevent-rpc-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libevent-perl | libglib-perl
-Recommends: libio-socket-ssl-perl
+         libevent-perl,
+         libglib-perl,
+         libio-socket-ssl-perl
+Recommends: libanyevent-perl
 Description: Event based transparent Client/Server RPC framework
  Event::RPC supports you in developing Event based networking client/server
  applications with transparent object/method access from the client to the

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



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