Package: kanatest / 0.4.8-4

Metadata

Package Version Patches format
kanatest 0.4.8-4 3.0 (quilt)

Patch series

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

src/gui_utils.h | 4 4 + 0 - 0 !
src/prefs.h | 4 4 + 0 - 0 !
2 files changed, 8 insertions(+)

 hurd does not have path_max
License: GPL-2+

There is no PATH_MAX on Hurd (see [1]), thus define it to something sane.

[1] http://www.debian.org/ports/hurd/hurd-devel-debian

002_updated_emails_and_links.patch | (download)

AUTHORS | 4 2 + 2 - 0 !
README | 6 3 + 3 - 0 !
src/about.c | 10 5 + 5 - 0 !
3 files changed, 10 insertions(+), 10 deletions(-)

 updated emails and links
003_gtk_ftbfs_fix.patch | (download)

src/about.c | 5 5 + 0 - 0 !
src/chart.c | 5 5 + 0 - 0 !
src/gui.c | 42 41 + 1 - 0 !
src/gui_utils.c | 4 2 + 2 - 0 !
src/options.c | 72 66 + 6 - 0 !
src/stats.c | 15 11 + 4 - 0 !
src/test.c | 2 1 + 1 - 0 !
7 files changed, 131 insertions(+), 14 deletions(-)

 compilation fixes (based on patch by miyako miyamura)
004_enable_deprecated.patch | (download)

src/Makefile.am | 2 1 + 1 - 0 !
src/Makefile.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 drop -dgtk_disable_deprecated for now
remove DISABLE_DEPRECATED flags.patch | (download)

src/Makefile.in | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 remove disable_deprecated flags

Bug-Debian: https://bugs.debian.org/868315
with debug symbols.patch | (download)

src/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 with debug symbols

Enable debug symbols.