[SCM] co-operative multithreaded server using Coro branch, master, updated. debian/1.2-3-6-g94f45ee

Xavier Guimard x.guimard at free.fr
Sat Nov 10 14:55:49 UTC 2012


The following commit has been merged in the master branch:
commit 77f56906dc833ae66dab7dfd8e57003c2715a2ad
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Nov 10 15:42:37 2012 +0100

    Bump S-V to 3.9.4 + dephelper 8

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 8d37207..fd09806 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,32 @@
 Source: libnet-server-coro-perl
-Section: perl
-Homepage: http://search.cpan.org/dist/Net-Server-Coro/
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Dmitry E. Oboukhov <unera at debian.org>
-Build-Depends: debhelper (>= 7), cdbs,
- libmodule-install-perl,
- libcoro-perl,
- libanyevent-perl,
- libnet-server-perl,
- libnet-ssleay-perl
-Standards-Version: 3.9.3
+Uploaders: Dmitry E. Oboukhov <unera at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
+Section: perl
 Priority: extra
-VCS-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-server-coro-perl.git
-VCS-Browser: http://anonscm.debian.org/git/pkg-perl/packages/libnet-server-coro-perl.git
+Build-Depends: debhelper (>= 8),
+               libanyevent-perl,
+               libcoro-perl,
+               libmodule-install-perl,
+               libnet-server-perl,
+               libnet-ssleay-perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/git/pkg-perl/packages/libnet-server-coro-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-server-coro-perl.git
+Homepage: http://search.cpan.org/dist/Net-Server-Coro/
 
 Package: libnet-server-coro-perl
-Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends},
- libcoro-perl,
- libanyevent-perl,
- libnet-server-perl
+Architecture: all
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends},
+         libanyevent-perl,
+         libcoro-perl,
+         libnet-server-perl
 Recommends: libnet-ssleay-perl
-Architecture: any
 Description: co-operative multithreaded server using Coro
  Net::Server::Coro implements multithreaded server for the Net::Server
  architecture, using Coro and Coro::Socket to make all reads and
  writes non-blocking. Additionally, it supports non-blocking SSL
  negotiation.
+

-- 
co-operative multithreaded server using Coro



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