[Python-modules-commits] r3318 - in /packages/python-application/trunk/debian: changelog control
bzed-guest at users.alioth.debian.org
bzed-guest at users.alioth.debian.org
Sat Sep 29 14:29:34 UTC 2007
Author: bzed-guest
Date: Sat Sep 29 14:29:34 2007
New Revision: 3318
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3318
Log:
fixing #444047
Modified:
packages/python-application/trunk/debian/changelog
packages/python-application/trunk/debian/control
Modified: packages/python-application/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-application/trunk/debian/changelog?rev=3318&op=diff
==============================================================================
--- packages/python-application/trunk/debian/changelog (original)
+++ packages/python-application/trunk/debian/changelog Sat Sep 29 14:29:34 2007
@@ -1,9 +1,11 @@
python-application (1.0.9-3) UNRELEASED; urgency=low
* debian/control:
- - Adding Homepage field, removing pseudo-field from description
+ - Adding Homepage field, removing pseudo-field from description
+ - Fixing a couple of spelling errors (Closes: #444047), thanks to
+ Joseph Dow
- -- Bernd Zeimetz <bernd at bzed.de> Fri, 21 Sep 2007 18:09:05 +0200
+ -- Bernd Zeimetz <bernd at bzed.de> Sat, 29 Sep 2007 16:27:38 +0200
python-application (1.0.9-2) unstable; urgency=low
Modified: packages/python-application/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-application/trunk/debian/control?rev=3318&op=diff
==============================================================================
--- packages/python-application/trunk/debian/control (original)
+++ packages/python-application/trunk/debian/control Sat Sep 29 14:29:34 2007
@@ -17,11 +17,11 @@
This module provides some basic components that can be used to simplify
building python applications.
.
- The components included by this package incapsulate the functionality to
+ 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.
- - Miscelaneous utilities and helpers.
+ - Miscellaneous utilities and helpers.
- Memory troubleshooting and execution timing.
More information about the Python-modules-commits
mailing list