On 2020-11-17, Vagrant Cascadian wrote: > From 4b9384cc7b73f984507c75f15f293982896135a4 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian <[email protected]> > Date: Wed, 18 Nov 2020 04:04:02 +0000 > Subject: [PATCH] debian/rules: Remove example autogenerated Makefiles which > contain build paths. > > --- > debian/rules | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/debian/rules b/debian/rules > index d0d5597..31a4c72 100755 > --- a/debian/rules > +++ b/debian/rules > @@ -91,6 +91,15 @@ ifneq (,$(filter flex-doc, $(shell dh_listpackages))) > debian/flex-doc/usr/share/doc/flex-doc/ > endif > > +override_dh_installexamples: > + dh_installexamples > + # Remove autogenerated Makefiles which contain embedded build > + # paths in order to ensure reproducible builds. > + test ! -f debian/flex/usr/share/doc/flex/examples/fastwc/Makefile || \ > + rm -f debian/flex/usr/share/doc/flex/examples/fastwc/Makefile > + test ! -f debian/flex/usr/share/doc/flex/examples/manual/Makefile || \ > + rm -f debian/flex/usr/share/doc/flex/examples/manual/Makefile > + > override_dh_auto_build: > dh_auto_build > ifneq (,$(filter flex-doc, $(shell dh_listpackages))) > -- > 2.29.2
Would very much like to see this land in bullseye... would you consider uploading soon, or be amenable to an NMU? Thanks for maintaining flex! live well, vagrant
signature.asc
Description: PGP signature

