Package: libcomps / 0.1.22-1

Metadata

Package Version Patches format
libcomps 0.1.22-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 libcomps CMakeLists.txt_libcomps tests CMakeL.patch | (download)

libcomps/CMakeLists.txt | 3 2 + 1 - 0 !
libcomps/tests/CMakeLists.txt | 18 9 + 9 - 0 !
2 files changed, 11 insertions(+), 10 deletions(-)

 [patch] search for libcheck via pkg-config instead of cmake; use static version.

Within Debian, only the static libcheck library is shipped. cmake's find script
will find that, but not use it correctly since the static library requires
additional private libraries and definitions.

Getting these via pkg-config is trivial, so switch to using this system
instead.

0003 Doxyfile.user.in_make builds reproducible.patch | (download)

libcomps/docs/Doxyfile.user.in | 2 1 + 1 - 0 !
libcomps/src/python/docs/Doxyfile.user.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 [patch] make documentation builds reproducible.

Doxygen includes the full path to sources in its documentation by default,
which makes builds non-reproducible.

Instruct it to use the shortest possible path that makes file names unique
instead.