r40726 - in /trunk/libnet-server-coro-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jul 25 15:23:13 UTC 2009


Author: jawnsy-guest
Date: Sat Jul 25 15:23:06 2009
New Revision: 40726

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40726
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libnet-server-coro-perl/debian/
    trunk/libnet-server-coro-perl/debian/changelog
    trunk/libnet-server-coro-perl/debian/compat
    trunk/libnet-server-coro-perl/debian/control
    trunk/libnet-server-coro-perl/debian/copyright
    trunk/libnet-server-coro-perl/debian/rules   (with props)
    trunk/libnet-server-coro-perl/debian/watch

Added: trunk/libnet-server-coro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-server-coro-perl/debian/changelog?rev=40726&op=file
==============================================================================
--- trunk/libnet-server-coro-perl/debian/changelog (added)
+++ trunk/libnet-server-coro-perl/debian/changelog Sat Jul 25 15:23:06 2009
@@ -1,0 +1,5 @@
+libnet-server-coro-perl (0.4-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #537474)
+
+ -- Jonathan Yu <frequency at cpan.org>  Sat, 18 Jul 2009 09:29:46 -0400

Added: trunk/libnet-server-coro-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-server-coro-perl/debian/compat?rev=40726&op=file
==============================================================================
--- trunk/libnet-server-coro-perl/debian/compat (added)
+++ trunk/libnet-server-coro-perl/debian/compat Sat Jul 25 15:23:06 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-server-coro-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-server-coro-perl/debian/control?rev=40726&op=file
==============================================================================
--- trunk/libnet-server-coro-perl/debian/control (added)
+++ trunk/libnet-server-coro-perl/debian/control Sat Jul 25 15:23:06 2009
@@ -1,0 +1,22 @@
+Source: libnet-server-coro-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libnet-server-perl, libcoro-perl,
+ libev-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Net-Server-Coro/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-server-coro-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-server-coro-perl/
+
+Package: libnet-server-coro-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libnet-server-perl, libcoro-perl,
+ libev-perl
+Description: Perl framework for implementing a server using Coro
+ Net::Server::Coro implements multithreaded server based on the Net::Server
+ framework (see libnet-server-perl), however, it uses Coro (see libcoro-perl)
+ and Coro::Socket to make all reads and writes non-blocking. Additionally, it
+ supports using non-blocking SSL negotiation.

Added: trunk/libnet-server-coro-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-server-coro-perl/debian/copyright?rev=40726&op=file
==============================================================================
--- trunk/libnet-server-coro-perl/debian/copyright (added)
+++ trunk/libnet-server-coro-perl/debian/copyright Sat Jul 25 15:23:06 2009
@@ -1,0 +1,46 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Alex Vandiver <alexmv at bestpractical.com>
+Upstream-Source: http://search.cpan.org/dist/Net-Server-Coro/
+Upstream-Name: Net-Server-Coro
+
+Files: *
+Copyright: 2007-2008 by Best Practical Solutions
+ 2006 by Audrey Tang <cpan at audreyt.org>
+License: MIT
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: unparsable | Artistic | GPL-1+
+
+License: MIT
+    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. 
+
+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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libnet-server-coro-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-server-coro-perl/debian/rules?rev=40726&op=file
==============================================================================
--- trunk/libnet-server-coro-perl/debian/rules (added)
+++ trunk/libnet-server-coro-perl/debian/rules Sat Jul 25 15:23:06 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libnet-server-coro-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnet-server-coro-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-server-coro-perl/debian/watch?rev=40726&op=file
==============================================================================
--- trunk/libnet-server-coro-perl/debian/watch (added)
+++ trunk/libnet-server-coro-perl/debian/watch Sat Jul 25 15:23:06 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-Server-Coro/   .*/Net-Server-Coro-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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