debian/0000755000000000000000000000000011677467473007214 5ustar debian/changelog0000644000000000000000000001006011677467473011063 0ustar python-medusa (1:0.5.4-7build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:11:07 +0000 python-medusa (1:0.5.4-7) unstable; urgency=low [ Arnaud Fontaine ] * Switch to dpkg-source 3.0 (quilt) format. + No need to manually remove the debian/ directory anymore. + Drop Build-Depends on patchutils in debian/control. + Drop include of simple-patchsys.mk in debian/rules. * debian/patches: + Add fix_string_exceptions.patch as string exceptions were removed from Python 2.6. Closes: #585302. * debian/copyright: + Update copyright years. * debian/control: + Remove now useless Replaces and Conflicts fields. + No need to Build-Depends on python-dev, python is enough. + Add ${misc:Depends} to Depends for debhelper. * Use dh_python2 rather than dh_pysupport. + Remove debian/pyversions. + debian/control: - Add X-Python-Version field. - Remove python-support from Build-Depends. - Bump python-all version to 2.6.6-3~. - Bump cdbs version to 0.4.90~. + debian/rules: - Remove DEB_PYTHON_SYSTEM. [ Sandro Tosi ] * debian/watch + Added. * debian/control + Switch Vcs-Browser field to viewsvn. -- Arnaud Fontaine Mon, 18 Apr 2011 14:29:10 +0900 python-medusa (0.5.4+clean-2) unstable; urgency=low [ Arnaud Fontaine ] * New email address. * Remove useless debian/control.in. * debian/control: + Update Standards-Version to 3.8.0. + Wrap Uploaders field. * debian/copyright: + Update copyright years. [ Piotr Ożarowski ] * debian/control: + Vcs-Svn, Vcs-Browser and Homepage fields (dpkg support them now). [ Sandro Tosi ] * debian/control - Uniforme Vcs-Browser field. -- Arnaud Fontaine Mon, 30 Jun 2008 11:14:51 +0200 python-medusa (0.5.4+clean-1) unstable; urgency=low * Remove debian/ directory in upstream source. * debian/control.in: - Update Standards to 3.7.2. No changes needed. * New Python policy changes. Closes: #373336. + debian/rules: - Add DEB_PYTHON_SYSTEM=pysupport. + debian/control.in - Add XS-Python-Version to source package. - Clean Build-Depends and Depends, cdbs handles that automatically now. - XB-Python-Version and Provides for binary package. + debian/postinst && debian/prerm: - Remove "hand made" python-support stuff, cdbs does this. -- Arnaud Fontaine Tue, 20 Jun 2006 11:41:51 +0200 python-medusa (0.5.4-5) unstable; urgency=low * Clean debian/rules by creating debian/python-medusa.docs for debian/README.Debian. * Move Build-Depends-Indep to Build-Depends according to the debian-policy. -- Arnaud Fontaine Fri, 21 Apr 2006 10:26:12 +0200 python-medusa (0.5.4-4) unstable; urgency=low * Add myself to uploaders temporarily * Drop build-dependency on python-support and add it to python-medusa -- Torsten Marek Wed, 19 Apr 2006 20:09:54 +0200 python-medusa (0.5.4-3) unstable; urgency=low [Arnaud Fontaine] * New maintainer. Closes: #362532. * Add debian-python team to the Uploaders field (debian/control.in). * Drop python2.x-scheme in favor of python-support. * Add python-medusa-doc and remove python2.1-medusa, python2.2-medusa packages (debian/control.in). Closes: #351143. * Use cdbs in order to build the package. * Change section from 'net' to 'python' (debian/control.in). * Update the Standards-Version field to policy version 3.6.2.2 (debian/control.in). * Update debian/copyright. [Torsten Marek] * upload an orig.tar.gz, package used to be native. -- Arnaud Fontaine Wed, 19 Apr 2006 01:17:41 +0200 python-medusa (0.5.4-2) unstable; urgency=low * New maintainer. * Copied packing from python-imaging. -- Jeff Breidenbach Fri, 11 Jun 2004 21:00:24 -0700 python-medusa (0.5.4-1) unstable; urgency=low * Initial Release. -- A.M. Kuchling Fri, 22 Aug 2003 08:54:11 -0400 debian/python-medusa-doc.dirs0000644000000000000000000000011111552764440013412 0ustar usr/share/doc/python-medusa-doc/html usr/share/doc/python-medusa-doc/txt debian/rules0000755000000000000000000000051511552764440010257 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk # Don't compress .py files DEB_COMPRESS_EXCLUDE := .py DEB_INSTALL_DOCS_ALL += README.txt TODO.txt DEB_INSTALL_CHANGELOGS_ALL += CHANGES.txt DEB_DESTDIR=debian/python-medusa debian/README.Debian0000644000000000000000000000031011552764440011231 0ustar Please note: The documentation and examples for this package is in python-medusa-doc. When you install that package, you can find the documentation and examples in /usr/share/doc/python-medusa-doc. debian/control0000644000000000000000000000240611552764440010603 0ustar Source: python-medusa Section: python Priority: optional Maintainer: Arnaud Fontaine Uploaders: Debian Python Modules Team , Torsten Marek Standards-Version: 3.9.2 Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.90~), python (>= 2.6.6-3~) Homepage: http://www.amk.ca/python/code/medusa.html X-Python-Version: all Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-medusa/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-medusa/trunk/ Package: python-medusa Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: python-medusa-doc Description: Framework for implementing asynchronous servers Medusa is a 'server platform' -- it provides a framework for implementing asynchronous socket-based servers (TCP/IP and on Unix, Unix domain, sockets). Package: python-medusa-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: Framework for implementing asynchronous servers Medusa is a 'server platform' -- it provides a framework for implementing asynchronous socket-based servers (TCP/IP and on Unix, Unix domain, sockets). . This package contains the documentation for Medusa. debian/python-medusa-doc.install0000644000000000000000000000015011552764440014122 0ustar docs/*.{html,gif} usr/share/doc/python-medusa-doc/html docs/*.txt usr/share/doc/python-medusa-doc/txt debian/python-medusa-doc.examples0000644000000000000000000000000711552764440014273 0ustar demo/* debian/copyright0000644000000000000000000000245411552764440011136 0ustar This package was debianized by A.M. Kuchling on Fri, 22 Aug 2003 08:54:11 -0400 and is maintained by Arnaud Fontaine since April 2006. It was downloaded from www.amk.ca/python/code/medusa.html Author: A.M. Kuchling Copyright: 1996-2011 A.M. Kuchling Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Sam Rushing not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/pycompat0000644000000000000000000000000211552764440010745 0ustar 2 debian/source/0000755000000000000000000000000011552764440010476 5ustar debian/source/format0000644000000000000000000000001411552764440011704 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007611552764440010232 0ustar version=3 http://www.amk.ca/files/python/medusa-(.*)\.tar\.gz debian/patches/0000755000000000000000000000000011552764440010625 5ustar debian/patches/series0000644000000000000000000000005311552764440012040 0ustar fix_path.patch fix_string_exceptions.patch debian/patches/fix_string_exceptions.patch0000644000000000000000000000051111552764440016260 0ustar --- a/xmlrpc_handler.py 2002-09-22 08:13:22.000000000 +0900 +++ b//xmlrpc_handler.py 2011-04-18 14:42:01.397554897 +0900 @@ -56,7 +56,7 @@ def call (self, method, params): # override this method to implement RPC methods - raise "NotYetImplemented" + raise NotImplementedError class collector: debian/patches/fix_path.patch0000644000000000000000000000035411552764440013452 0ustar --- a/http_server.py 2006-04-15 17:02:37.000000000 +0200 +++ b/http_server.py 2006-04-15 16:53:53.000000000 +0200 @@ -1,4 +1,3 @@ -#! /usr/local/bin/python # -*- Mode: Python -*- # # Author: Sam Rushing debian/python-medusa.docs0000644000000000000000000000002511552764440012642 0ustar debian/README.Debian debian/compat0000644000000000000000000000000211552764440010374 0ustar 5