debian/0000775000000000000000000000000012000600627007161 5ustar debian/changelog0000664000000000000000000000025112000600627011031 0ustar python-fcgi (19980130-1) unstable; urgency=low * Initial release (Closes: #679405) -- Marc Haber Mon, 25 Jun 2012 07:00:06 +0000 debian/control0000664000000000000000000000123712000600627010567 0ustar Source: python-fcgi Section: python Priority: optional Maintainer: Marc Haber Build-Depends: debhelper (>= 8), python Standards-Version: 3.9.3 Homepage: http://alldunn.com/python/fcgi.py Vcs-Git: git://git.debian.org/collab-maint/python-fcgi.git Vcs-Browser: http://git.debian.org/?p=collab-maint/python-fcgi.git;a=summary Package: python-fcgi Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Simple FastCGI module for Python Handles communication with the FastCGI module of the web server without using the FastCGI developers kit. It will also work in a straight CGI environment that does not use FastCGI. debian/patches/0000775000000000000000000000000012000600627010610 5ustar debian/patches/series0000664000000000000000000000001412000600627012020 0ustar usr-bin-env debian/patches/usr-bin-env0000664000000000000000000000051712000600627012703 0ustar Description: use /usr/bin/env instead of /bin/env Origin: vendor --- a/fcgi.py +++ b/fcgi.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python #------------------------------------------------------------------------ # Copyright (c) 1998 by Total Control Software # All Rights Reserved debian/compat0000664000000000000000000000000212000600627010357 0ustar 8 debian/copyright0000664000000000000000000000115412000600627011115 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: python-fcgi Source: http://alldunn.com/python/fcgi.py Files: * Copyright: 1998 Robin Dunn et al License: python-fcgi Files: debian/* Copyright: 2012 Marc Haber License: python-fcgi License: python-fcgi This is free software. You may use this software for any purpose including modification/redistribution, so long as this header remains intact and that you do not claim any rights of ownership or authorship of this software. This software has been tested, but no warranty is expressed or implied. debian/source/0000775000000000000000000000000012000600627010461 5ustar debian/source/format0000664000000000000000000000001412000600627011667 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000071112000600627010240 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2