[Python-apps-commits] r5179 - in packages/autokey/trunk/debian (changelog control)

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Fri Apr 30 20:59:12 UTC 2010


    Date: Friday, April 30, 2010 @ 20:59:11
  Author: ffm-guest
Revision: 5179

Optionally depend on python-simplejson when using Python 2.5, 
json is part of Python 2.6. (Closes: 579781)

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

Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog	2010-04-30 20:52:13 UTC (rev 5178)
+++ packages/autokey/trunk/debian/changelog	2010-04-30 20:59:11 UTC (rev 5179)
@@ -1,3 +1,10 @@
+autokey (0.70.4-2) UNRELEASED; urgency=low
+
+  * Optionally depend on python-simplejson when using Python 2.5, 
+    json is part of Python 2.6. (Closes: 579781)
+
+ -- Luke Faraone <luke at faraone.cc>  Fri, 30 Apr 2010 16:58:51 -0400
+
 autokey (0.70.4-1) unstable; urgency=low
 
   * New upstream version. 

Modified: packages/autokey/trunk/debian/control
===================================================================
--- packages/autokey/trunk/debian/control	2010-04-30 20:52:13 UTC (rev 5178)
+++ packages/autokey/trunk/debian/control	2010-04-30 20:59:11 UTC (rev 5179)
@@ -21,7 +21,7 @@
 
 Package: autokey-common
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-xlib, wmctrl
+Depends: ${python:Depends}, ${misc:Depends}, python-xlib, wmctrl, python-simplejson | python (>= 2.6) 
 Replaces: autokey (<<0.61.4-0~0)
 Breaks: autokey (<<0.61.4-0~0)
 XB-Python-Version: ${python:Versions}




More information about the Python-apps-commits mailing list