From db1541ad44980cbf3786a9fdfefe7c68b855fdb4 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 18 Nov 2022 09:32:36 +0000 Subject: [PATCH] Build-/test-depend on dbus-daemon instead of dbus We only need dbus-run-session here, not the system bus. --- debian/control | 2 +- debian/control.in | 2 +- debian/tests/control | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index 6b5dd3f5d7..7885bfac26 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian GNOME Maintainers , Jeremy Bicha Build-Depends: adwaita-icon-theme , at-spi2-core , - dbus , + dbus-daemon , debhelper-compat (= 13), dh-exec, docbook-xml, diff --git a/debian/control.in b/debian/control.in index 4bb5271313..eb577affae 100644 --- a/debian/control.in +++ b/debian/control.in @@ -5,7 +5,7 @@ Maintainer: Debian GNOME Maintainers , @GNOME_TEAM@ Build-Depends: adwaita-icon-theme , at-spi2-core , - dbus , + dbus-daemon , debhelper-compat (= 13), dh-exec, docbook-xml, diff --git a/debian/tests/control b/debian/tests/control index 649912e7b8..727c1650a3 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -14,38 +14,38 @@ Restrictions: allow-stderr, superficial Test-Command: env GDK_BACKEND=x11 debian/tests/python3-gi Features: test-name=python3-gi-x11 Classes: desktop, x11 -Depends: dbus, gir1.2-gtk-4.0, python3-gi (>= 3.40), xauth, xvfb +Depends: dbus-daemon, gir1.2-gtk-4.0, python3-gi (>= 3.40), xauth, xvfb Restrictions: superficial Test-Command: env GDK_BACKEND=wayland debian/tests/python3-gi Features: test-name=python3-gi-wayland Classes: desktop, wayland, linux-only -Depends: dbus, gir1.2-gtk-4.0, libgl1, libgl1-mesa-dri, python3-gi (>= 3.40), weston +Depends: dbus-daemon, gir1.2-gtk-4.0, libgl1, libgl1-mesa-dri, python3-gi (>= 3.40), weston # Architecture: linux-any Restrictions: superficial Test-Command: env GDK_BACKEND=x11 debian/tests/installed-tests Features: test-name=installed-tests-x11 Classes: desktop, x11 -Depends: dbus (>= 1.8), fonts-dejavu-core, gnome-desktop-testing (>= 2018.1-1~), gtk-4-tests, locales | locales-all, ttf-bitstream-vera, xauth, xvfb +Depends: dbus-daemon (>= 1.8), fonts-dejavu-core, gnome-desktop-testing (>= 2018.1-1~), gtk-4-tests, locales | locales-all, ttf-bitstream-vera, xauth, xvfb Restrictions: allow-stderr Test-Command: env GDK_BACKEND=wayland debian/tests/installed-tests Features: test-name=installed-tests-wayland Classes: desktop, wayland, linux-only -Depends: dbus (>= 1.8), fonts-dejavu-core, gnome-desktop-testing (>= 2018.1-1~), gtk-4-tests, locales | locales-all, ttf-bitstream-vera, weston +Depends: dbus-daemon (>= 1.8), fonts-dejavu-core, gnome-desktop-testing (>= 2018.1-1~), gtk-4-tests, locales | locales-all, ttf-bitstream-vera, weston # Architecture: linux-any Restrictions: allow-stderr Test-Command: env GDK_BACKEND=x11 debian/tests/installed-tests-flaky Features: test-name=installed-tests-flaky-x11 Classes: desktop, x11 -Depends: dbus (>= 1.8), fonts-dejavu-core, gnome-desktop-testing (>= 2018.1-1~), gtk-4-tests, locales | locales-all, ttf-bitstream-vera, xauth, xvfb +Depends: dbus-daemon (>= 1.8), fonts-dejavu-core, gnome-desktop-testing (>= 2018.1-1~), gtk-4-tests, locales | locales-all, ttf-bitstream-vera, xauth, xvfb Restrictions: allow-stderr, flaky Test-Command: env GDK_BACKEND=wayland debian/tests/installed-tests-flaky -Features: test-name=installed-tests-flacky-wayland +Features: test-name=installed-tests-flaky-wayland Classes: desktop, wayland, linux-only -Depends: dbus (>= 1.8), fonts-dejavu-core, gnome-desktop-testing (>= 2018.1-1~), gtk-4-tests, locales | locales-all, ttf-bitstream-vera, weston +Depends: dbus-daemon (>= 1.8), fonts-dejavu-core, gnome-desktop-testing (>= 2018.1-1~), gtk-4-tests, locales | locales-all, ttf-bitstream-vera, weston # Architecture: linux-any Restrictions: allow-stderr, flaky -- 2.30.2