On Friday 15 April 2016 16:16:34 Gianfranco Costamagna wrote: > *too* many embedded libraries, please try to exclude them, or list the > copyrights correctly. > > libtomcrypt > libtommath > bzip2 > zlib > lzma
Upstream tarball comes with all those embedded libraries included. But for Debian we use system version of zlib, bzip2, libtomcrypt and libtommath libraries (see cmake switch and CMakeLists.txt). Lzma implementation in stormlib is different as in Debian and Debian does not provide version with compatible API/ABI. So in this case, how to update copyright? Just for src/lzma? Or for all other embedded libraries even when they are not used and needed? > std-version is 3.9.8 please update > watch file is broken "<project>" needs to be changed Ok. > static libraries --> why? Lot of (or maybe all?) Debian packages with -dev suffix contains also static linked .a library. So stormlib build it too... -- Pali Rohár [email protected]

