Your message dated Sat, 09 Dec 2017 10:46:36 +0000
with message-id <1512816396.1994.30.ca...@adam-barratt.org.uk>
and subject line Closing bugs for updates included in stretch point release
has caused the Debian Bug report #878576,
regarding stretch-pu: package berusky/1.7-1+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.)
--
878576: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878576
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 berusky in Stretch. The Jessie version is not
affected. The game crashes on startup with certain video card
configurations. This makes the game unplayable.
This is Debian bug #877979.
https://bugs.debian.org/877979
The issue is already fixed in sid and buster. Please find attached the
debdiff for stretch.
Regards,
Markus
diff -Nru berusky-1.7/debian/changelog berusky-1.7/debian/changelog
--- berusky-1.7/debian/changelog 2016-06-12 13:50:54.000000000 +0200
+++ berusky-1.7/debian/changelog 2017-10-14 19:55:16.000000000 +0200
@@ -1,3 +1,10 @@
+berusky (1.7-1+deb9u1) stretch; urgency=medium
+
+ * Add crash-on-startup.patch and fix the startup crash with certain
+ video card configurations. (Closes: #877979)
+
+ -- Markus Koschany <a...@debian.org> Sat, 14 Oct 2017 19:55:16 +0200
+
berusky (1.7-1) unstable; urgency=medium
* Imported Upstream version 1.7. (Closes: #687690)
diff -Nru berusky-1.7/debian/patches/crash-on-startup.patch
berusky-1.7/debian/patches/crash-on-startup.patch
--- berusky-1.7/debian/patches/crash-on-startup.patch 1970-01-01
01:00:00.000000000 +0100
+++ berusky-1.7/debian/patches/crash-on-startup.patch 2017-10-14
19:55:16.000000000 +0200
@@ -0,0 +1,24 @@
+From: Markus Koschany <a...@debian.org>
+Date: Sat, 14 Oct 2017 19:53:16 +0200
+Subject: crash on startup
+
+Bug-Debian: https://bugs.debian.org/877979
+---
+ src/2d_graph.h | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/2d_graph.h b/src/2d_graph.h
+index 1f012dd..1a66076 100644
+--- a/src/2d_graph.h
++++ b/src/2d_graph.h
+@@ -749,7 +749,9 @@ public:
+ void check(void);
+
+ graph_2d(tpos dx, tpos dy, int depth, bool fullscreen)
+- : store(SURFACES, SPRITES),
++ : p_screen_surface(NULL),
++ p_screen(NULL),
++ store(SURFACES, SPRITES),
+ rect_last(0)
+ {
+ /* sdl init */
diff -Nru berusky-1.7/debian/patches/series berusky-1.7/debian/patches/series
--- berusky-1.7/debian/patches/series 2016-06-12 13:50:54.000000000 +0200
+++ berusky-1.7/debian/patches/series 2017-10-14 19:55:16.000000000 +0200
@@ -3,3 +3,4 @@
05-no-editor.patch
11-german-po.patch
12-locale.patch
+crash-on-startup.patch
--- End Message ---
--- Begin Message ---
Version: 9.3
Hi,
Each of the updates referenced in these bugs was included in this
morning's stretch point release. Thanks!
Regards,
Adam
--- End Message ---