Your message dated Sat, 19 Jun 2021 10:56:39 +0100
with message-id 
<5c65c3ad2ac9b1b1f78bf73b1cf073041e619b51.ca...@adam-barratt.org.uk>
and subject line Closing p-u requests for fixes included in 10.10 point release
has caused the Debian Bug report #987719,
regarding buster-pu: package berusky2/0.10-7
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 [email protected]
immediately.)


-- 
987719: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987719
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: [email protected]
Usertags: pu

Dear release team,

I'd like to update berusky2 in Buster because of #944431. Philip
Whyett and Bernhard Übelacker fixed a segmentation fault in the game
engine at startup. Please find attached the debdiff.

Regards,

Markus
diff -Nru berusky2-0.10/debian/changelog berusky2-0.10/debian/changelog
--- berusky2-0.10/debian/changelog      2018-10-03 18:17:36.000000000 +0200
+++ berusky2-0.10/debian/changelog      2021-04-28 13:14:06.000000000 +0200
@@ -1,3 +1,12 @@
+berusky2 (0.10-7+deb10u1) buster; urgency=medium
+
+  [ Phil Wyett ]
+  * Add fix segfault at startup patch.
+    - 944431-avoid-no-return-statement-in-function-returning-non-void.patch
+      Thanks to Bernhard Übelacker <[email protected]>. (Closes: #944431)
+
+ -- Markus Koschany <[email protected]>  Wed, 28 Apr 2021 13:14:06 +0200
+
 berusky2 (0.10-7) unstable; urgency=medium
 
   * Switch to compat level 11.
diff -Nru 
berusky2-0.10/debian/patches/944431-avoid-no-return-statement-in-function-returning-non-void.patch
 
berusky2-0.10/debian/patches/944431-avoid-no-return-statement-in-function-returning-non-void.patch
--- 
berusky2-0.10/debian/patches/944431-avoid-no-return-statement-in-function-returning-non-void.patch
  1970-01-01 01:00:00.000000000 +0100
+++ 
berusky2-0.10/debian/patches/944431-avoid-no-return-statement-in-function-returning-non-void.patch
  2021-04-28 13:14:06.000000000 +0200
@@ -0,0 +1,31 @@
+Description: Avoid 'no return statement in function returning non-void'
+Author: Bernhard Übelacker <[email protected]>
+
+Bug-Debian: https://bugs.debian.org/944431
+Forwarded: no
+Last-Update: 2019-11-18
+
+--- berusky2-0.10.orig/src/tmp/compat_mini.cpp
++++ berusky2-0.10/src/tmp/compat_mini.cpp
+@@ -92,7 +92,7 @@ THREAD_HANDLE CreateThread(void *lpThrea
+ 
+ int CloseHandle(THREAD_HANDLE handle)
+ {
+-
++  return 1;
+ }
+ 
+ void ExitThread(dword dwExitCode)
+@@ -103,10 +103,12 @@ void ExitThread(dword dwExitCode)
+ 
+ int SetThreadPriority(THREAD_HANDLE hThread, int nPriority)
+ {
++  return 1;
+ }
+ 
+ int GetThreadPriority(THREAD_HANDLE hThread)
+ {
++  return 0/*THREAD_PRIORITY_NORMAL*/;
+ }
+ 
+ int GetExitCodeThread(THREAD_HANDLE hThread, dword *lpExitCode)
diff -Nru berusky2-0.10/debian/patches/series 
berusky2-0.10/debian/patches/series
--- berusky2-0.10/debian/patches/series 2018-10-03 18:17:36.000000000 +0200
+++ berusky2-0.10/debian/patches/series 2021-04-28 13:14:06.000000000 +0200
@@ -3,3 +3,4 @@
 fix-mmalloc-usage.patch
 gcc-6-FTBFS.patch
 gcc7.patch
+944431-avoid-no-return-statement-in-function-returning-non-void.patch

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.10

Hi,

Each of the updates referenced in these bugs was included in the 10.10
point release today.

Regards,

Adam

--- End Message ---

Reply via email to