debian/0000755000000000000000000000000012256572466007205 5ustar debian/rules0000755000000000000000000000003612256572466010264 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000250012256572466010605 0ustar Source: starlet Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libparallel-prefork-perl, libplack-perl, libserver-starter-perl, libtest-tcp-perl, libwww-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/starlet.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/starlet.git Homepage: https://metacpan.org/release/Starlet/ Package: starlet Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libparallel-prefork-perl, libplack-perl, libserver-starter-perl Description: simple, high-performance PSGI/Plack HTTP server Starlet is a standalone HTTP/1.0 server with keep-alive support, formerly known as Plack::Server::Standalone::Prefork and Plack::Server::Standalone::Prefork::Server::Starter. . The server supports following features, and is suitable for running HTTP application servers behind a reverse proxy. . - prefork and graceful shutdown using Parallel::Prefork - hot deploy using Server::Starter - fast HTTP processing using HTTP::Parser::XS (optional) debian/source/0000755000000000000000000000000012256572466010505 5ustar debian/source/format0000644000000000000000000000001412256572466011713 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000134712256572466011064 0ustar starlet (0.21-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Dominic Hargreaves ] * Add debian/copyright statement about inc/ [ gregor herrmann ] * New upstream release. * Don't install README anymore. Just a text version od the POD/manpage. * Update upstream copyright holders. * Add libwww-perl to Build-Depends-Indep. * Use canonical URL in Vcs-Git field. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Wed, 25 Dec 2013 16:09:34 +0100 starlet (0.16-1) unstable; urgency=low * Initial Release. (Closes: #687427) -- Dominic Hargreaves Tue, 08 Jan 2013 18:20:50 +0000 debian/compat0000644000000000000000000000000212256572466010403 0ustar 8 debian/copyright0000644000000000000000000000253212256572466011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Starlet Source: https://metacpan.org/release/Starlet/ Upstream-Contact: Kazuho Oku Files: * Copyright: Kazuho Oku miyagawa kazeburo License: Artistic or GPL-1+ Comment: The upstream distribution does not contain an explicit statement of copyright ownership. Pursuant to the Berne Convention for the Protection of Literary and Artistic Works, it is assumed that all content is copyright by its respective authors unless otherwise stated. Files: inc/* Copyright: 2008-2010, Adam Kennedy License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Dominic Hargreaves 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'. debian/watch0000644000000000000000000000015412256572466010236 0ustar version=3 https://metacpan.org/release/Starlet/ .*/Starlet-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$