[Pkg-utopia-commits] r395 - packages/experimental/dbus/debian
Sjoerd Simons
sjoerd at costa.debian.org
Wed Dec 14 18:54:03 UTC 2005
Author: sjoerd
Date: 2005-12-14 18:54:02 +0000 (Wed, 14 Dec 2005)
New Revision: 395
Modified:
packages/experimental/dbus/debian/changelog
packages/experimental/dbus/debian/control
Log:
Updated the dependencies
Modified: packages/experimental/dbus/debian/changelog
===================================================================
--- packages/experimental/dbus/debian/changelog 2005-12-13 18:23:51 UTC (rev 394)
+++ packages/experimental/dbus/debian/changelog 2005-12-14 18:54:02 UTC (rev 395)
@@ -10,9 +10,12 @@
+ Removed. Fixed upstream
* debian/patches/dbus-moc-selection.patch
+ Added. Enable the Qt moc paths to be specified to configure
- * Depend on lsb-base >= 3.0
+ * Depend on lsb-base >= 3.0
+ * Let dbus conflicht with libdbus-1-1 and libdbus-1-2 with dbus << 0.60.
+ Some bus changes could result in strange bugs when mixing the old libs
+ with the new bus.
- -- Sjoerd Simons <sjoerd at debian.org> Tue, 13 Dec 2005 19:23:15 +0100
+ -- Sjoerd Simons <sjoerd at debian.org> Wed, 14 Dec 2005 19:53:07 +0100
dbus (0.50-3) experimental; urgency=low
Modified: packages/experimental/dbus/debian/control
===================================================================
--- packages/experimental/dbus/debian/control 2005-12-13 18:23:51 UTC (rev 394)
+++ packages/experimental/dbus/debian/control 2005-12-14 18:54:02 UTC (rev 395)
@@ -9,7 +9,7 @@
Package: dbus
Architecture: any
Depends: ${shlibs:Depends}, adduser, debianutils (>= 1.22.0), lsb-base (>= 3.0)
-Conflicts: libdbus0, dbus-1, dbus-1-utils (<< 0.50-2)
+Conflicts: libdbus0, dbus-1, dbus-1-utils (<< 0.50-2), libdbus-1-1
Replaces: libdbus0, dbus-1
Description: simple interprocess messaging system
D-BUS is a message bus, used for sending messages between
@@ -33,6 +33,7 @@
Package: libdbus-1-2
Architecture: any
Depends: ${shlibs:Depends}
+Conflicts: dbus (<< 0.60)
Description: simple interprocess messaging system
D-BUS is a message bus, used for sending messages between
applications. Conceptually, it fits somewhere in between raw sockets
More information about the Pkg-utopia-commits
mailing list