[From nobody Sat Apr 25 22:27:06 2026
Received: (at submit) by bugs.debian.org; 3 Oct 2025 00:16:25 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-105.6 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
 DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,
 SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST
 autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 10; hammy, 134; neutral, 24; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;smcv@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:46090)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;smcv@debian.org&gt;) id 1v4TTF-007Wj5-17
 for submit@bugs.debian.org; Fri, 03 Oct 2025 00:16:25 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Content-Type:MIME-Version:Message-ID:
 Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=nfsYxkd1+Gw+uK4ir3R3Wy4OimF2qr9atIVHRNPU0KU=; b=YeYyjRcDkUUROA1DywmhzpZQB7
 Lkz2F9T5L98gvQbys7woqgIoE1pclzhLb/N7WdMD0VqmFqQjww88IfDmr8wSKxwTiNRJJUGs3+8GK
 MuoVUE/wT8KKK5u+RkFB2paKijaZzCPo9JNmAlbeb6OtqRDKwtI7rgq6M++ogy+haId58+bdb39Hq
 uNbn6thX1km3Iufv+CXYz40jCIoivuumA/eNjhVw5ymruaGXH9bdi5P78JTijTvtUBWm/Iv84UAG8
 IbKZUhF4XYHWjciEPZb0IliIsY40srCREwKBXk/MfVCDn8x2CeNhh1gKskzjNx0kdnwBlcx+4XixB
 ikb9FM3Q==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;smcv@debian.org&gt;) id 1v4TTD-001yKH-Lp
 for submit@bugs.debian.org; Fri, 03 Oct 2025 00:16:23 +0000
Date: Fri, 3 Oct 2025 01:16:22 +0100
From: Simon McVittie &lt;smcv@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: libunity: unnecessarily Build-Depends on dbus-x11 (dbus-launch)
Message-ID: &lt;aN8V1t8-W8qa6b5B@remnant.pseudorandom.co.uk&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Debian-User: smcv
Delivered-To: submit@bugs.debian.org

Source: libunity
Version: 7.1.4+19.04.20190319-6.1
Severity: minor
User: dbus@packages.debian.org
Usertags: dbus-launch dbus-launch-for-tests

This package's upstream code seems to have switched from dbus-launch to 
dbus-run-session to run its test suite, but it still Build-Depends on 
dbus-x11. dbus-run-session only requires the dbus-daemon package. 
Please swap the build-dependency.

If I'm wrong about the tests being wrapped in dbus-run-session 
automatically, then it might be necessary to do that explicitly in 
debian/rules. For example, kf6-kconfig does this:

override_dh_auto_test:
	xvfb-run -a dbus-run-session dh_auto_test

Thanks,
    smcv
]