summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-05-08 11:30:51 +0000
committerMichael Biebl <biebl@debian.org>2009-05-08 11:30:51 +0000
commitfcaf4296a9a44f5a320f3d59c73e8441c521cad1 (patch)
treecd6c043f9f70e025acfbfe5e41603a3bdef90f9a /debian
parent224606040349b1a4d01f6d29ceb06788923522b1 (diff)
downloaddbus-fcaf4296a9a44f5a320f3d59c73e8441c521cad1.tar.gz
Demote dbus-x11 from Recommends to Suggests. (Closes: #479341)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus@3112 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c03b52ea..cf8356d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ dbus (1.2.14-1) UNRELEASED; urgency=low
* Remove debian/patches/20-dbus-alpha-unaligned.patch, fixed upstream.
* debian/control
- Drop dependency on debianutils as we no longer require run-parts.
+ - Demote dbus-x11 from Recommends to Suggests. (Closes: #479341)
* debian/libdbus-1-3.symbols
- Update for API additions.
* debian/rules
diff --git a/debian/control b/debian/control
index 3b8868ee..818709e0 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Depends: ${shlibs:Depends},
Conflicts: dbus-1-utils (<< 1.0.2-5)
Replaces: dbus-1-utils (<< 1.0.2-5)
Provides: dbus-1-utils
-Recommends: dbus-x11
+Suggests: dbus-x11
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 and CORBA in