summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2011-06-01 15:08:32 +0100
committerSimon McVittie <smcv@debian.org>2011-06-01 15:08:32 +0100
commitf409a6972e8177306e8e5b16c01fa52c659d893b (patch)
tree4aaec8ce1b83769f773d107193ccd44d6414ead7
parent92f390219547b8a883e2b34d7d521dea41cdebe6 (diff)
downloaddbus-f409a6972e8177306e8e5b16c01fa52c659d893b.tar.gz
increase dependencies of dbus-1-dbg
-rw-r--r--debian/changelog4
-rw-r--r--debian/control5
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index c53d2b2d..64892342 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,9 @@ dbus (1.4.8-4) UNRELEASED; urgency=low
exact dependencies, so the legacy shlibs mechanism is just a guard against
old systems now, and everyone forgets to update it
* Do a second build with tests, verbosity etc. enabled, and install it
- in /usr/lib/$DEB_HOST_MULTIARCH/dbus-1.0/debug-build (Closes: #498185)
+ in /usr/lib/$DEB_HOST_MULTIARCH/dbus-1.0/debug-build in dbus-1-dbg
+ (Closes: #498185)
+ - increase dependencies of dbus-1-dbg to allow for this
* Run autoconf during build, and allow parallel building
* Don't install dcop-howto.txt - this isn't DCOP
diff --git a/debian/control b/debian/control
index 5281bfd3..70cea1b0 100644
--- a/debian/control
+++ b/debian/control
@@ -124,9 +124,10 @@ Section: debug
Priority: extra
Architecture: any
Depends: libdbus-1-3 (= ${binary:Version}),
+ dbus (= ${binary:Version}),
+ dbus-x11 (= ${binary:Version}),
+ ${shlibs:Depends},
${misc:Depends}
-Recommends: dbus (= ${binary:Version}),
- dbus-x11 (= ${binary:Version})
Description: simple interprocess messaging system (debug symbols)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in