Control: tags 1089330 + patch Control: tags 1089330 + pending
Dear maintainer, I've prepared an NMU for ftnchek (versioned as 3.3.1-6.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -u ftnchek-3.3.1/debian/changelog ftnchek-3.3.1/debian/changelog --- ftnchek-3.3.1/debian/changelog +++ ftnchek-3.3.1/debian/changelog @@ -1,3 +1,11 @@ +ftnchek (3.3.1-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove requirement for root when building the package. + (Closes: #1089330) + + -- Niels Thykier <[email protected]> Thu, 02 Jan 2025 16:34:06 +0000 + ftnchek (3.3.1-6) unstable; urgency=low * Add build-arch and build indep targets (closes: #999007). diff -u ftnchek-3.3.1/debian/control ftnchek-3.3.1/debian/control --- ftnchek-3.3.1/debian/control +++ ftnchek-3.3.1/debian/control @@ -3,6 +3,7 @@ Priority: extra Maintainer: Mark Brown <[email protected]>Build-Depends: debhelper (>= 13), autotools-dev, groff-base, dpkg-dev (>= 1.16.1)
+Rules-Requires-Root: no
Standards-Version: 4.5.1
Package: ftnchek
diff -u ftnchek-3.3.1/debian/rules ftnchek-3.3.1/debian/rules
--- ftnchek-3.3.1/debian/rules
+++ ftnchek-3.3.1/debian/rules
@@ -32,13 +32,13 @@
-rm -f Makefile test/Makefile test/Compare.sh config.h
-rm -f dcl2inc dcl2inc.awk
-binary-indep: checkroot build
+binary-indep: build
$(checkdir)
# There are no architecture-independent files to be uploaded
# generated by this package. If there were any they would be
# made here.
-binary-arch: checkroot build
+binary-arch: build
dh_testdir
dh_testroot
dh_prep
@@ -70,8 +70,5 @@
binary: binary-indep binary-arch
-checkroot:
- $(checkdir)
- test root = "`whoami`"
-.PHONY: binary binary-arch binary-indep clean checkroot
+.PHONY: binary binary-arch binary-indep clean
OpenPGP_signature.asc
Description: OpenPGP digital signature

