Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Hi, I would like to update kanatest in Stretch because of [1]. It is basically unusable at the moment. Unfortunately nobody noticed it in time. The patch removes some compile time options that will prevent implicit pointer conversion and also the segmentation fault at startup. Please find attached the debdiff. Regards, Markus [1] https://bugs.debian.org/868315
diff -Nru kanatest-0.4.8/debian/changelog kanatest-0.4.8/debian/changelog --- kanatest-0.4.8/debian/changelog 2013-06-28 10:40:19.000000000 +0200 +++ kanatest-0.4.8/debian/changelog 2017-07-18 22:30:55.000000000 +0200 @@ -1,3 +1,12 @@ +kanatest (0.4.8-3+deb9u1) stretch; urgency=medium + + * Team upload. + * Apply remove-DISABLE_DEPRECATED-flags.patch because those flags cause + implicit pointer conversion and thus a segmentation fault on startup. + (Closes: #868315) + + -- Markus Koschany <a...@debian.org> Tue, 18 Jul 2017 22:30:55 +0200 + kanatest (0.4.8-3) unstable; urgency=low * Add patch to drop GTK_DISABLE_DEPRECATED. (Closes: #634350). diff -Nru kanatest-0.4.8/debian/patches/remove-DISABLE_DEPRECATED-flags.patch kanatest-0.4.8/debian/patches/remove-DISABLE_DEPRECATED-flags.patch --- kanatest-0.4.8/debian/patches/remove-DISABLE_DEPRECATED-flags.patch 1970-01-01 01:00:00.000000000 +0100 +++ kanatest-0.4.8/debian/patches/remove-DISABLE_DEPRECATED-flags.patch 2017-07-18 22:30:55.000000000 +0200 @@ -0,0 +1,24 @@ +From: Markus Koschany <a...@debian.org> +Date: Tue, 18 Jul 2017 02:27:59 +0200 +Subject: remove DISABLE_DEPRECATED flags + +Bug-Debian: https://bugs.debian.org/868315 +Forwarded: no (project is inactive) +--- + src/Makefile.in | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/src/Makefile.in b/src/Makefile.in +index b164e5a..3bb5827 100644 +--- a/src/Makefile.in ++++ b/src/Makefile.in +@@ -148,8 +148,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + var = @var@ + REVISION := $(shell if test -e .svn; then echo -DREV=\"`LC_ALL=C svn info | sed -n '/^Rev/p'| sed -e 's/^Revision:\ //'`\"; fi;) +-AM_CPPFLAGS = -Wall -DLOCALEDIR=\"$(datadir)/locale\" $(REVISION) \ +- -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED ++AM_CPPFLAGS = -Wall -DLOCALEDIR=\"$(datadir)/locale\" $(REVISION) + + kanatest_SOURCES = about.c about.h \ + chart.c chart.h \ diff -Nru kanatest-0.4.8/debian/patches/series kanatest-0.4.8/debian/patches/series --- kanatest-0.4.8/debian/patches/series 2013-06-28 10:40:19.000000000 +0200 +++ kanatest-0.4.8/debian/patches/series 2017-07-18 22:30:55.000000000 +0200 @@ -2,3 +2,4 @@ 002_updated_emails_and_links.patch 003_gtk_ftbfs_fix.patch 004_enable_deprecated.patch +remove-DISABLE_DEPRECATED-flags.patch