On 2018-11-27 18:40, Ian Jackson wrote:
> Forgive me, but the relevant file is in /usr and I think it is only
> touched during package installation or removal. So I'm not sure why
> this is a a serious bug ?
default severity for packages triggering debsums failures
> FTR I agree that this is probably undesirable, although I haven't
> investigated.
/usr/share/emacs/site-lisp/vm.in/Makefile has this target:
clean:
-$(RM) -f version.txt *.elc vm-autoloads.el auto-autoloads.el
custom-load.el
which is called from /usr/lib/emacsen-common/packages/install/vm
and therefore deletes the file.
Since this Makefile already has a target to generate version.txt,
you don't need to ship version.txt in the package - problem solved.
>> 2m16.9s ERROR: FAIL: debsums reports modifications inside the chroot:
>> debsums: missing file /usr/share/emacs/site-lisp/vm.in/version.txt (from
>> vm package)
> I hope you do not mind me giving you this suggestion.)
Thanks. Reading again what I wrote, that was a really awful sentence.
Andreas