Control: tags + patch Attached is a proposed patch (build-tested)
Regards, Michael
diff -Nru kbd-2.7.1/debian/changelog kbd-2.7.1/debian/changelog --- kbd-2.7.1/debian/changelog 2025-01-11 16:07:43.000000000 +0100 +++ kbd-2.7.1/debian/changelog 2025-12-10 14:50:27.000000000 +0100 @@ -1,3 +1,10 @@ +kbd (2.7.1-2+exp1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Move binaries in udeb to canonical location in /usr. (Closes: #1122352) + + -- Michael Biebl <[email protected]> Wed, 10 Dec 2025 14:50:27 +0100 + kbd (2.7.1-2+exp1) experimental; urgency=medium * Replace ppc test fix patch with upstream diff -Nru kbd-2.7.1/debian/kbd-udeb.dirs kbd-2.7.1/debian/kbd-udeb.dirs --- kbd-2.7.1/debian/kbd-udeb.dirs 2024-12-20 12:03:25.000000000 +0100 +++ kbd-2.7.1/debian/kbd-udeb.dirs 2025-12-10 14:50:25.000000000 +0100 @@ -1 +1 @@ -bin +usr/bin diff -Nru kbd-2.7.1/debian/rules kbd-2.7.1/debian/rules --- kbd-2.7.1/debian/rules 2024-12-20 12:03:25.000000000 +0100 +++ kbd-2.7.1/debian/rules 2025-12-10 14:50:19.000000000 +0100 @@ -74,7 +74,7 @@ mv $(addprefix debian/kbd/usr/bin/,$(MOVE_TO_USR_SBIN)) $(KBD)/usr/sbin/ # prepare udeb ifeq (, $(filter noudeb, $(DEB_BUILD_PROFILES))) - for ITEM in $(UDEB_BINARIES); do install -m755 src/$$ITEM-udeb $(KBD_UDEB)/bin/$$ITEM; done + for ITEM in $(UDEB_BINARIES); do install -m755 src/$$ITEM-udeb $(KBD_UDEB)/usr/bin/$$ITEM; done endif # drop libtool files find $(KBD) -name '*.la' -delete
OpenPGP_signature.asc
Description: OpenPGP digital signature

