[SCM] Debian packaging of libevent-rpc-perl branch, master, updated. a22e496e5ed6df36aed0c0606b906ddfb5547d54

Xavier Guimard x.guimard at free.fr
Fri Mar 8 10:57:01 UTC 2013


The following commit has been merged in the master branch:
commit afe6085f8543516373521975a71d27423977f3c3
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Mar 8 11:52:31 2013 +0100

    Move build deps in B-D-I and bump S-V to 3.9.4

diff --git a/debian/control b/debian/control
index 25e819d..4dddf44 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,25 @@
 Source: libevent-rpc-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 8), libevent-perl | libglib-perl,
- libio-socket-ssl-perl, netbase, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- Rene Mayorga <rmayorga at debian.org>
-Standards-Version: 3.9.1
-Homepage: http://www.exit1.org/Event-RPC/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libevent-rpc-perl.git
+           Rene Mayorga <rmayorga at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libevent-perl | libglib-perl,
+                     libio-socket-ssl-perl,
+                     netbase,
+                     perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libevent-rpc-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libevent-rpc-perl.git
+Homepage: https://metacpan.org/release/Event-RPC
 
 Package: libevent-rpc-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libevent-perl | libglib-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libevent-perl | libglib-perl
 Recommends: libio-socket-ssl-perl
 Description: Event based transparent Client/Server RPC framework
  Event::RPC supports you in developing Event based networking client/server
@@ -27,3 +33,4 @@ Description: Event based transparent Client/Server RPC framework
  network. More specific it acts as a proxy for objects created on the server
  side (on demand of the connected clients) which handles client side methods
  calls with transport of method arguments and return values.
+

-- 
Debian packaging of libevent-rpc-perl



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