[SCM] co-operative multithreaded server using Coro branch, master, updated. upstream/1.2-4-g24ba6bd

Xavier Guimard x.guimard at free.fr
Fri Nov 9 06:14:54 UTC 2012


The following commit has been merged in the master branch:
commit 24ba6bd1f0497f4578e447f4c313db37451d673e
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Nov 9 07:13:51 2012 +0100

    Add libnet-server-perl and libnet-ssleay-perl dependencies + S-V => 3.9.4

diff --git a/debian/changelog b/debian/changelog
index 9ae8735..2f8cbbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libnet-server-coro-perl (1.2-3) UNRELEASED; urgency=low
+
+  TODO:
+  - update patches format
+
+  * Add libnet-server-perl and libnet-ssleay-perl dependencies
+    (Closes: #692800)
+  * Update copyright to format 1.0
+  * Bump Standards-Version to 3.9.4
+
+ -- Xavier Guimard <x.guimard at free.fr>  Fri, 09 Nov 2012 07:00:48 +0100
+
 libnet-server-coro-perl (1.2-2) unstable; urgency=low
 
   * Add Debian Perl Group as Maintainer, closes: #680773.
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 5b38643..718ff59 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,33 @@
 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
-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),
+               cdbs,
+               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
 Architecture: any
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends},
+         libanyevent-perl,
+         libcoro-perl,
+         libnet-server-perl,
+         libnet-ssleay-perl
 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