Control: tags -1 patch On 2026-06-09 Santiago Vila <[email protected]> wrote: > Package: src:nut > Version: 2.8.4+really-2 > Severity: serious > Tags: ftbfs forky sid
> Dear maintainer: > During a rebuild of all packages in unstable, this package failed to build. [...] > dh_python3 > E: dh_python3 dh_python3:105: cannot initialize DebHelper: Unable to > determine debhelper compatibility version. > make: *** [debian/rules:53: binary] Error 2 > dpkg-buildpackage: error: debian/rules binary subprocess failed with exit > status 2 > -------------------------------------------------------------------------------- This is caused by a missing whitespace in debian/control which dh_python does not like. --- orig/debian/control 2025-10-17 22:29:33.000000000 +0200 +++ nut-2.8.4+really/debian/control 2026-06-17 18:55:21.981054049 +0200 @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: Laurent Bigonville <[email protected]> Build-Depends: dpkg-dev (>= 1.22.5), asciidoc <!nodoc>, - debhelper-compat(= 12), + debhelper-compat (= 12), dh-exec, dh-python, docbook-xml <!nodoc>, cu Andreas -- "You people are noisy," Nia said. I made the gesture of agreement.

