r67789 - in /trunk/libstarman-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Jan 23 21:18:52 UTC 2011


Author: ghedo-guest
Date: Sun Jan 23 21:18:43 2011
New Revision: 67789

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

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

Added: trunk/libstarman-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstarman-perl/debian/changelog?rev=67789&op=file
==============================================================================
--- trunk/libstarman-perl/debian/changelog (added)
+++ trunk/libstarman-perl/debian/changelog Sun Jan 23 21:18:43 2011
@@ -1,0 +1,5 @@
+libstarman-perl (0.2007-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #610904)
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Sun, 23 Jan 2011 21:36:22 +0100

Added: trunk/libstarman-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstarman-perl/debian/compat?rev=67789&op=file
==============================================================================
--- trunk/libstarman-perl/debian/compat (added)
+++ trunk/libstarman-perl/debian/compat Sun Jan 23 21:18:43 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libstarman-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstarman-perl/debian/control?rev=67789&op=file
==============================================================================
--- trunk/libstarman-perl/debian/control (added)
+++ trunk/libstarman-perl/debian/control Sun Jan 23 21:18:43 2011
@@ -1,0 +1,48 @@
+Source: libstarman-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.2.13)
+Build-Depends-Indep: perl,
+ libdata-dump-perl,
+ libhttp-parser-xs-perl,
+ libnet-server-perl,
+ libplack-perl,
+ libtest-perl-critic-perl,
+ libtest-pod-perl,
+ libwww-perl,
+ perl (>= 5.10.1) | libparent-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/Starman/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstarman-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstarman-perl/
+
+Package: libstarman-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-dump-perl,
+ libhttp-parser-xs-perl,
+ libnet-server-perl,
+ libplack-perl,
+ libwww-perl,
+ perl (>= 5.10.1) | libparent-perl
+Description: High-performance preforking PSGI/Plack web server
+ Starman is a PSGI perl web server that has unique features such as:
+  * High Performance - Uses the fast XS/C HTTP header parser
+  * Preforking - Spawns workers preforked like most high performance UNIX
+    servers do. Starman also reaps dead children and automatically restarts
+    the worker pool.
+  * Signals - Supports HUP for graceful restarts, and TTIN/TTOU to
+    dynamically increase or decrease the number of worker processes.
+  * Superdaemon aware - Supports Server::Starter for hot deploy and
+    graceful restarts.
+  * Multiple interfaces and UNIX Domain Socket support - Able to listen
+    on multiple intefaces including UNIX sockets.
+  * Small memory footprint - Preloading the applications with --preload-app
+    command line option enables copy-on-write friendly memory management.
+    Also, the minimum memory usage Starman requires for the master process
+    is 7MB and children (workers) is less than 3.0MB.
+  * PSGI compatible - Can run any PSGI applications and frameworks
+  * HTTP/1.1 support - Supports chunked requests and responses, keep-alive
+    and pipeline requests.

Added: trunk/libstarman-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstarman-perl/debian/copyright?rev=67789&op=file
==============================================================================
--- trunk/libstarman-perl/debian/copyright (added)
+++ trunk/libstarman-perl/debian/copyright Sun Jan 23 21:18:43 2011
@@ -1,0 +1,54 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Starman
+Upstream-Contact: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Source: http://search.cpan.org/dist/Starman/
+
+Files: *
+Copyright: 2010, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Module/Install/AuthorTests.pm
+Copyright: 2008, Ricardo SIGNES
+License: Artistic or GPL-1+
+
+Files: inc/Module/Install/ReadmeFromPod.pm
+Copyright: 2010, Chris Williams
+License: Artistic or GPL-1+
+
+Files: inc/Module/Install/Repository.pm
+Copyright: 2009, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+License: Artistic or GPL-1+
+
+Files: inc/Test/Requires.pm
+Copyright: 2009-2010, Tokuhiro Matsuno <tokuhirom+cpan at gmail.com>
+License: Artistic or GPL-1+
+
+Files: inc/Test/Builder/*
+Copyright: 2001-2009, Michael G Schwern <schwern at pobox.com>
+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/libstarman-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstarman-perl/debian/rules?rev=67789&op=file
==============================================================================
--- trunk/libstarman-perl/debian/rules (added)
+++ trunk/libstarman-perl/debian/rules Sun Jan 23 21:18:43 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libstarman-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstarman-perl/debian/source/format?rev=67789&op=file
==============================================================================
--- trunk/libstarman-perl/debian/source/format (added)
+++ trunk/libstarman-perl/debian/source/format Sun Jan 23 21:18:43 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

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




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