Source: libgpiod Version: 1.4.1-3 Severity: serious Tags: patch ftbfs Justification: fails to build from source (but built successfully in the past)
Dear Maintainer, Hi, the package fails to build in sid. It now needs an explicit dependency on dh-python. I'll attach a patch, but really: it's trivial. Cheers, mwh -- System Information: Debian Release: buster/sid APT prefers eoan-updates APT policy: (500, 'eoan-updates'), (500, 'eoan'), (400, 'eoan-proposed'), (100, 'eoan-backports') Architecture: amd64 (x86_64) Kernel: Linux 5.3.0-26-generic (SMP w/8 CPU cores) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru libgpiod-1.4.1/debian/changelog libgpiod-1.4.1/debian/changelog --- libgpiod-1.4.1/debian/changelog 2019-09-10 21:02:05.000000000 +1200 +++ libgpiod-1.4.1/debian/changelog 2020-01-27 14:14:51.000000000 +1300 @@ -1,3 +1,9 @@ +libgpiod (1.4.1-4) UNRELEASED; urgency=medium + + * Add explicit build dependency on dh-python. + + -- Michael Hudson-Doyle <[email protected]> Mon, 27 Jan 2020 14:14:51 +1300 + libgpiod (1.4.1-3) unstable; urgency=medium * d/control: diff -Nru libgpiod-1.4.1/debian/control libgpiod-1.4.1/debian/control --- libgpiod-1.4.1/debian/control 2019-09-10 20:50:54.000000000 +1200 +++ libgpiod-1.4.1/debian/control 2020-01-27 14:13:09.000000000 +1300 @@ -5,6 +5,7 @@ Build-Depends: debhelper-compat (= 12), autoconf-archive, automake, + dh-python, help2man, pkg-config, m4,

