[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

help with sleuthkit symbols



Hi team,

I tried to generate symbols for libtsk19 from sleuthkit 4.9.0, the changes are
in "fvcr/libtsk19" branch, I found lintian
symbols-file-contains-current-version-with-debian-revision and I didn't know how
to solve it.


I generated the symbols, after the package was built, I did it like this:

$ dpkg-deb -x libtsk19_4.9.0+dfsg-1_amd64.deb /tmp/libtsk19

$ dpkg-gensymbols -v4.9.0 -plibtsk19 -P/tmp/libtsk19 -O/tmp/libtsk19.symbols1

$ sed 's/ \(_.*\) \(.*\)/ (c++)"\1" \2/' libtsk19.symbols1 | c++filt >
libtsk19.symbols


Please can someone explain to me how to generate the symbols correctly?


I still have another lintian, after Bump to DH 13, FTBFS occurred, to solve this
i added usr/lib/*/libtsk.la in debian/libtsk19.install

dh_missing: warning: usr/lib/x86_64-linux-gnu/libtsk.la exists in debian/tmp but
is not installed to anywhere

however, another lintian arises non-empty-dependency_libs-in-la-file, I didn't
know that [1], so I kept DH level 12.

[1]: https://wiki.debian.org/ReleaseGoals/LAFileRemoval


Regards.
-- 
Francisco Vilmar Cardoso Ruviaro <francisco.ruviaro@riseup.net>
4096R: 1B8C F656 EF3B 8447 2F48 F0E7 82FB F706 0B2F 7D00


Reply to: