debian/0000755000000000000000000000000012237352431007170 5ustar debian/clean0000644000000000000000000000002111766105502010167 0ustar flup.egg-info/* debian/rules0000755000000000000000000000005412232632233010243 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/changelog0000644000000000000000000000561612232632117011047 0ustar flup (1.0.2-4) unstable; urgency=low * Update debian/copyright (Closes: #727728) * debian/control - Add build-dep on python-support - Add myself to Uploaders - Depend on debhelper (>=9) -- tony mancill Fri, 25 Oct 2013 19:57:34 -0700 flup (1.0.2-3) unstable; urgency=low * No longer recommends python-webpy (Closes: #689840) * Bumps policy version to 3.9.4 -- John Hedges Sun, 07 Oct 2012 21:16:13 +0100 flup (1.0.2-2) unstable; urgency=low * New maintainer (Closes: #647089) * Switch to dpkg-source 3.0 (quilt) format * Bumps policy version to 3.9.3 * Adds flup.egg-info/* to debian/clean * Removes debian/pycompat * Changes from python-support to python2 -- John Hedges Wed, 13 Jun 2012 13:36:47 +0100 flup (1.0.2-1) unstable; urgency=low * New upstream release (Closes: #517965) * http://www.saddi.com/software/news/archives/65-flup-1.0.2-on-the-horizon....html * Debian packaging updated to use debhelper7 * Updated debian/copyright to be machine-interpretable * Disabled upstream's use of ez_setup since Build-Depends already requires python-setuptools -- Kai Hendry Tue, 28 Jul 2009 20:09:00 +0100 flup (1.0-1) unstable; urgency=low * New upstream release * http://www.saddi.com/software/news/archives/58-flup-1.0-released.html * Added a note in the description that people should probably start thinking of moving to modwsgi.org -- Kai Hendry Wed, 12 Sep 2007 20:22:04 +0100 flup (0.2307-1) unstable; urgency=low * New upstream release * Rebuild with egg support (Closes: #409250) * Thanks to POX on #debian-python for the clean find rule -- Kai Hendry Fri, 2 Feb 2007 12:16:42 +0000 flup (0.2126-1) unstable; urgency=low * New upstream release * Started using the subversion revision as the package version with upstream's request -- Kai Hendry Tue, 28 Nov 2006 18:53:39 -0300 flup (0.5-1) unstable; urgency=low * Changed to upstream's version format -- Kai Hendry Wed, 28 Jun 2006 13:43:41 +0900 flup (0.2016-1) unstable; urgency=low * New upstream release -- Kai Hendry Wed, 28 Jun 2006 12:23:21 +0900 flup (0.2015-1) unstable; urgency=low * New upstream release * Improved copyright * Migrated packaging to http://wiki.debian.org/DebianPython/NewPolicy -- Kai Hendry Mon, 19 Jun 2006 15:38:10 +0900 flup (0.1968-1) unstable; urgency=low * New upstream release * Initial release. (Closes: #368412: ITP: flup -- Implements Python Web Server Gateway Interface (WSGI) - Debian Bug report logs) -- Kai Hendry Mon, 22 May 2006 11:13:49 +0900 flup (0.1913-1) unstable; urgency=low * Lets see how easy this is to package * Thanks to Sanghyeon Seo -- Kai Hendry Tue, 9 May 2006 22:52:48 +0900 debian/patches/0000755000000000000000000000000012232632501010611 5ustar debian/patches/series0000644000000000000000000000002511766105114012031 0ustar setuptools-fix.patch debian/patches/setuptools-fix.patch0000644000000000000000000000040411766105201014640 0ustar --- flup-1.0.2.orig/setup.py +++ flup-1.0.2/setup.py @@ -1,6 +1,6 @@ # Bootstrap setuptools -from ez_setup import use_setuptools -use_setuptools() +#from ez_setup import use_setuptools +#use_setuptools() from setuptools import setup, find_packages setup( debian/source/0000755000000000000000000000000011766104537010500 5ustar debian/source/format0000644000000000000000000000001411766104537011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212232632056010365 0ustar 9 debian/copyright0000644000000000000000000000307612232630536011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Allan Saddi Source: http://www.saddi.com/software/flup/dist Files: * Copyright: (C) 2002 - 2009 Allan Saddi License: BSD-2 Files: debian/* Copyright: (C) 2006-2009 Kai Hendry License: BSD-2 License: BSD-2 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/control0000644000000000000000000000144712232632070010574 0ustar Source: flup Section: python Priority: optional Maintainer: John Hedges Uploaders: tony mancill Build-Depends: debhelper (>= 9), python, python-setuptools, python-support Standards-Version: 3.9.4 XS-Python-Version: >= 2.4 XB-Python-Version: ${python:Versions} Package: python-flup Homepage: http://www.saddi.com/software/flup/ Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Implements Python Web Server Gateway Interface (WSGI) Implements the standard interface between Python Web applications and Web servers, as described in PEP 333, http://www.python.org/dev/peps/pep-0333 Speaks: * AJP - Apache JServ Protocol 1.3 * FastCGI, see http://www.fastcgi.com/ * SCGI - Simple Common Gateway Interface alternative