[openjk] 04/06: Summarize the Debian patches

Simon McVittie smcv at debian.org
Wed May 13 09:31:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository openjk.

commit cdd4ad0310a76f19c1641bf39c2863add36febf5
Author: Simon McVittie <smcv at debian.org>
Date:   Mon May 11 10:00:32 2015 +0100

    Summarize the Debian patches
---
 debian/changelog | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b5fdfa8..0f81c04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,22 @@
 openjk (0~20150430+dfsg1-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #739486)
+  * Initial Debian patch-set:
+    - avoid using uninitialized variables to set vehicle view angles
+      (upstream PR #665)
+    - fix Linux compilation of the JK2 modules (upstream PR #658)
+    - use C++11-compliant string concatenation (upstream PR #659)
+    - silence a compiler warning in savegame handling by making a
+      function parameter correctly unsigned (upstream PR #658)
+    - be portable to architectures other than x86, x86-64 and 32-bit ARM
+      (briefly tested on powerpc, upstream PR #666)
+    - fix an endianness bug in the zinf-derived MP3 decoder (upstream PR #666)
+    - disarm debug code that would try to write to c:/nofreeentities.txt
+      under certain circumstances (not forwarded yet)
+    - use select() or sleep() instead of busy-waiting between frames
+      (upstream bug #507)
+    - only link the executable to libGL, not to libGL's dependencies
+      such as libX11 (OpenJK only uses GL and SDL directly;
+      not forwarded yet, not necessarily portable beyond GNU/Linux)
 
  -- Simon McVittie <smcv at debian.org>  Mon, 11 May 2015 09:37:33 +0100

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git



More information about the Pkg-games-commits mailing list