Bug#963472: qemu-system-data: Embeds user and host in slof.bin

2020-06-22 Thread Vagrant Cascadian
On 2020-06-22, Michael Tokarev wrote: > 22.06.2020 07:26, Vagrant Cascadian wrote: > ... >> -RELEASE="$(USER)@$(HOSTNAME) release $(shell cat ../VERSION)" >> +RELEASE="release $(shell cat ../VERSION)" > > Here and in other similar places, how about using RELEASE=... > explicitly in the parent makef

Bug#963472: qemu-system-data: Embeds user and host in slof.bin

2020-06-22 Thread Michael Tokarev
22.06.2020 07:26, Vagrant Cascadian wrote: ... > -RELEASE="$(USER)@$(HOSTNAME) release $(shell cat ../VERSION)" > +RELEASE="release $(shell cat ../VERSION)" Here and in other similar places, how about using RELEASE=... explicitly in the parent makefile (which is d/rules) instead of patching? I du

Bug#963472: qemu-system-data: Embeds user and host in slof.bin

2020-06-21 Thread Vagrant Cascadian
Package: qemu-system-data Version: 1:5.0-5 Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: username hostname X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org A version string containing the username and hostname is embedded in slof.bin. The attached