Control: tags -1 pending

I have prepared an NMU fixing this bug (debdiff below; also in Salsa), and intend to upload it in 2 days if nobody objects.

diff -Nru gxr-0.15.1/debian/changelog gxr-0.15.1/debian/changelog
--- gxr-0.15.1/debian/changelog 2024-02-28 09:31:43.000000000 +0000
+++ gxr-0.15.1/debian/changelog 2025-03-08 13:13:58.000000000 +0000
@@ -1,3 +1,10 @@
+gxr (0.15.1-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Be compatible with gcc 14. (Closes: #1075057)
+
+ -- Rebecca N. Palmer <rebecca_pal...@zoho.com> Sat, 08 Mar 2025 13:13:58 +0000
+
 gxr (0.15.1-4.1) unstable; urgency=medium

   * Non-maintainer upload.
diff -Nru gxr-0.15.1/debian/patches/gcc-14-compat-1075057.patch gxr-0.15.1/debian/patches/gcc-14-compat-1075057.patch --- gxr-0.15.1/debian/patches/gcc-14-compat-1075057.patch 1970-01-01 01:00:00.000000000 +0100 +++ gxr-0.15.1/debian/patches/gcc-14-compat-1075057.patch 2024-12-15 19:46:58.000000000 +0000
@@ -0,0 +1,18 @@
+Description: subpass is an integer, not a pointer
+
+Author: Andreas Beckmann, Rebecca N. Palmer <rebecca_pal...@zoho.com>
+Bug-Debian: https://bugs.debian.org/1075057
+Forwarded: not-needed
+Last-Update: 2024-12-15
+
+--- gxr-0.15.1.orig/examples/cube/scene-renderer.c
++++ gxr-0.15.1/examples/cube/scene-renderer.c
+@@ -540,7 +540,7 @@ _init_graphics_pipelines (SceneRenderer
+             VK_DYNAMIC_STATE_SCISSOR,
+           }
+         },
+-        .subpass = VK_NULL_HANDLE
++        .subpass = 0
+       };
+
+       GulkanClient *gc = gxr_context_get_gulkan (self->context);
diff -Nru gxr-0.15.1/debian/patches/series gxr-0.15.1/debian/patches/series
--- gxr-0.15.1/debian/patches/series    1970-01-01 01:00:00.000000000 +0100
+++ gxr-0.15.1/debian/patches/series    2024-12-15 19:44:25.000000000 +0000
@@ -0,0 +1 @@
+gcc-14-compat-1075057.patch

Reply via email to