Mass bug filing: dependencies on dbus
The dbus package in bookworm has been broken up into several smaller
packages, so that people who want to use a non-reference implementation
of the D-Bus message buses (like dbus-broker) can do so. Various packages
should ideally change their dependencies.
The dbus package in Debian 11 already had Provides for the new package
names, so this change can be made during the Debian 12 cycle without
backwards-compatibility concerns.
Context
=======
dbus is the portable reference implementation of the D-Bus protocol. One
of its major components is dbus-daemon, which is the reference
implementation of a D-Bus message bus service (corresponding to the role
of a "broker" in many other IPC protocols). dbus-daemon is currently the
default and recommended D-Bus message bus implementation in Debian.
dbus-broker is a Linux-specific reimplementation of a D-Bus message bus
service. Some non-Debian distributions have switched from dbus-daemon to
dbus-broker as their message bus. I'm not aware of any plans to make that
switch in Debian, but it should be possible for sysadmins and derivatives
to make that switch if they want to.
Common scenarios
================
If your package depends on having a working D-Bus system message bus
({/var,}/run/dbus/system_bus_socket), please replace a dependency on "dbus"
with "default-dbus-system-bus | dbus-system-bus". Typical examples:
accountsservice, bluez.
If your package depends on having a working D-Bus *session* message
bus, then "dbus" was already not an appropriate dependency. Please use
"default-dbus-session-bus | dbus-session-bus". Typical example: ario.
If your package depends on having the dbus-daemon or dbus-run-session
executables in the PATH in order to start a temporary or custom session
bus, please depend on "dbus-daemon". Typical example: debian/tests/control
in many packages.
If your package depends on having a machine ID in either /etc/machine-id
or /var/lib/dbus/machine-id, but does not depend on the system bus, then
please depend on "dbus-daemon | systemd". It is not necessary to add this
dependency if there is a "default-dbus-system-bus | dbus-system-bus"
dependency, which you can safely assume will also ensure that there is a
machine ID.
If your package depends on /var/lib/dbus/machine-id specifically, please
make it try /etc/machine-id too, or if that isn't possible, depend on
"dbus-daemon" specifically.
If your package depends on having the dbus-cleanup-sockets, dbus-monitor,
dbus-send, dbus-update-activation-environment or dbus-uuidgen executables
in PATH, please depend on "dbus-bin".
Packages affected
=================
Please see attached.
Adam Conrad <adconrad@0c3.net>
telepathy-glib (U)
Adam Majer <adamm@debian.org>
openqa (U)
Adrian Knoth <adi@drcomp.erfurt.thur.de>
libffado (U)
Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
pacemaker (U)
Alberto Caso <alberto.caso@juntaex.es>
pydbus (U)
Alberto Garcia <berto@igalia.com>
epiphany-browser (U)
Alessio Treglia <alessio@debian.org>
rtkit (U)
Alexander Sack <asac@debian.org>
connman
connman (U)
Alexandre Detiste <alexandre.detiste@gmail.com>
game-data-packager (U)
Alexandros Afentoulis <alexaf.dpkg@bloom.re>
pystemd (U)
Alf Gaida <agaida@siduction.org>
connman (U)
Alvin Chen <sonoma001@gmail.com>
tpm2-pkcs11
Ana Custura <ana@netstat.org.uk>
live-tasks (U)
Andrea Bolognani <eof@kiyuko.org>
libvirt-dbus (U)
Andreas Henriksson <andreas@fatal.se>
evolution-data-server (U)
glib2.0 (U)
gnome-shell (U)
nautilus (U)
Andreas Messer <andi@bastelmap.de>
elogind (U)
Andrew Lee (李健秋) <ajqlee@debian.org>
openqa (U)
Andriy Grytsenko <andrej@rep.kiev.ua>
system-tools-backends
Anton Gladky <gladk@debian.org>
dbus-test-runner (U)
Ari Pollak <ari@debian.org>
pidgin
pidgin (U)
Arnaud Ferraris <aferraris@debian.org>
modemmanager (U)
Arnaud Ferraris <arnaud.ferraris@gmail.com>
callaudiod (U)
feedbackd (U)
Aron Xu <aron@debian.org>
network-manager (U)
Aurélien COUDERC <coucouf@debian.org>
kconfigwidgets (U)
Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
ayatana-indicator-datetime
ayatana-indicator-display
ayatana-indicator-session
ayatana-indicator-sound
Bastian Blank <waldi@debian.org>
lvm2 (U)
Birger Schacht <birger@debian.org>
usbguard
Birger Schacht <birger@rantanplan.org>
usbguard
Boyuan Yang <byang@debian.org>
fcitx5 (U)
Carl Chenet <chaica@debian.org>
nagstamon (U)
Chow Loong Jin <hyperair@debian.org>
smart-notifier
Christoph Berg <myon@debian.org>
pacemaker (U)
Christoph Martin <martin@uni-mainz.de>
cinnamon (U)
muffin (U)
nagstamon (U)
nfs-ganesha (U)
Christopher James Halse Rogers <raof@ubuntu.com>
mir (U)
Christopher Schramm <debian@cschramm.eu>
blueman
Dafydd Harries <daf@debian.org>
telepathy-glib (U)
telepathy-logger (U)
Daniel Baumann <daniel.baumann@progress-linux.org>
bfh-metapackages
open-infrastructure-compute-tools
progress-linux-metapackages
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
geary (U)
David Banks <amoebae@gmail.com>
game-data-packager (U)
Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
at-spi2-core
pyatspi
Debian Accessibility Team <pkg-a11y-devel@lists.alioth.debian.org>
at-spi2-core
pyatspi
Debian Cinnamon Team <debian-cinnamon@lists.debian.org>
cinnamon
cjs
muffin
Debian Ecosystem Init Diversity Team <debian-init-diversity@chiark.greenend.org.uk>
elogind
Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
evolution-data-server
Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
accountsservice
Debian FreeIPA Team <pkg-freeipa-devel@alioth-lists.debian.net>
certmonger
oddjob
Debian FreeIPA Team <pkg-freeipa-devel@lists.alioth.debian.org>
oddjob
Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
game-data-packager
Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
cheese
clutter-1.0
dconf
deja-dup
epiphany-browser
evolution-data-server
gcr
geary
gjs
glade
glib2.0
gnome-builder
gnome-keyring
gnome-shell
gspell
gtk+3.0
gtk4
libdazzle
libglib-testing
libsecret
mutter
nautilus
pygobject
rhythmbox
tepl
totem-pl-parser
tracker
tracker-miners
vala
xdg-desktop-portal-gnome
Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
golang-github-thecreeper-go-notify
Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
golang-github-containernetworking-plugins
Debian HA Maintainers <debian-ha-maintainers@alioth-lists.debian.net>
pacemaker
Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
pacemaker
Debian Input Method Team <debian-input-method@lists.debian.org>
fcitx-dbus-status
fcitx5
Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
java-gnome
Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
tellico
wacomtablet
Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
libvirt-dbus
Debian LVM Team <team+lvm@tracker.debian.org>
lvm2
Debian Mactel <team+pkg-mactel-devel@tracker.debian.org>
pommed
Debian Mir Team <team+mir@tracker.debian.org>
mir
Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
libffado
playerctl
rtkit
Debian OpenStack <team+openstack@tracker.debian.org>
octavia
Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
dioptas
pymca
Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
pydbus
pystemd
python-dbusmock
python-notify2
python-secretstorage (U)
Debian Python Team <team+python@tracker.debian.org>
dioptas (U)
jeepney
nagstamon
pydbus
pystemd
python-dbusmock
python-notify2
python-secretstorage (U)
Debian QA Group <packages@qa.debian.org>
dogtail
gsm0710muxd
Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
kconfigwidgets
kdepim-addons
kleopatra
libaccounts-glib
libkf5mailcommon
qtpim-opensource-src
qtsvg-opensource-src
qtwayland-opensource-src
Debian Remote Maintainers <debian-remote@lists.debian.org>
x2goserver
Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
ruby-dbus
Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
pymca
pymca (U)
Debian Security Tools <team+pkg-security@tracker.debian.org>
openscap-daemon
Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
selinux-dbus
selinux-python
Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
ofono
telepathy-glib
telepathy-logger
Debian UBports Team <team+ubports@tracker.debian.org>
ayatana-indicator-datetime (U)
ayatana-indicator-display (U)
ayatana-indicator-session (U)
ayatana-indicator-sound (U)
dbus-cpp
gmenuharness
libqtdbustest (U)
libusermetrics
lomiri-indicator-network
lomiri-ui-toolkit
mir (U)
qtpim-opensource-src (U)
repowerd
Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
vdr-plugin-xineliboutput
Debian Window Maker Team <pkg-wmaker-devel@lists.alioth.debian.org>
wmshutdown
Debian Window Maker Team <team+wmaker@tracker.debian.org>
wmshutdown
Debian Xfce Maintainers <debian-xfce@lists.debian.org>
lightdm
Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
bamf
Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
kconfigwidgets
kdepim-addons
kleopatra
libaccounts-glib
libkf5mailcommon
DebianOnMobile Maintainers <debian-on-mobile-maintainers@alioth-lists.debian.net>
callaudiod
feedbackd
modemmanager
Diane Trout <diane@debian.org>
libaccounts-glib (U)
Didier Raboud <odyx@debian.org>
fprintd (U)
Didier Roche <didrocks@ubuntu.com>
bamf (U)
Dmitry Shachnev <mitya57@debian.org>
gnome-keyring (U)
jeepney (U)
nautilus (U)
python-secretstorage
qtsvg-opensource-src (U)
qtwayland-opensource-src (U)
Dmitry Smirnov <onlyjob@debian.org>
golang-github-containernetworking-plugins (U)
Doug Torrance <dtorrance@piedmont.edu>
wmshutdown (U)
Dylan Aïssi <daissi@debian.org>
wireplumber (U)
Emilio Pozuelo Monfort <pochu@debian.org>
accountsservice (U)
epiphany-browser (U)
evolution-data-server (U)
gcr (U)
glade (U)
glib2.0 (U)
gnome-shell (U)
libsecret (U)
rhythmbox (U)
telepathy-glib (U)
telepathy-logger (U)
totem-pl-parser (U)
Evgeni Golov <evgeni@debian.org>
tuned
Fabio Fantoni <fantonifabio@tiscali.it>
cinnamon (U)
cjs (U)
muffin (U)
Felipe Sateler <fsateler@debian.org>
rtkit (U)
Felix Geyer <fgeyer@debian.org>
qtsvg-opensource-src (U)
Ferenc Wágner <wferi@debian.org>
pacemaker (U)
FingerForce Team <fingerforce-devel@lists.alioth.debian.org>
fprintd
Free Ekanayaka <freee@debian.org>
libffado (U)
Gabor Karsay <gabor.karsay@gmx.at>
parlatype
Guido Günther <agx@sigxcpu.org>
feedbackd (U)
modemmanager (U)
Guillaume Mazoyer <respawneral@gmail.com>
java-gnome (U)
gustavo panizzo <gfa@zumbi.com.ar>
tuned (U)
Hector Oron <zumbi@debian.org>
ofono (U)
Henry-Nicolas Tourneur <debian@nilux.be>
modemmanager (U)
Hideki Yamane <henrich@debian.org>
openqa (U)
Héctor Orón Martínez <zumbi@debian.org>
ofono (U)
Iain Lane <laney@debian.org>
cheese (U)
dconf (U)
deja-dup (U)
evolution-data-server (U)
gcr (U)
gjs (U)
glib2.0 (U)
gnome-keyring (U)
gnome-shell (U)
gspell (U)
gtk+3.0 (U)
libdazzle (U)
mutter (U)
nautilus (U)
pygobject (U)
tracker (U)
tracker-miners (U)
Ian Jackson <ijackson@chiark.greenend.org.uk>
elogind (U)
Jack Coulter <jscinoz@gmail.com>
game-data-packager (U)
Jamie Bliss <jamie@ivyleav.es>
golang-github-containernetworking-plugins (U)
Jens Peter Secher <jps@debian.org>
slim (U)
Jeremy Bicha <jbicha@debian.org>
cheese (U)
clutter-1.0 (U)
dconf (U)
deja-dup (U)
epiphany-browser (U)
evolution-data-server (U)
gcr (U)
geary (U)
gjs (U)
glade (U)
glib2.0 (U)
gnome-builder (U)
gnome-keyring (U)
gnome-shell (U)
gspell (U)
gtk+3.0 (U)
libdazzle (U)
libsecret (U)
mutter (U)
nautilus (U)
pygobject (U)
rhythmbox (U)
tepl (U)
totem-pl-parser (U)
tracker (U)
tracker-miners (U)
vala (U)
Jeremy Bicha <jbicha@ubuntu.com>
cheese (U)
deja-dup (U)
epiphany-browser (U)
evolution-data-server (U)
gcr (U)
geary (U)
gjs (U)
glib2.0 (U)
gnome-builder (U)
gnome-keyring (U)
gnome-shell (U)
gspell (U)
gtk+3.0 (U)
gtk4 (U)
libglib-testing (U)
mutter (U)
nautilus (U)
pygobject (U)
rhythmbox (U)
tepl (U)
tracker (U)
tracker-miners (U)
xdg-desktop-portal-gnome (U)
Jonas Smedegaard <dr@jones.dk>
libffado (U)
syncevolution
Jonathan Carter <jcc@debian.org>
live-tasks (U)
Jonathan Dowland <jmtd@debian.org>
game-data-packager (U)
Jordi Mallach <jordi@debian.org>
at-spi2-core (U)
evolution-data-server (U)
rhythmbox (U)
Joshua Peisach <itzswirlz2020@outlook.com>
cinnamon (U)
cjs (U)
muffin (U)
Josselin Mouette <joss@debian.org>
evolution-data-server (U)
Julian Andres Klode <jak@debian.org>
networkd-dispatcher
Keng-Yu Lin <kengyu@lexical.tw>
urfkill
Kentaro Hayashi <hayashi@clear-code.com>
fcitx-dbus-status (U)
Kentaro Hayashi <kenhys@xdump.org>
fcitx-dbus-status (U)
Laurent Bigonville <bigon@debian.org>
cheese (U)
clutter-1.0 (U)
dconf (U)
deja-dup (U)
epiphany-browser (U)
evolution-data-server (U)
gcr (U)
geary (U)
glade (U)
gnome-builder (U)
gnome-shell (U)
gspell (U)
libglib-testing (U)
libsecret (U)
mutter (U)
nautilus (U)
pygobject (U)
rhythmbox (U)
selinux-dbus (U)
selinux-python (U)
telepathy-glib (U)
telepathy-logger (U)
tepl (U)
tracker (U)
tracker-miners (U)
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
qtsvg-opensource-src (U)
qtwayland-opensource-src (U)
wacomtablet (U)
Live Systems Maintainers <debian-live@lists.debian.org>
live-tasks
Loic Minier <lool@dooz.org>
dbus-python (U)
Luke Faraone <lfaraone@debian.org>
snapd (U)
Luke Yelavich <themuso@ubuntu.com>
rtkit (U)
Manu Mahajan <manu@codepencil.com>
java-gnome (U)
Marc Pavot <marc.pavot@gmail.com>
ario
Marco Trevisan <marco@ubuntu.com>
fprintd (U)
Margarita Manterola <marga@debian.org>
cinnamon (U)
cjs (U)
muffin (U)
Marius Gripsgard <marius@ubports.com>
lomiri-indicator-network (U)
lomiri-ui-toolkit (U)
mir (U)
Mark Hindley <mark@hindley.org.uk>
elogind (U)
Martin <debacle@debian.org>
modemmanager (U)
Martin Pitt <mpitt@debian.org>
python-dbusmock (U)
udisks2 (U)
upower (U)
Mateusz Łukasik <mati75@linuxmint.pl>
slim (U)
Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>
connman (U)
Mathieu Trudel-Lapierre <mathieu.tl@gmail.com>
modemmanager
Matthias Klumpp <mak@debian.org>
flatpak (U)
flatpak-builder (U)
Maximiliano Curia <maxy@debian.org>
cinnamon (U)
cjs (U)
kconfigwidgets (U)
kdepim-addons (U)
kleopatra (U)
libaccounts-glib (U)
libkf5mailcommon (U)
muffin (U)
Michael Biebl <biebl@debian.org>
cheese (U)
clutter-1.0 (U)
dbus-glib (U)
dconf (U)
evolution-data-server (U)
firewalld (U)
gcr (U)
glade (U)
glib2.0 (U)
gnome-keyring (U)
gnome-shell (U)
gspell (U)
libsecret (U)
nautilus (U)
network-manager (U)
rhythmbox (U)
totem-pl-parser (U)
tracker (U)
tracker-miners (U)
udisks2 (U)
upower (U)
Michael Hudson-Doyle <michael.hudson@ubuntu.com>
snapd (U)
Michael Hudson-Doyle <mwhudson@debian.org>
snapd
Michael Vogt <mvo@debian.org>
snapd (U)
Michal Arbet <michal.arbet@ultimum.io>
octavia (U)
Mihai Moldovan <ionic@ionic.de>
x2goserver (U)
Mike Gabriel <sunweaver@debian.org>
ayatana-indicator-datetime (U)
ayatana-indicator-display (U)
ayatana-indicator-session (U)
ayatana-indicator-sound (U)
bamf (U)
dbus-cpp (U)
dbus-test-runner
gmenuharness (U)
libqtdbustest (U)
libusermetrics (U)
lomiri-indicator-network (U)
lomiri-ui-toolkit (U)
mir (U)
qtpim-opensource-src (U)
repowerd (U)
x2goserver (U)
Moritz Schlarb <schlarbm@uni-mainz.de>
nagstamon (U)
mpd maintainers <pkg-mpd-maintainers@lists.alioth.debian.org>
mpdris2
Muri Nicanor <muri@immerda.ch>
usbguard
Nick Morrott <knowledgejunkie@gmail.com>
playerctl (U)
Nick Morrott <nickm@debian.org>
playerctl (U)
Nicolas Braud-Santoni <nicoo@debian.org>
golang-github-containernetworking-plugins (U)
Nobuhiro Iwamatsu <iwamatsu@debian.org>
pommed (U)
slim
Norbert Preining <norbert@preining.info>
cinnamon (U)
cjs (U)
kconfigwidgets (U)
kdepim-addons (U)
kleopatra (U)
libkf5mailcommon (U)
muffin (U)
Onkar Shinde <onkarshinde@ubuntu.com>
java-gnome (U)
Patrick Franz <deltaone@debian.org>
kdepim-addons (U)
kleopatra (U)
libkf5mailcommon (U)
qtwayland-opensource-src (U)
Patrick Franz <patfra71@gmail.com>
qtwayland-opensource-src (U)
Paul van Tilburg <paulvt@debian.org>
ruby-dbus (U)
Philip Hands <phil@hands.com>
openqa
Philippe Deniel <philippe.deniel@cea.fr>
nfs-ganesha
Philippe Thierry <phil@reseau-libre.net>
openscap-daemon (U)
Picca Frédéric-Emmanuel <picca@debian.org>
pymca (U)
Pino Toscano <pino@debian.org>
libaccounts-glib (U)
qtsvg-opensource-src (U)
qtwayland-opensource-src (U)
tellico (U)
Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
nagstamon
Rail Aliev <rail@i-rs.ru>
zemberek-server
Richard B Winters <rik@mmogp.com>
pacemaker (U)
Richard Laager <rlaager@debian.org>
pidgin
Rico Tzschichholz <ricotz@ubuntu.com>
clutter-1.0 (U)
vala (U)
Roland Mas <lolando@debian.org>
dioptas (U)
Russell Coker <russell@coker.com.au>
selinux-dbus (U)
selinux-python (U)
Samuel Thibault <sthibault@debian.org>
at-spi2-core (U)
dogtail
pyatspi (U)
Sandro Knauß <hefee@debian.org>
kdepim-addons (U)
kleopatra (U)
libkf5mailcommon (U)
Sascha Steinbiss <satta@debian.org>
golang-github-thecreeper-go-notify (U)
Scarlett Moore <sgclark@kde.org>
wacomtablet (U)
Scarlett Moore <sgmoore@kde.org>
wacomtablet (U)
Sebastian Dröge <slomo@debian.org>
dbus-glib (U)
dbus-python (U)
Sebastian Ramacher <sramacher@debian.org>
libffado (U)
Sebastian Reichel <sre@debian.org>
vala (U)
Sebastien Bacher <seb128@debian.org>
cheese (U)
dconf (U)
deja-dup (U)
epiphany-browser (U)
libdazzle (U)
pygobject (U)
Shawn Landden <shawn@churchofgit.com>
connman (U)
Shengjing Zhu <zhsj@debian.org>
sdbus-cpp
Simon McVittie <smcv@debian.org>
dbus-glib (U)
dbus-python (U)
flatpak (U)
flatpak-builder (U)
flatpak-xdg-utils (U)
game-data-packager (U)
glib2.0 (U)
gtk+3.0 (U)
gtk4 (U)
mpdris2 (U)
xdg-dbus-proxy (U)
xdg-desktop-portal (U)
xdg-desktop-portal-gnome (U)
xdg-desktop-portal-gtk (U)
Simon Quigley <tsimonq2@debian.org>
mir (U)
qtsvg-opensource-src (U)
qtwayland-opensource-src (U)
Sjoerd Simons <sjoerd@debian.org>
dbus-glib (U)
dbus-python (U)
evolution-data-server (U)
network-manager (U)
telepathy-glib (U)
telepathy-logger (U)
totem-pl-parser (U)
wireplumber (U)
Steve Langasek <vorlon@debian.org>
snapd
snapd (U)
Sune Vuorela <debian@pusling.com>
qtsvg-opensource-src (U)
qtwayland-opensource-src (U)
wacomtablet (U)
SZ Lin (林上智) <szlin@debian.org>
tpm2-abrmd
tpm2-pkcs11 (U)
Tanguy Ortolo <tanguy+debian@ortolo.eu>
gspell (U)
tepl (U)
The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
libqtdbustest
Thibaut Paumard <thibaut@debian.org>
pommed (U)
Thomas Goirand <zigo@debian.org>
octavia (U)
Thomas Günther <tom@toms-cafe.de>
vdr-plugin-xineliboutput (U)
Thomas Kluyver <thomas@kluyver.me.uk>
python-notify2 (U)
Thomas Preud'homme <robotux@debian.org>
gcp
Thomas Schmidt <tschmidt@debian.org>
vdr-plugin-xineliboutput (U)
Tim Lunn <tim@feathertop.org>
gjs (U)
glib2.0 (U)
gnome-keyring (U)
libsecret (U)
nautilus (U)
tracker (U)
tracker-miners (U)
Timo Aaltonen <tjaalton@debian.org>
certmonger (U)
oddjob (U)
Timo Jyrinki <timo@debian.org>
qtpim-opensource-src (U)
qtsvg-opensource-src (U)
qtwayland-opensource-src (U)
Tino Mettler <tino+debian@tikei.de>
syncevolution
Tobias Grimm <etobi@debian.org>
vdr-plugin-xineliboutput (U)
Utkarsh Gupta <utkarsh@debian.org>
ruby-dbus (U)
Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
wireplumber
Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
dbus-glib
dbus-python
firewalld
flatpak
flatpak-builder
flatpak-xdg-utils
network-manager
udisks2
upower
xdg-dbus-proxy
xdg-desktop-portal
xdg-desktop-portal-gtk
Uwe Kleine-König <ukleinek@debian.org>
rauc
Vignesh Raman <vignesh.raman@collabora.com>
connman
Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
tpm2-abrmd (U)
Yves-Alexis Perez <corsac@debian.org>
lightdm (U)
Zygmunt Krynicki <me@zygoon.pl>
snapd (U)
Reply to: