[Python-modules-commits] r17360 - in packages/libcloud/trunk/debian (changelog control)

soren-guest at users.alioth.debian.org soren-guest at users.alioth.debian.org
Thu Jun 9 08:56:24 UTC 2011


    Date: Thursday, June 9, 2011 @ 08:56:23
  Author: soren-guest
Revision: 17360

Remove dependency on zope.interface (dropped upstream).

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

Modified: packages/libcloud/trunk/debian/changelog
===================================================================
--- packages/libcloud/trunk/debian/changelog	2011-06-09 08:54:23 UTC (rev 17359)
+++ packages/libcloud/trunk/debian/changelog	2011-06-09 08:56:23 UTC (rev 17360)
@@ -4,6 +4,7 @@
   * Make myself Uploader instead of Maintainer and set DPMT as the
     maintainer.
   * Adjust debian/watch now that libcloud is a toplevel Apache project.
+  * Remove dependency on zope.interface (dropped upstream).
 
  -- Soren Hansen <soren at ubuntu.com>  Thu, 09 Jun 2011 10:51:37 +0200
 

Modified: packages/libcloud/trunk/debian/control
===================================================================
--- packages/libcloud/trunk/debian/control	2011-06-09 08:54:23 UTC (rev 17359)
+++ packages/libcloud/trunk/debian/control	2011-06-09 08:56:23 UTC (rev 17360)
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Soren Hansen <soren at ubuntu.com>
-Build-Depends: cdbs, debhelper (>= 5.0.38), python-all (>= 2.3.5-11), python-support, python-zope.interface, python-simplejson
+Build-Depends: cdbs, debhelper (>= 5.0.38), python-all (>= 2.3.5-11), python-support, python-simplejson
 Standards-Version: 3.8.4
 Homepage: http://libcloud.org/
 
 Package: python-libcloud
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-zope.interface, python-simplejson
+Depends: ${misc:Depends}, ${python:Depends}, python-simplejson
 XB-Python-Version: ${python:Versions}
 Description: unified Python interface into the cloud
  libcloud is a pure Python client library for interacting with many of




More information about the Python-modules-commits mailing list