[Python-modules-commits] r18687 - in packages/python-django-websocket/trunk/debian (2 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Fri Sep 23 08:52:49 UTC 2011


    Date: Friday, September 23, 2011 @ 08:52:48
  Author: takaki
Revision: 18687

add versioned dependency

Modified:
  packages/python-django-websocket/trunk/debian/changelog
  packages/python-django-websocket/trunk/debian/control

Modified: packages/python-django-websocket/trunk/debian/changelog
===================================================================
--- packages/python-django-websocket/trunk/debian/changelog	2011-09-23 08:44:30 UTC (rev 18686)
+++ packages/python-django-websocket/trunk/debian/changelog	2011-09-23 08:52:48 UTC (rev 18687)
@@ -1,7 +1,11 @@
 python-django-websocket (0.3.0-3) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Add Vcs-* fields.
 
+  [ TANIGUCHI Takaki ]
+  * Add versioned Python dependency. (Closes: #642462) 
+
  -- Jakub Wilk <jwilk at debian.org>  Sat, 10 Sep 2011 00:08:43 +0200
 
 python-django-websocket (0.3.0-2) unstable; urgency=low

Modified: packages/python-django-websocket/trunk/debian/control
===================================================================
--- packages/python-django-websocket/trunk/debian/control	2011-09-23 08:44:30 UTC (rev 18686)
+++ packages/python-django-websocket/trunk/debian/control	2011-09-23 08:52:48 UTC (rev 18687)
@@ -13,7 +13,7 @@
 
 Package: python-django-websocket
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends: ${python:Depends}, ${misc:Depends},
 	python-django,
 Description: Websocket support for django
  The django-websocket module provides an implementation of the WebSocket




More information about the Python-modules-commits mailing list