summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2022-11-13 16:19:32 +0000
committerSimon McVittie <smcv@debian.org>2022-11-13 16:19:32 +0000
commit7c56e4243ce975d12471fc6259a34813be9d3377 (patch)
tree81057e6ed3a1c3caf431fa8e9cec4fd4c08a961f /debian/control
parent078479eadae75697e79cf1719e7c6b3d71f882e4 (diff)
Build/test-depend on dbus-daemon instead of dbus
The dbus component required by this package's tests is dbus-run-session. It doesn't need a fully-featured system bus.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index eccc54f..be80f58 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders:
Simon McVittie <smcv@debian.org>,
Loic Minier <lool@dooz.org>,
Build-Depends:
- dbus,
+ dbus-daemon,
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
@@ -88,7 +88,7 @@ Package: python3-dbus-tests
Section: python
Architecture: any
Depends:
- dbus,
+ dbus-daemon,
python3-dbus,
${misc:Depends},
${python3:Depends},