Your message dated Sat, 07 Oct 2017 11:33:55 +0100
with message-id <1507372435.18586.64.ca...@adam-barratt.org.uk>
and subject line Closing bugs for 9.2 point release
has caused the Debian Bug report #868809,
regarding stretch-pu: package kanatest/0.4.8-3+b1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
868809: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868809
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 9.2
Hi.
The updates referenced by each of these bugs was included in today's
point release of stretch.
Regards,
Adam
--- End Message ---