Package: edflib / 1.27-2

Metadata

Package Version Patches format
edflib 1.27-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
addcmake.patch | (download)

CMakeLists.txt | 52 52 + 0 - 0 !
1 file changed, 52 insertions(+)

 add a build system
 Note upstream preferred not to include it.
properly check for exp10.patch | (download)

CMakeLists.txt | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 properly check for exp10
fix unittest.patch | (download)

unittest/Makefile | 11 5 + 6 - 0 !
1 file changed, 5 insertions(+), 6 deletions(-)

 fix tests makefile to pass during autopkgtests
enable static lib generation.patch | (download)

CMakeLists.txt | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 also vendor static lib with an ulterior motive of making d-shlibs work
cmake 4.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 bump cmake minimum requirement to 3.10.
 This fixes errors and warnings raised by cmake 4 onwards.
 Forwarding is not needed because cmake is Debian specific.