[Python-modules-commits] r12314 - in packages/lazr.restfulclient/trunk/debian (2 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sun Mar 21 12:29:14 UTC 2010
Date: Sunday, March 21, 2010 @ 12:29:04
Author: dktrkranz
Revision: 12314
Drop optional dependency on virtual package python-zopeinterface
Modified:
packages/lazr.restfulclient/trunk/debian/changelog
packages/lazr.restfulclient/trunk/debian/control
Modified: packages/lazr.restfulclient/trunk/debian/changelog
===================================================================
--- packages/lazr.restfulclient/trunk/debian/changelog 2010-03-21 12:27:22 UTC (rev 12313)
+++ packages/lazr.restfulclient/trunk/debian/changelog 2010-03-21 12:29:04 UTC (rev 12314)
@@ -3,8 +3,9 @@
* Always depend on python-simplejson, drop the alternative python2.6
dependency, as restfulclient explicitly needs simplejson, not json
provided by python2.6
+ * Drop optional dependency on virtual package python-zopeinterface.
- -- Luca Falavigna <dktrkranz at debian.org> Sun, 21 Mar 2010 13:26:20 +0100
+ -- Luca Falavigna <dktrkranz at debian.org> Sun, 21 Mar 2010 13:28:09 +0100
lazr.restfulclient (0.9.12-1) unstable; urgency=low
Modified: packages/lazr.restfulclient/trunk/debian/control
===================================================================
--- packages/lazr.restfulclient/trunk/debian/control 2010-03-21 12:27:22 UTC (rev 12313)
+++ packages/lazr.restfulclient/trunk/debian/control 2010-03-21 12:29:04 UTC (rev 12314)
@@ -12,7 +12,7 @@
Package: python-lazr.restfulclient
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-zope.interface | python-zopeinterface, python-wadllib (>= 1.1.4), python-pkg-resources, python-simplejson, python-httplib2
+Depends: ${python:Depends}, ${misc:Depends}, python-zope.interface, python-wadllib (>= 1.1.4), python-pkg-resources, python-simplejson, python-httplib2
Conflicts: python-lazr-restfulclient (<< 0.9.9-1)
Replaces: python-lazr-restfulclient (<< 0.9.9-1)
Description: client for lazr.restful-based web services
More information about the Python-modules-commits
mailing list