--- python-application-1.2.8.orig/debian/pycompat +++ python-application-1.2.8/debian/pycompat @@ -0,0 +1 @@ +2 --- python-application-1.2.8.orig/debian/changelog +++ python-application-1.2.8/debian/changelog @@ -0,0 +1,132 @@ +python-application (1.2.8-1) unstable; urgency=low + + * New upstream release. + + -- Bernd Zeimetz Mon, 04 Jul 2011 16:21:48 +0200 + +python-application (1.2.6-1) unstable; urgency=low + + * New upstream release. + * Migrate to dh and dh_python2. + + -- Bernd Zeimetz Wed, 16 Feb 2011 21:53:59 +0100 + +python-application (1.2.5-1) unstable; urgency=low + + * New upstream release. + + -- Bernd Zeimetz Mon, 14 Feb 2011 14:57:53 +0100 + +python-application (1.2.4-1) unstable; urgency=low + + * New upstream release. + + -- Bernd Zeimetz Tue, 13 Apr 2010 21:18:37 +0200 + +python-application (1.2.3-1) unstable; urgency=low + + * New upstream release + + -- Bernd Zeimetz Thu, 25 Feb 2010 02:39:50 +0100 + +python-application (1.2.2-1) unstable; urgency=low + + * New upstream release + + -- Bernd Zeimetz Tue, 02 Feb 2010 21:08:00 +0100 + +python-application (1.2.1-1) unstable; urgency=low + + * New upstream release. + * Dropping the twisted Suggests, not needed anymore. + * Requiring Python 2.5. + * Dropping python-zopeinterface build-dep. + * Bumping Standards-Version, so changes needed. + + -- Bernd Zeimetz Fri, 18 Dec 2009 14:11:30 +0100 + +python-application (1.1.5-1) unstable; urgency=low + + * New upstream release. + + -- Bernd Zeimetz Tue, 11 Aug 2009 11:38:45 +0200 + +python-application (1.1.4-1) unstable; urgency=low + + * New upstream release. + * Updating long description with new features. + + -- Bernd Zeimetz Mon, 20 Jul 2009 14:09:47 +0200 + +python-application (1.1.3-1) unstable; urgency=low + + * New upstream version. + * Bump Standards-Version to 3.8.2, no changes needed. + * Enhance long descriptions with new features (version number + management) + + -- Bernd Zeimetz Wed, 15 Jul 2009 16:37:53 +0200 + +python-application (1.1.1-1) unstable; urgency=low + + * New upstream version. + * debian/control: + - Bumping Standards-Version to 3.8.1, no changes needed. + + -- Bernd Zeimetz Sun, 12 Apr 2009 01:50:37 +0200 + +python-application (1.1.0-1) unstable; urgency=low + + [ Bernd Zeimetz ] + * New upstream release + * debian/watch: + - Simplifying url + * debian/control: + - Updating my email address. + - Adding missing misc-depends + + [ Sandro Tosi ] + * debian/control + - uniforming Vcs-Browser field + * debian/control + - switch Vcs-Browser field to viewsvn + + -- Bernd Zeimetz Sun, 15 Feb 2009 23:12:04 +0100 + +python-application (1.0.9-4) unstable; urgency=low + + * debian/copyright: + - Fixing the 'downloaded from' link, thanks to Jan Niehusmann. + (Closes: #450613) + + -- Bernd Zeimetz Thu, 15 Nov 2007 23:05:30 +0100 + +python-application (1.0.9-3) unstable; urgency=low + + * debian/control: + - Adding Homepage field, removing pseudo-field from description + - Fixing a couple of spelling errors (Closes: #444047), thanks to + Joseph Dow + - Renaming XS-Vcs-* fields to Vcs-*, as they're supported by dpkg now + + -- Bernd Zeimetz Thu, 04 Oct 2007 20:36:21 +0200 + +python-application (1.0.9-2) unstable; urgency=low + + * debian/control: + - Moving python-twisted-core from Recommends to Depends, as 90% of the + package need it to work. + + -- Bernd Zeimetz Sun, 09 Sep 2007 16:22:17 +0200 + +python-application (1.0.9-1) unstable; urgency=low + + * New upstream version + + -- Bernd Zeimetz Sat, 08 Sep 2007 17:17:38 +0200 + +python-application (1.0.8-1) unstable; urgency=low + + * Initial release (Closes: #440482) + + -- Bernd Zeimetz Mon, 03 Sep 2007 01:50:24 +0200 --- python-application-1.2.8.orig/debian/examples +++ python-application-1.2.8/debian/examples @@ -0,0 +1 @@ +examples/* --- python-application-1.2.8.orig/debian/rules +++ python-application-1.2.8/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 + --- python-application-1.2.8.orig/debian/control +++ python-application-1.2.8/debian/control @@ -0,0 +1,31 @@ +Source: python-application +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: Bernd Zeimetz , Dan Pascu +Build-Depends: debhelper (>= 7.3.13), python (>= 2.6.6-3) +Standards-Version: 3.9.1 +Homepage: http://cheeseshop.python.org/pypi/python-application +Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-application/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-application/trunk/ +X-Python-Version: >= 2.4 + +Package: python-application +Architecture: all +Depends: ${python:Depends}, python-zopeinterface, ${misc:Depends} +Breaks: ${python:Breaks} +Description: Basic building blocks for Python applications + This module provides some basic components that can be used to simplify + building Python applications. + . + The components included by this package encapsulate the functionality to + handle the following tasks: + . + - UNIX process management (forking, signal handling, pid file creation) + - A very simple to use interface to handle configuration files. + - An extensible system logger for console and/or syslog. + - Miscellaneous utilities and helpers. + - Memory troubleshooting and execution timing. + - Communicate inside the application using a notification system. + - Manage the version number for applications, modules and packages. + - Verify package dependencies at runtime. --- python-application-1.2.8.orig/debian/pyversions +++ python-application-1.2.8/debian/pyversions @@ -0,0 +1 @@ +2.5- --- python-application-1.2.8.orig/debian/copyright +++ python-application-1.2.8/debian/copyright @@ -0,0 +1,40 @@ +This package was debianized by Dan Pascu on +Sat, 16 Dec 2006 08:23:41 +0200 and is maintained by Bernd Zeimetz + and the Debian Python Modules Team. + +It is available for download at + http://cheeseshop.python.org/pypi/python-application + +Author: + + Dan Pascu + +Copyright: + + Copyright (C) 2006-2007 Dan Pascu + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU Lesser General +Public License, version 2, can be found in +`/usr/share/common-licenses/LGPL-2'. + +The Debian packaging is (C) 2007 Dan Pascu , +Bernd Zeimetz and is licensed under the LGPL, +version 2 of the License, or (at your option) any later version, +see above. + --- python-application-1.2.8.orig/debian/watch +++ python-application-1.2.8/debian/watch @@ -0,0 +1,4 @@ +# Compulsory line, this is a version 3 file +version=3 + +http://pypi.python.org/packages/source/p/python-application/python-application-(.*)\.tar\.gz --- python-application-1.2.8.orig/debian/compat +++ python-application-1.2.8/debian/compat @@ -0,0 +1 @@ +7 --- python-application-1.2.8.orig/debian/source/format +++ python-application-1.2.8/debian/source/format @@ -0,0 +1 @@ +1.0