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

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Wed May 2 06:15:13 UTC 2012


    Date: Wednesday, May 2, 2012 @ 06:15:10
  Author: takaki
Revision: 21487

debian/control: add versiond python-http-parser to Depends:.  (Closes: #668634) 

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

Modified: packages/python-restkit/trunk/debian/changelog
===================================================================
--- packages/python-restkit/trunk/debian/changelog	2012-05-02 04:19:38 UTC (rev 21486)
+++ packages/python-restkit/trunk/debian/changelog	2012-05-02 06:15:10 UTC (rev 21487)
@@ -1,3 +1,10 @@
+python-restkit (4.1.2-2) unstable; urgency=low
+
+  * debian/control: add versiond python-http-parser to Depends:. 
+    (Closes: #668634) 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 02 May 2012 15:14:40 +0900
+
 python-restkit (4.1.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-restkit/trunk/debian/control
===================================================================
--- packages/python-restkit/trunk/debian/control	2012-05-02 04:19:38 UTC (rev 21486)
+++ packages/python-restkit/trunk/debian/control	2012-05-02 06:15:10 UTC (rev 21487)
@@ -13,7 +13,7 @@
 
 Package: python-restkit
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-http-parser, 
+Depends: ${python:Depends}, ${misc:Depends}, python-http-parser (>= 0.7.4), 
 	python-socketpool
 Provides: ${python:Provides}
 Description: Restkit is an HTTP resource kit for Python




More information about the Python-modules-commits mailing list