Package: tua Version: 4.3-16 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for tua (versioned as 4.3-16.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. diff -u tua-4.3/debian/changelog tua-4.3/debian/changelog --- tua-4.3/debian/changelog +++ tua-4.3/debian/changelog @@ -1,3 +1,17 @@ +tua (4.3-16.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Niels Thykier ] + * Remove need for root when building the package. + (Closes: #1089457) + + [ Helmut Grohne ] + * Fix FTCBFS: Let dpkg's buildtools.mk supply cross tools. + (Closes: #939778) + + -- Niels Thykier <[email protected]> Fri, 03 Jan 2025 04:29:48 +0000 + tua (4.3-16) unstable; urgency=low * Work around GCC breakage (closes: #1075587). diff -u tua-4.3/debian/control tua-4.3/debian/control --- tua-4.3/debian/control +++ tua-4.3/debian/control @@ -3,6 +3,7 @@ Priority: extra Maintainer: Mark Brown <[email protected]>Build-Depends: bison, gettext, texinfo, debhelper (>= 9), dpkg-dev (>= 1.16.1)
+Rules-Requires-Root: no
Standards-Version: 3.9.4
Package: tua
diff -u tua-4.3/debian/rules tua-4.3/debian/rules
--- tua-4.3/debian/rules
+++ tua-4.3/debian/rules
@@ -2,6 +2,8 @@
SHELL+= -e
+DPKG_EXPORT_BUILDTOOLS=1
+-include /usr/share/dpkg/buildtools.mk
DPKG_EXPORT_BUILDFLAGS=1
include /usr/share/dpkg/buildflags.mk
@@ -28,7 +30,7 @@
echo TUA produces no arch all packages.
# Build architecture-dependent files here.
-binary-arch: checkroot build
+binary-arch: build
$(checkdir)
-rm -rf debian/tua
@@ -56,7 +58,4 @@
binary: binary-arch
-checkroot:
- 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

