Source: xfsprogs Version: 5.10.0-2 Tags: patch User: [email protected] Usertags: rebootstrap
xfsprogs 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 xfsprogs does not use dh-python in any way. Please consider applying the attached patch to drop it. Helmut
diff --minimal -Nru xfsprogs-5.10.0/debian/changelog xfsprogs-5.10.0/debian/changelog --- xfsprogs-5.10.0/debian/changelog 2021-01-14 18:59:14.000000000 +0100 +++ xfsprogs-5.10.0/debian/changelog 2021-01-29 19:02:30.000000000 +0100 @@ -1,3 +1,10 @@ +xfsprogs (5.10.0-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unused dh-python from Build-Depends. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 29 Jan 2021 19:02:30 +0100 + xfsprogs (5.10.0-2) unstable; urgency=low * Team upload diff --minimal -Nru xfsprogs-5.10.0/debian/control xfsprogs-5.10.0/debian/control --- xfsprogs-5.10.0/debian/control 2021-01-14 18:59:14.000000000 +0100 +++ xfsprogs-5.10.0/debian/control 2021-01-29 19:02:15.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: XFS Development Team <[email protected]> Uploaders: Nathan Scott <[email protected]>, Anibal Monsalve Salazar <[email protected]>, Bastian Germann <[email protected]> -Build-Depends: libinih-dev, uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libedit-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libattr1-dev, libicu-dev, dh-python, pkg-config +Build-Depends: libinih-dev, uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libedit-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libattr1-dev, libicu-dev, pkg-config Standards-Version: 4.0.0 Homepage: https://xfs.wiki.kernel.org/

