Control: tags -1 patch

On Sat, 7 Dec 2024 21:04:48 +0100 Niels Thykier <[email protected]> wrote:
Source: poppass-cgi
Version: 3-6.1
Severity: important
Tags: ftbfs
Justification: FTBFS
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: rrr-no-as-default-issue

Dear maintainer,

During a test rebuild for building packages with
`Rules-Requires-Root: no` as the default in `dpkg`,
poppass-cgi 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 poppass-cgi-3/debian/changelog poppass-cgi-3/debian/changelog
--- poppass-cgi-3/debian/changelog      2021-01-09 11:56:48.000000000 +0100
+++ poppass-cgi-3/debian/changelog      2025-01-01 16:39:34.000000000 +0100
@@ -1,3 +1,11 @@
+poppass-cgi (3-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove need for root when building the package.
+    (Closes: #1089415)
+
+ -- Niels Thykier <[email protected]>  Wed, 01 Jan 2025 15:39:34 +0000
+
 poppass-cgi (3-6.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru poppass-cgi-3/debian/control poppass-cgi-3/debian/control
--- poppass-cgi-3/debian/control        2016-12-23 14:34:37.000000000 +0100
+++ poppass-cgi-3/debian/control        2025-01-01 16:38:54.000000000 +0100
@@ -3,6 +3,7 @@
 Priority: optional
 Maintainer: Jonas Smedegaard <[email protected]>
 Build-Depends: debhelper (>= 9)
+Rules-Requires-Root: no
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/poppass-cgi
 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/poppass-cgi.git
diff -Nru poppass-cgi-3/debian/rules poppass-cgi-3/debian/rules
--- poppass-cgi-3/debian/rules  2015-03-03 13:25:05.000000000 +0100
+++ poppass-cgi-3/debian/rules  2025-01-01 16:38:44.000000000 +0100
@@ -29,7 +29,7 @@
        dh_prep
        dh_installdirs
 
-       install -o root -g root -m 0755 poppass 
$(CURDIR)/debian/poppass-cgi/usr/lib/cgi-bin
+       install -m 0755 poppass $(CURDIR)/debian/poppass-cgi/usr/lib/cgi-bin
 
 binary-indep: build install
        dh_testdir

Reply via email to