debian/0000755000000000000000000000000012051343747007174 5ustar debian/compat0000644000000000000000000000000212051343747010372 0ustar 8 debian/rules0000755000000000000000000000003712051343747010254 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000447512051343747011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net::Server::Coro Upstream-Contact: Alex Vandiver Source: http://search.cpan.org/dist/Net-Server-Coro/ Files: debian/* Copyright: 2012, Dmitry E. Oboukhov 2012, Xavier Guimard License: MIT Files: inc/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: * Copyright: 2006, Audrey Tang 2007-2008, 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 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 the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/watch0000644000000000000000000000017312051343747010226 0ustar version=3 http://search.cpan.org/dist/Net-Server-Coro/ .*/Net-Server-Coro-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000012051343747010474 5ustar debian/source/format0000644000000000000000000000001412051343747011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000205312051343747011046 0ustar libnet-server-coro-perl (1.3-1) unstable; urgency=low * Imported Upstream version 1.3 * Update copyright to format 1.0 * Bump Standards-Version to 3.9.4 * Update debian/rules to modern format * Add dependency version to libnet-server-perl * Remove patches now included in upstream * Update debian/watch -- Xavier Guimard Fri, 16 Nov 2012 05:57:33 +0100 libnet-server-coro-perl (1.2-3) unstable; urgency=low * Team upload. * Add libnet-server-perl and libnet-ssleay-perl dependencies (Closes: #692800) -- Xavier Guimard Sat, 10 Nov 2012 09:52:45 +0100 libnet-server-coro-perl (1.2-2) unstable; urgency=low * Add Debian Perl Group as Maintainer, closes: #680773. * Add VCS-* records to debian/control. * Fixed warning (undefined value...). -- Dmitry E. Oboukhov Wed, 11 Jul 2012 18:25:30 +0400 libnet-server-coro-perl (1.2-1) unstable; urgency=low * Init debian release, closes: #537474. -- Dmitry E. Oboukhov Tue, 29 May 2012 00:20:52 +0400 debian/control0000644000000000000000000000217512051343747010604 0ustar Source: libnet-server-coro-perl Maintainer: Debian Perl Group Uploaders: Dmitry E. Oboukhov , Xavier Guimard Section: perl Priority: extra Build-Depends: debhelper (>= 8), libanyevent-perl, libcoro-perl, libnet-server-perl (>= 2), 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 Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libanyevent-perl, libcoro-perl, libnet-server-perl (>= 2) 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.