Control: tags -1 patch On Sat, 7 Dec 2024 20:59:32 +0100 Niels Thykier <[email protected]> wrote:
Source: opensmtpd-filter-dkimsign Version: 0.5-2 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`, opensmtpd-filter-dkimsign 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.
Note to self: Maintainer is on low NMU threshold, so delay can be skipped. Best regards, Niels
diff -Nru opensmtpd-filter-dkimsign-0.5/debian/changelog opensmtpd-filter-dkimsign-0.5/debian/changelog --- opensmtpd-filter-dkimsign-0.5/debian/changelog 2022-08-25 14:45:36.000000000 +0200 +++ opensmtpd-filter-dkimsign-0.5/debian/changelog 2025-01-01 19:43:49.000000000 +0100 @@ -1,3 +1,11 @@ +opensmtpd-filter-dkimsign (0.5-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove need for root when building the package. + (Closes: #1089407) + + -- Niels Thykier <[email protected]> Wed, 01 Jan 2025 18:43:49 +0000 + opensmtpd-filter-dkimsign (0.5-2) unstable; urgency=medium * For reproducibility purposes, we no longer embed the build date in man diff -Nru opensmtpd-filter-dkimsign-0.5/debian/control opensmtpd-filter-dkimsign-0.5/debian/control --- opensmtpd-filter-dkimsign-0.5/debian/control 2022-08-25 14:45:36.000000000 +0200 +++ opensmtpd-filter-dkimsign-0.5/debian/control 2025-01-01 19:43:49.000000000 +0100 @@ -6,6 +6,7 @@ libopensmtpd-dev, libssl-dev, mandoc, +Rules-Requires-Root: no Standards-Version: 4.6.1 Homepage: http://imperialat.at/dev/filter-dkimsign/ Vcs-Browser: https://salsa.debian.org/debian/opensmtpd-filter-dkimsign diff -Nru opensmtpd-filter-dkimsign-0.5/debian/rules opensmtpd-filter-dkimsign-0.5/debian/rules --- opensmtpd-filter-dkimsign-0.5/debian/rules 2021-06-10 16:55:12.000000000 +0200 +++ opensmtpd-filter-dkimsign-0.5/debian/rules 2025-01-01 19:42:53.000000000 +0100 @@ -14,7 +14,7 @@ dh_auto_build -- -f Makefile.gnu HAVE_ED25519=1 override_dh_auto_install: - dh_auto_install -- -f Makefile.gnu LOCALBASE=/usr + dh_auto_install -- -f Makefile.gnu LOCALBASE=/usr BINOWN=$$(id -u) BINGRP=$$(id -g) MANOWN=$$(id -u) MANGRP=$$(id -g) override_dh_auto_clean: dh_auto_clean -- -f Makefile.gnu
OpenPGP_signature.asc
Description: OpenPGP digital signature

