Control: tags 1056978 + patch Control: tags 1056978 + pending Because hostname gets installed by debootstrap, we'll need it fixed before base-files can be changed, which should be soonish.
I'll put an NMU (versioned as 3.23+nmu2) into DELAYED/7. Let me know if you intend to upload in the meantime. Best, Chris
diff -Nru hostname-3.23+nmu1/debian/changelog hostname-3.23+nmu2/debian/changelog --- hostname-3.23+nmu1/debian/changelog 2022-12-19 14:33:11.000000000 +0100 +++ hostname-3.23+nmu2/debian/changelog 2023-11-27 14:03:42.000000000 +0100 @@ -1,3 +1,10 @@ +hostname (3.23+nmu2) unstable; urgency=medium + + * Non-maintainer upload. + * Install into /usr/bin instead of /bin. (Closes: #1056978) + + -- Chris Hofstaedtler <[email protected]> Mon, 27 Nov 2023 14:03:42 +0100 + hostname (3.23+nmu1) unstable; urgency=medium * Non-maintainer upload. diff -Nru hostname-3.23+nmu1/debian/dirs hostname-3.23+nmu2/debian/dirs --- hostname-3.23+nmu1/debian/dirs 2018-01-30 11:25:42.000000000 +0100 +++ hostname-3.23+nmu2/debian/dirs 2023-11-27 14:03:42.000000000 +0100 @@ -1,2 +1 @@ -/bin /usr/share/man/man1 diff -Nru hostname-3.23+nmu1/debian/rules hostname-3.23+nmu2/debian/rules --- hostname-3.23+nmu1/debian/rules 2019-08-24 19:03:54.000000000 +0200 +++ hostname-3.23+nmu2/debian/rules 2023-11-27 14:03:42.000000000 +0100 @@ -51,7 +51,7 @@ dh_installdirs # Installing package - $(MAKE) install BASEDIR=$(CURDIR)/debian/hostname $(CROSS) + $(MAKE) install BASEDIR=$(CURDIR)/debian/hostname BINDIR=/usr/bin $(CROSS) binary-indep: build install

