[Pkg-utopia-commits] r1187 - packages/experimental/dbus-python/debian

Simon McVittie smcv-guest at alioth.debian.org
Wed Dec 13 18:52:11 CET 2006


Author: smcv-guest
Date: 2006-12-13 18:52:11 +0100 (Wed, 13 Dec 2006)
New Revision: 1187

Modified:
   packages/experimental/dbus-python/debian/changelog
   packages/experimental/dbus-python/debian/control
Log:
Package upstream release candidate 0.80rc2 for experimental; remove Pyrex from Build-Depends, add myself to Uploaders

Modified: packages/experimental/dbus-python/debian/changelog
===================================================================
--- packages/experimental/dbus-python/debian/changelog	2006-12-13 15:22:31 UTC (rev 1186)
+++ packages/experimental/dbus-python/debian/changelog	2006-12-13 17:52:11 UTC (rev 1187)
@@ -1,3 +1,21 @@
+dbus-python (0.80~rc2-1) experimental; urgency=low
+
+  * New upstream release candidate with changed API:
+    - dbus_bindings rewritten in C with improved API, and renamed to
+      _dbus_bindings, leaving behind a partial emulation stub
+      (note: this may break applications that were using it
+      directly, but this was never meant to be supported)
+    - exported-method parameters, proxy-method return values, signal-handler
+      parameter types are now unambiguous
+    - there is no longer a Variant type, just a variant_level attribute
+      on the D-Bus types
+    - generalized main-loop integration (only for native-code main loops
+      so far)
+  * Remove Build-Depends on Pyrex (no longer used upstream)
+  * Add myself to Uploaders
+
+ -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Wed, 13 Dec 2006 15:30:29 +0000
+
 dbus-python (0.71-3) unstable; urgency=low
 
   * debian/python-dbus.postinst:

Modified: packages/experimental/dbus-python/debian/control
===================================================================
--- packages/experimental/dbus-python/debian/control	2006-12-13 15:22:31 UTC (rev 1186)
+++ packages/experimental/dbus-python/debian/control	2006-12-13 17:52:11 UTC (rev 1187)
@@ -2,8 +2,8 @@
 Section: devel
 Priority: optional
 Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
-Uploaders: Sjoerd Simons <sjoerd at debian.org>, Sebastian Dröge <slomo at ubuntu.com>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-pyrex (>= 0.9.2.1-3), xmlto, python-all-dev (>= 2.3.5-11), python-support (>= 0.3), libdbus-glib-1-dev (>= 0.71)
+Uploaders: Sjoerd Simons <sjoerd at debian.org>, Sebastian Dröge <slomo at ubuntu.com>, Simon McVittie <smcv at ianadd.pseudorandom.co.uk>
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), xmlto, python-all-dev (>= 2.3.5-11), python-support (>= 0.3), libdbus-glib-1-dev (>= 0.71)
 Standards-Version: 3.7.2
 
 Package: python-dbus




More information about the Pkg-utopia-commits mailing list