Source: kconfig Version: 5.78.0-3 Tags: patch User: helm...@debian.org Usertags: rebootstrap
kconfig participates in dependency loops relevant to architecture bootstrap. Rather than work on such a difficult problem, I looked into easily droppable dependencies. As far as I know, Norbert already dropped graphviz in git. I'm including it here for completeness and confirmation. Beyond that, xauth and xvfb are only used for testing and thus can be annotated <!nocheck>. Please consider applying the attached patch. Helmut
diff --minimal -Nru kconfig-5.78.0/debian/changelog kconfig-5.78.0/debian/changelog --- kconfig-5.78.0/debian/changelog 2021-01-18 11:45:56.000000000 +0100 +++ kconfig-5.78.0/debian/changelog 2021-01-27 17:43:45.000000000 +0100 @@ -1,3 +1,12 @@ +kconfig (5.78.0-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Reduce Build-Depends: (Closes: #-1) + + Drop unused graphviz. + + Annotate xauth and xvfb with <!nocheck>. + + -- Helmut Grohne <hel...@subdivi.de> Wed, 27 Jan 2021 17:43:45 +0100 + kconfig (5.78.0-3) unstable; urgency=medium * Team upload. diff --minimal -Nru kconfig-5.78.0/debian/control kconfig-5.78.0/debian/control --- kconfig-5.78.0/debian/control 2021-01-18 11:26:42.000000000 +0100 +++ kconfig-5.78.0/debian/control 2021-01-27 17:43:43.000000000 +0100 @@ -9,14 +9,13 @@ debhelper-compat (= 13), doxygen (>= 1.8.13~), extra-cmake-modules (>= 5.78.0~), - graphviz, libqt5sql5-sqlite, pkg-kde-tools (>= 0.15.15ubuntu1~), qtbase5-dev (>= 5.14.0~), qttools5-dev (>= 5.4), qttools5-dev-tools (>= 5.4), - xauth, - xvfb, + xauth <!nocheck>, + xvfb <!nocheck>, Standards-Version: 4.5.1 Homepage: https://invent.kde.org/frameworks/kconfig Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kconfig