On Sat, 2021-01-02 at 19:31 +0200, Timo Lindfors wrote:
> Hi,
>
> changeset: 620:805285ab8469
> user: Lukasz Hawrylko <luk...@in...>
> date: Fri Nov 13 16:09:33 2020 +0100
> summary: Move old lcptool to deprecated folder and exclude from build
>
> seems to add some binaries to mercurial version control:
>
> $ hg clone
> http://hg.code.sf.net/p/tboot/code
>
> tboot-code
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 620 changesets with 2372 changes to 497 files (+1 heads)
> new changesets cedd93279188:cc489ff0c783
> updating to branch default
> 403 files updated, 0 files merged, 0 files removed, 0 files unresolved
> $ file tboot-code/deprecated/lcptools/lcp_writepol
> tboot-code/deprecated/lcptools/lcp_writepol: ELF 64-bit LSB executable,
> x86-64, version 1 (SYSV), dynamically linked, interpreter
> /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=403efd37304c2d0ca9830ec60c1115fd9d76787c, for GNU/Linux 3.2.0, not stripped
>
> This is probably accidental?
>
> The exact Debian lintian errors that caused me to spot this are
>
> E: tboot source: source-is-missing deprecated/lcptools/lcp_crtpconf
> E: tboot source: source-is-missing deprecated/lcptools/lcp_crtpol
> E: tboot source: source-is-missing deprecated/lcptools/lcp_mlehash
> E: tboot source: source-is-missing deprecated/lcptools/lcp_readpol
> E: tboot source: source-is-missing deprecated/lcptools/lcp_writepol
> E: tboot source: source-is-missing deprecated/lcptools/tpmnv_defindex
> E: tboot source: source-is-missing deprecated/lcptools/tpmnv_getcap
> E: tboot source: source-is-missing deprecated/lcptools/tpmnv_lock
> E: tboot source: source-is-missing deprecated/lcptools/tpmnv_relindex
> E: tboot source: source-is-missing deprecated/lcptools/trousers_dep
>
>
> -Timo
>
You are right, my mistake. Fixed.
Thanks,
Lukasz
|