[Python-modules-commits] r7553 - in packages/python-application/trunk/debian (changelog control)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun Feb 15 22:08:58 UTC 2009


    Date: Sunday, February 15, 2009 @ 22:08:58
  Author: bzed
Revision: 7553

New upstream release

Modified:
  packages/python-application/trunk/debian/changelog
  packages/python-application/trunk/debian/control

Modified: packages/python-application/trunk/debian/changelog
===================================================================
--- packages/python-application/trunk/debian/changelog	2009-02-15 21:34:10 UTC (rev 7552)
+++ packages/python-application/trunk/debian/changelog	2009-02-15 22:08:58 UTC (rev 7553)
@@ -1,7 +1,7 @@
-python-application (1.0.9-5) UNRELEASED; urgency=low
+python-application (1.1.0-1) unstable; urgency=low
 
   [ Bernd Zeimetz ]
-  * NOT RELEASED YET
+  * New upstream release
   * debian/watch:
     - Simplifying url
   *  debian/control:
@@ -13,7 +13,7 @@
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Bernd Zeimetz <bzed at debian.org>  Sun, 02 Mar 2008 22:23:28 +0100
+ -- Bernd Zeimetz <bzed at debian.org>  Sun, 15 Feb 2009 23:07:34 +0100
 
 python-application (1.0.9-4) unstable; urgency=low
 

Modified: packages/python-application/trunk/debian/control
===================================================================
--- packages/python-application/trunk/debian/control	2009-02-15 21:34:10 UTC (rev 7552)
+++ packages/python-application/trunk/debian/control	2009-02-15 22:08:58 UTC (rev 7553)
@@ -3,19 +3,21 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>, Dan Pascu <dan at ag-projects.com>
-Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python
+Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python, python-zopeinterface
 Build-Depends-Indep: python-support
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 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/
 
+
 Package: python-application
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core
-Description: Basic building blocks for python applications
+Depends: ${python:Depends}, python-zopeinterface
+Suggests: python-twisted-core
+Description: Basic building blocks for Python applications
  This module provides some basic components that can be used to simplify
- building python applications.
+ building Python applications.
  .
  The components included by this package encapsulate the functionality to
  handle the following tasks:
@@ -25,3 +27,4 @@
   - 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.




More information about the Python-modules-commits mailing list