[Pkg-utopia-commits] r984 - packages/experimental/dbus-python/debian
Sebastian Dröge
slomo-guest at costa.debian.org
Thu Aug 31 21:02:35 UTC 2006
Author: slomo-guest
Date: 2006-08-31 21:02:34 +0000 (Thu, 31 Aug 2006)
New Revision: 984
Added:
packages/experimental/dbus-python/debian/pyversions
Modified:
packages/experimental/dbus-python/debian/changelog
packages/experimental/dbus-python/debian/control
packages/experimental/dbus-python/debian/rules
Log:
Switch to python-support and build the module for all supported python versions greater or equal to 2.4
Modified: packages/experimental/dbus-python/debian/changelog
===================================================================
--- packages/experimental/dbus-python/debian/changelog 2006-08-30 16:30:05 UTC (rev 983)
+++ packages/experimental/dbus-python/debian/changelog 2006-08-31 21:02:34 UTC (rev 984)
@@ -1,3 +1,13 @@
+dbus-python (0.71-2) UNRELEASED; urgency=low
+
+ * debian/rules,
+ debian/control,
+ debian/pyversions:
+ + Switch to python-support and build the module for all supported python
+ versions greater or equal to 2.4
+
+ -- Sebastian Dröge <slomo at ubuntu.com> Thu, 31 Aug 2006 23:01:35 +0200
+
dbus-python (0.71-1) experimental; urgency=low
* First package of the dbus-python bindings based on the non-modular dbus
Modified: packages/experimental/dbus-python/debian/control
===================================================================
--- packages/experimental/dbus-python/debian/control 2006-08-30 16:30:05 UTC (rev 983)
+++ packages/experimental/dbus-python/debian/control 2006-08-31 21:02:34 UTC (rev 984)
@@ -3,9 +3,8 @@
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), python2.4, python-pyrex (>= 0.9.2.1-3), xmlto, python2.4-dev, python-central (>= 0.4.17), libdbus-glib-1-dev (>= 0.71)
+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)
Standards-Version: 3.7.2
-XS-Python-Version: 2.4
Package: python-dbus
Section: python
@@ -14,7 +13,7 @@
Replaces: python2.4-dbus
Conflicts: python2.4-dbus
Provides: ${python:Provides}
-XB-Python-Version: 2.4
+XB-Python-Version: ${python:Versions}
Description: simple interprocess messaging system (Python interface)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
Added: packages/experimental/dbus-python/debian/pyversions
===================================================================
--- packages/experimental/dbus-python/debian/pyversions (rev 0)
+++ packages/experimental/dbus-python/debian/pyversions 2006-08-31 21:02:34 UTC (rev 984)
@@ -0,0 +1 @@
+2.4-
Modified: packages/experimental/dbus-python/debian/rules
===================================================================
--- packages/experimental/dbus-python/debian/rules 2006-08-30 16:30:05 UTC (rev 983)
+++ packages/experimental/dbus-python/debian/rules 2006-08-31 21:02:34 UTC (rev 984)
@@ -3,7 +3,7 @@
# Copyright © 2003 Daniel Stone <daniels at debian.org>
# Copyright © 2006 Sjoerd Simons <sjoerd at debian.org>
-DEB_PYTHON_SYSTEM=pycentral
+DEB_PYTHON_SYSTEM=pysupport
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.mk
More information about the Pkg-utopia-commits
mailing list