--- flup-0.2126.orig/debian/rules +++ flup-0.2126/debian/rules @@ -0,0 +1,39 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +clean: + dh_testdir + dh_testroot + python setup.py clean + rm -rf build + dh_clean + +build: #blank +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + python setup.py install --no-compile --root=debian/python-flup/ + +build-arch: #blank +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_link + dh_strip + dh_compress + dh_fixperms + dh_pysupport + dh_python + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: #blank +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- flup-0.2126.orig/debian/control +++ flup-0.2126/debian/control @@ -0,0 +1,22 @@ +Source: flup +Section: python +Priority: optional +Maintainer: Kai Hendry +Build-Depends: debhelper (>= 5.0.37.2), python-support (>= 0.3), python-dev +Standards-Version: 3.7.2 +XS-Python-Version: >= 2.4 + +Package: python-flup +Architecture: all +Depends: ${python:Depends} +XB-Python-Version: ${python:Versions} +Recommends: python-webpy +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 + . + Homepage: http://www.saddi.com/software/flup/ --- flup-0.2126.orig/debian/pycompat +++ flup-0.2126/debian/pycompat @@ -0,0 +1 @@ +2 --- flup-0.2126.orig/debian/copyright +++ flup-0.2126/debian/copyright @@ -0,0 +1,40 @@ +This package was debianized by Kai Hendry on Thu May 18 +16:56:54 KST 2006. + +The current Debian maintainer is Kai Hendry + +It was downloaded from http://www.saddi.com/software/flup/dist + +Upstream author: Allan Saddi + +Copyright: 2002 - 2006 Allan Saddi + +flup is distributed under a BSD-style license +Comparable to: /usr/share/common-licenses/BSD + +# Copyright (c) 2002, 2005, 2006 Allan Saddi +# All rights reserved. +# +# 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. + +The Debian packaging is (C) 2006, Kai Hendry and is licensed +under the BSD-style license, see above. --- flup-0.2126.orig/debian/compat +++ flup-0.2126/debian/compat @@ -0,0 +1 @@ +5 --- flup-0.2126.orig/debian/changelog +++ flup-0.2126/debian/changelog @@ -0,0 +1,48 @@ +flup (0.2126-1~edgy1) edgy-backports; urgency=low + + * Automated backport upload; no source changes. + + -- John Dong Tue, 10 Apr 2007 17:45:00 +0100 + +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