debian/0000755000000000000000000000000012574116530007172 5ustar debian/watch0000644000000000000000000000014512574116530010223 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rainbows .*/rainbows-(.*).tar.gz debian/source/0000755000000000000000000000000012574116530010472 5ustar debian/source/format0000644000000000000000000000001412574116530011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000163612574116530011052 0ustar rainbows (4.6.2-1) unstable; urgency=low * New upstream version. * Update Homepage and upstream contact address. * Switch to debhelper compat level 9. * Update Vcs-* URL. * Bump Standards-Version, no changes required. -- Jérémy Bobbio Wed, 09 Sep 2015 22:57:50 +0200 rainbows (4.6.1-1) unstable; urgency=low [ Jérémy Bobbio ] * New upstream version. * Update Depends. * Update debian/copyright. * Bump Standards-Version, no changes required. [ Cédric Boutillier ] * Use canonical URI in Vcs-* fields -- Jérémy Bobbio Sat, 03 May 2014 16:02:36 +0200 rainbows (4.5.0-2) unstable; urgency=low * Upload to unstable. -- Jérémy Bobbio Tue, 07 May 2013 12:01:06 +0200 rainbows (4.5.0-1) experimental; urgency=low * Initial release (Closes: #703107) -- Jérémy Bobbio Mon, 18 Mar 2013 12:52:34 +0100 debian/copyright0000644000000000000000000000713512574116530011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rainbows Source: http://rainbows.bogomips.org/ Files: * Copyright: 2009-2014 Rainbows! Hackers License: Ruby or GPL-2+ License: GPL-2+ 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 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: Ruby 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. . 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following: . a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software. . b) use the modified software only within your corporation or organization. . c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided. . d) make other distribution arrangements with the author. . 3. You may distribute the software in object code or executable form, provided that you do at least ONE of the following: . a) distribute the executables and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution. . b) accompany the distribution with the machine-readable source of the software. . c) give non-standard executables non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 4. You may modify and include the part of the software into any other software (possibly commercial). But some files in the distribution are not written by the author, so that they are not under this terms. . They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some files under the ./missing directory. See each file for the copying condition. . 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software. . 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Files: debian/* Copyright: These files ain't copyrighted License: public-domain These files are in Public Domain.. debian/rainbows.manpages0000644000000000000000000000002412574116530012527 0ustar man/man1/rainbows.1 debian/compat0000644000000000000000000000000212574116530010370 0ustar 9 debian/rainbows.docs0000644000000000000000000000010512574116530011664 0ustar DEPLOY FAQ LATEST NEWS README SIGNALS Static_Files TUNING vs_Unicorn debian/control0000644000000000000000000000163412574116530010601 0ustar Source: rainbows Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Jérémy Bobbio Build-Depends: debhelper (>= 9), gem2deb (>= 0.3.0~) Standards-Version: 3.9.6 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/rainbows.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/rainbows.git Homepage: http://rainbows.bogomips.org/ XS-Ruby-Versions: all Package: rainbows Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack, ruby-kgio, unicorn (>= 4.8.0) Suggests: ruby-eventmachine Description: HTTP server for sleepy Rack applications Rainbows! is an HTTP server for sleepy Rack applications. It is based on Unicorn, but designed to handle applications that expect long request/response times and/or slow clients. debian/rules0000755000000000000000000000007512574116530010254 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby debian/gbp.conf0000644000000000000000000000003612574116530010610 0ustar [DEFAULT] pristine-tar = True