Control: tags 1089293 + patch Control: tags 1089293 + pending
Dear maintainer, I've prepared an NMU for binfmtc (versioned as 0.17-2.4) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru binfmtc-0.17/debian/changelog binfmtc-0.17/debian/changelog --- binfmtc-0.17/debian/changelog 2023-09-28 21:30:13.000000000 +0000 +++ binfmtc-0.17/debian/changelog 2025-01-02 17:59:03.000000000 +0000 @@ -1,3 +1,13 @@ +binfmtc (0.17-2.4) unstable; urgency=medium + + * Non-maintainer upload. + * Remove need for root when building the package. + (Closes: #1089293) + * Replace `dh_clean -k` with `dh_prep`. + * Bump `Priority` to `optional` (`extra` is long gone). + + -- Niels Thykier <[email protected]> Thu, 02 Jan 2025 17:59:03 +0000 + binfmtc (0.17-2.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru binfmtc-0.17/debian/control binfmtc-0.17/debian/control --- binfmtc-0.17/debian/control 2023-09-28 21:27:57.000000000 +0000 +++ binfmtc-0.17/debian/control 2025-01-02 17:58:44.000000000 +0000 @@ -1,8 +1,9 @@ Source: binfmtc Section: utils -Priority: extra +Priority: optional Maintainer: Junichi Uekawa <[email protected]> Build-Depends: debhelper (>> 9.0.0) +Rules-Requires-Root: no Standards-Version: 3.7.2 Package: binfmtc diff -Nru binfmtc-0.17/debian/rules binfmtc-0.17/debian/rules --- binfmtc-0.17/debian/rules 2023-09-28 21:30:13.000000000 +0000 +++ binfmtc-0.17/debian/rules 2025-01-02 17:57:50.000000000 +0000 @@ -7,10 +7,10 @@ CFLAGS = -Wall -g INSTALL = install -INSTALL_FILE = $(INSTALL) -p -o root -g root -m 644 -INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755 -INSTALL_SCRIPT = $(INSTALL) -p -o root -g root -m 755 -INSTALL_DIR = $(INSTALL) -p -d -o root -g root -m 755 +INSTALL_FILE = $(INSTALL) -p -m 644 +INSTALL_PROGRAM = $(INSTALL) -p -m 755 +INSTALL_SCRIPT = $(INSTALL) -p -m 755 +INSTALL_DIR = $(INSTALL) -p -d -m 755 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 @@ -42,7 +42,7 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/binfmtc -rm $(CURDIR)/debian/binfmtc/usr/sbin/binfmtc-init.sh
OpenPGP_signature.asc
Description: OpenPGP digital signature

