Source: policykit-1 Version: 0.105-29 Tags: patch User: [email protected] Usertags: rebootstrap
policykit-1 participates in dependency loops relevant to architecture bootstrap. Instead of looking into such a difficult problem, I looked into easily droppable dependencies. It turns out that the dbus dependency is only used for testing and can thus be annotated <!nocheck>. Please consider applying the attached patch. Helmut
diff --minimal -Nru policykit-1-0.105/debian/changelog policykit-1-0.105/debian/changelog --- policykit-1-0.105/debian/changelog 2020-08-03 11:05:29.000000000 +0200 +++ policykit-1-0.105/debian/changelog 2021-01-25 07:20:07.000000000 +0100 @@ -1,3 +1,10 @@ +policykit-1 (0.105-29.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate Build-Depends: dbus <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Mon, 25 Jan 2021 07:20:07 +0100 + policykit-1 (0.105-29) unstable; urgency=medium * Add symlink for polkit-agent-helper-1 after the move to /usr/libexec. diff --minimal -Nru policykit-1-0.105/debian/control policykit-1-0.105/debian/control --- policykit-1-0.105/debian/control 2020-08-03 11:05:29.000000000 +0200 +++ policykit-1-0.105/debian/control 2021-01-25 07:20:06.000000000 +0100 @@ -7,7 +7,7 @@ Martin Pitt <[email protected]>, Simon McVittie <[email protected]>, Build-Depends: - dbus, + dbus <!nocheck>, debhelper-compat (= 13), gobject-introspection (>= 0.9.12-4~), gtk-doc-tools,

