[SCM] co-operative multithreaded server using Coro branch, master, updated. upstream/1.2-6-g0e5862a
Xavier Guimard
x.guimard at free.fr
Sat Nov 10 08:54:49 UTC 2012
The following commit has been merged in the master branch:
commit 0e5862a0dffe910f420e70f5f1fcb936ccd24667
Author: Xavier Guimard <x.guimard at free.fr>
Date: Sat Nov 10 09:54:00 2012 +0100
Merge branch to close #692800
diff --git a/debian/changelog b/debian/changelog
index 2f8cbbe..5c6023c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,9 @@
-libnet-server-coro-perl (1.2-3) UNRELEASED; urgency=low
-
- TODO:
- - update patches format
+libnet-server-coro-perl (1.2-3) unstable; urgency=low
* 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
+ -- Xavier Guimard <x.guimard at free.fr> Sat, 10 Nov 2012 09:52:45 +0100
libnet-server-coro-perl (1.2-2) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index 45a4fb7..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+7
diff --git a/debian/control b/debian/control
index 05768b2..5b38643 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,24 @@
Source: libnet-server-coro-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Dmitry E. Oboukhov <unera at debian.org>,
- Xavier Guimard <x.guimard at free.fr>
Section: perl
-Priority: extra
-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/
+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
+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
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
-Recommends: 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.
-
diff --git a/debian/copyright b/debian/copyright
index f62f51c..2641685 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,43 +1,28 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Net::Server::Coro
-Upstream-Contact: Audrey Tang <cpan at audreyt.org>
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Audrey Tang <cpan at audreyt.org>
Source: http://search.cpan.org/dist/Net-Server-Coro/
+Name: Net::Server::Coro
Files: debian/*
-Copyright: 2012, Dmitry E. Oboukhov <unera at debian.org>
- 2012, Xavier Guimard <x.guimard at free.fr>
+Copyright:
+ 2012 Dmitry E. Oboukhov <unera at debian.org>
License: MIT
Files: inc/*
-Copyright: 2002-2012, Adam Kennedy <adamk at cpan.org>
+Copyright:
+ 2002-2012, Adam Kennedy <adamk at cpan.org>
2002-2012, Audrey Tang <autrijus at autrijus.org>
2002-2012, Brian Ingerson <ingy at cpan.org>
License: Artistic or GPL-1+
Files: *
-Copyright: Alex Vandiver <alexmv at bestpractical.com>
+Copyright:
+ Alex Vandiver <alexmv at bestpractical.com>
2006 by Audrey Tang <cpan at audreyt.org>
2007-2008 by Best Practical Solutions
License: MIT
-License: Artistic
- This program is free software; you can redistribute it and/or modify
- it under the terms of the Artistic License, which comes with Perl.
- .
- On Debian systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'
-
-License: GPL-1+
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 1, or (at your option)
- any later version.
- .
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-1'
-
-License: MIT
- The "MIT" License
+License: The "MIT" License
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
@@ -56,3 +41,19 @@ License: MIT
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'
+
--
co-operative multithreaded server using Coro
More information about the Pkg-perl-cvs-commits
mailing list