Control: tags -1 patch On Sat, 7 Dec 2024 20:03:12 +0100 Niels Thykier <[email protected]> wrote:
Source: ethstatus Version: 0.4.9 Severity: important Tags: ftbfs Justification: FTBFS X-Debbugs-Cc: [email protected] User: [email protected] Usertags: rrr-no-as-default-issueDear maintainer, During a test rebuild for building packages with `Rules-Requires-Root: no` as the default in `dpkg`, ethstatus failed to rebuild. Log Summary: ------------------------------------------------------------------------------- [...]
Hi Please see attached as a patch.I intend to NMU to make progress on the MBF if I do not hear from you on this. It would help me if you either uploaded this soon or approved the NMU (enabling me to skip the delay). Thanks in advance.
Best regards, Niels
diff -Nru ethstatus-0.4.9/debian/changelog ethstatus-0.4.9+nmu1/debian/changelog --- ethstatus-0.4.9/debian/changelog 2018-06-20 05:36:41.000000000 +0200 +++ ethstatus-0.4.9+nmu1/debian/changelog 2025-01-01 15:08:22.000000000 +0100 @@ -1,3 +1,11 @@ +ethstatus (0.4.9+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove need for root when building the package. + (Closes: #1089320) + + -- Niels Thykier <[email protected]> Wed, 01 Jan 2025 14:08:22 +0000 + ethstatus (0.4.9) unstable; urgency=medium * New release. diff -Nru ethstatus-0.4.9/debian/control ethstatus-0.4.9+nmu1/debian/control --- ethstatus-0.4.9/debian/control 2018-06-20 05:36:41.000000000 +0200 +++ ethstatus-0.4.9+nmu1/debian/control 2025-01-01 15:07:57.000000000 +0100 @@ -3,6 +3,7 @@ Priority: optional Maintainer: Marcio de Souza Oliveira <[email protected]> Build-Depends: debhelper (>= 9), libncurses5-dev +Rules-Requires-Root: no Standards-Version: 4.1.4 Package: ethstatus diff -Nru ethstatus-0.4.9/debian/rules ethstatus-0.4.9+nmu1/debian/rules --- ethstatus-0.4.9/debian/rules 2016-03-21 01:00:45.000000000 +0100 +++ ethstatus-0.4.9+nmu1/debian/rules 2025-01-01 15:07:49.000000000 +0100 @@ -6,3 +6,5 @@ %: dh $@ --parallel +override_dh_auto_install: + dh_auto_install -- INSTALL_PARMS="-m 0755"
OpenPGP_signature.asc
Description: OpenPGP digital signature

