Package: cuneiform / 1.1.0+dfsg-4

Metadata

Package Version Patches format
cuneiform 1.1.0+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
graphicsmagick.diff | (download)

cuneiform_src/CMakeLists.txt | 13 7 + 6 - 0 !
cuneiform_src/cli/cuneiform-cli.cpp | 4 4 + 0 - 0 !
2 files changed, 11 insertions(+), 6 deletions(-)

 use graphicsmagick instead of imagemagick
libm.diff | (download)

cuneiform_src/Kern/leo/CMakeLists.txt | 1 1 + 0 - 0 !
cuneiform_src/Kern/r35/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 link the leo and r35 libraries with libm
c assert.diff | (download)

cuneiform_src/Kern/lns32/CMakeLists.txt | 1 0 + 1 - 0 !
cuneiform_src/Kern/lns32/src/myassert.h | 44 2 + 42 - 0 !
cuneiform_src/Kern/std/CMakeLists.txt | 1 0 + 1 - 0 !
3 files changed, 2 insertions(+), 44 deletions(-)

 use the standard c assert() macro
 Use the standard C assert() macro, rather than custom Cuneiform one.