r67762 - in /trunk/libtwiggy-perl/debian: ./ changelog compat control copyright libtwiggy-perl.examples rules source/ source/format watch

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Jan 23 17:32:49 UTC 2011


Author: ghedo-guest
Date: Sun Jan 23 17:32:39 2011
New Revision: 67762

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

Added:
    trunk/libtwiggy-perl/debian/
    trunk/libtwiggy-perl/debian/changelog
    trunk/libtwiggy-perl/debian/compat
    trunk/libtwiggy-perl/debian/control
    trunk/libtwiggy-perl/debian/copyright
    trunk/libtwiggy-perl/debian/libtwiggy-perl.examples
    trunk/libtwiggy-perl/debian/rules   (with props)
    trunk/libtwiggy-perl/debian/source/
    trunk/libtwiggy-perl/debian/source/format
    trunk/libtwiggy-perl/debian/watch

Added: trunk/libtwiggy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtwiggy-perl/debian/changelog?rev=67762&op=file
==============================================================================
--- trunk/libtwiggy-perl/debian/changelog (added)
+++ trunk/libtwiggy-perl/debian/changelog Sun Jan 23 17:32:39 2011
@@ -1,0 +1,5 @@
+libtwiggy-perl (0.1010-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #610863)
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Sun, 23 Jan 2011 14:07:51 +0100

Added: trunk/libtwiggy-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtwiggy-perl/debian/compat?rev=67762&op=file
==============================================================================
--- trunk/libtwiggy-perl/debian/compat (added)
+++ trunk/libtwiggy-perl/debian/compat Sun Jan 23 17:32:39 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libtwiggy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtwiggy-perl/debian/control?rev=67762&op=file
==============================================================================
--- trunk/libtwiggy-perl/debian/control (added)
+++ trunk/libtwiggy-perl/debian/control Sun Jan 23 17:32:39 2011
@@ -1,0 +1,39 @@
+Source: libtwiggy-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libanyevent-perl,
+ libhttp-parser-xs-perl,
+ libplack-perl,
+ libtest-requires-perl,
+ libtest-tcp-perl,
+ libtry-tiny-perl,
+ libwww-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <al3xbio at gmail.com>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Twiggy/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtwiggy-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtwiggy-perl/
+
+Package: libtwiggy-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libanyevent-perl,
+ libplack-perl,
+ libtry-tiny-perl,
+ libwww-perl
+Recommends: libhttp-parser-xs-perl
+Description: AnyEvent HTTP server for PSGI (like Thin)
+ Twiggy is a lightweight and fast HTTP server with unique features:
+  * Can run any PSGI applications. Fully supports psgi.nonblocking
+    and psgi.streaming interfaces.
+  * This server uses AnyEvent and runs in a non-blocking event loop,
+    so it's best to run event-driven web applications that runs I/O bound
+    jobs or delayed responses such as long-poll, WebSocket or streaming
+    content (server push).
+  * Uses XS/C based HTTP header parser for the best performance. (optional)
+  * The memory required to run twiggy is 6MB and it can serve more than
+    4500 req/s with a single process on Perl 5.10 with MacBook Pro 13"
+    late 2009.
+  * Supports Server::Starter for hot deploy and graceful restarts.

Added: trunk/libtwiggy-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtwiggy-perl/debian/copyright?rev=67762&op=file
==============================================================================
--- trunk/libtwiggy-perl/debian/copyright (added)
+++ trunk/libtwiggy-perl/debian/copyright Sun Jan 23 17:32:39 2011
@@ -1,0 +1,28 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Twiggy
+Upstream-Contact: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Source: http://search.cpan.org/dist/Twiggy/
+
+Files: *
+Copyright: 2010-2011, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Alessandro Ghedini <al3xbio at gmail.com>
+License: Artistic or GPL-1+
+
+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 version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libtwiggy-perl/debian/libtwiggy-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtwiggy-perl/debian/libtwiggy-perl.examples?rev=67762&op=file
==============================================================================
--- trunk/libtwiggy-perl/debian/libtwiggy-perl.examples (added)
+++ trunk/libtwiggy-perl/debian/libtwiggy-perl.examples Sun Jan 23 17:32:39 2011
@@ -1,0 +1,1 @@
+eg/*

Added: trunk/libtwiggy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtwiggy-perl/debian/rules?rev=67762&op=file
==============================================================================
--- trunk/libtwiggy-perl/debian/rules (added)
+++ trunk/libtwiggy-perl/debian/rules Sun Jan 23 17:32:39 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtwiggy-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtwiggy-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtwiggy-perl/debian/source/format?rev=67762&op=file
==============================================================================
--- trunk/libtwiggy-perl/debian/source/format (added)
+++ trunk/libtwiggy-perl/debian/source/format Sun Jan 23 17:32:39 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libtwiggy-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtwiggy-perl/debian/watch?rev=67762&op=file
==============================================================================
--- trunk/libtwiggy-perl/debian/watch (added)
+++ trunk/libtwiggy-perl/debian/watch Sun Jan 23 17:32:39 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Twiggy/   .*/Twiggy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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