[Python-modules-commits] r20153 - in packages/wokkel/trunk/debian (changelog control)

angel at users.alioth.debian.org angel at users.alioth.debian.org
Fri Jan 27 10:30:02 UTC 2012


    Date: Friday, January 27, 2012 @ 10:30:00
  Author: angel
Revision: 20153

debian/control: Depends on python-dateutil

Modified:
  packages/wokkel/trunk/debian/changelog
  packages/wokkel/trunk/debian/control

Modified: packages/wokkel/trunk/debian/changelog
===================================================================
--- packages/wokkel/trunk/debian/changelog	2012-01-27 10:28:44 UTC (rev 20152)
+++ packages/wokkel/trunk/debian/changelog	2012-01-27 10:30:00 UTC (rev 20153)
@@ -1,9 +1,11 @@
 wokkel (0.7.0-1) UNRELEASED; urgency=low
 
   * New upstream release
-  * debian/control: Bump python-twisted Depends to 10.0.0
+  * debian/control:
+    - Bump python-twisted Depends to 10.0.0
+    - Depends on python-dateutil
 
- -- Angel Abad <angel at debian.org>  Fri, 27 Jan 2012 11:27:43 +0100
+ -- Angel Abad <angel at debian.org>  Fri, 27 Jan 2012 11:29:25 +0100
 
 wokkel (0.6.3-5) unstable; urgency=low
 

Modified: packages/wokkel/trunk/debian/control
===================================================================
--- packages/wokkel/trunk/debian/control	2012-01-27 10:28:44 UTC (rev 20152)
+++ packages/wokkel/trunk/debian/control	2012-01-27 10:30:00 UTC (rev 20153)
@@ -13,7 +13,7 @@
 Package: python-wokkel
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-twisted (>= 10.0.0),
- python (>= 2.5) | python-crypto
+ python-dateutil, python (>= 2.5) | python-crypto
 Description: collection of enhancements for Twisted
  Wokkel is a collection of enhancements on top of the  
  Twisted networking framework, written in Python. It 




More information about the Python-modules-commits mailing list