On Sun, Nov 14, 2021 at 11:43:38PM +0100, Bastian Germann wrote: > From: Boian Bonev <bbonev@xxxxxxxxxx> > > With newer autotools install-sh is regenerated by libtoolize. > Copy the package's version after autogen. > > Link: https://bugs.debian.org/997656 > Signed-off-by: Boian Bonev <bbonev@xxxxxxxxxx> > Signed-off-by: Bastian Germann <bage@xxxxxxxxxx> /me wonders what exactly about our install-sh is so unique -- I guess it's DIST_ROOT (being picked up from DESTDIR?) and copying things to different locations? As a strict "just keep the keys out of the fire hose" measure this looks ok to me though. Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> --D > --- > debian/rules | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/debian/rules b/debian/rules > index e12814b3..615289b4 100755 > --- a/debian/rules > +++ b/debian/rules > @@ -50,6 +50,7 @@ config: .census > AUTOHEADER=/bin/true dh_autoreconf > dh_update_autotools_config > $(options) $(MAKE) $(PMAKEFLAGS) include/platform_defs.h > + cp -f include/install-sh . > touch .census > > dibuild: > -- > 2.33.1 > >