Source: dbus-glib Version: 0.110-6 Tags: patch User: [email protected] Usertags: rebootstrap
dbus-glib participates in dependency loops relevant to architecture bootstrap. Instead of looking into such a difficult problem, I looked into easily droppable dependencies and found that dbus is only used for testing. Please consider applying the attached patch to annotate it <!nocheck>. Helmut
diff --minimal -Nru dbus-glib-0.110/debian/changelog dbus-glib-0.110/debian/changelog --- dbus-glib-0.110/debian/changelog 2020-12-21 15:03:46.000000000 +0100 +++ dbus-glib-0.110/debian/changelog 2021-02-02 15:05:56.000000000 +0100 @@ -1,3 +1,10 @@ +dbus-glib (0.110-6.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate dbus build dependency <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Tue, 02 Feb 2021 15:05:56 +0100 + dbus-glib (0.110-6) unstable; urgency=medium * Switch to debhelper-compat 12 diff --minimal -Nru dbus-glib-0.110/debian/control dbus-glib-0.110/debian/control --- dbus-glib-0.110/debian/control 2020-12-21 15:03:46.000000000 +0100 +++ dbus-glib-0.110/debian/control 2021-02-02 15:05:54.000000000 +0100 @@ -8,7 +8,7 @@ Simon McVittie <[email protected]>, Michael Biebl <[email protected]>, Build-Depends: - dbus (>= 1.8), + dbus (>= 1.8) <!nocheck>, debhelper-compat (= 12), gtk-doc-tools (>= 1.4), libdbus-1-dev (>= 1.8),

