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.

(The maintainer changes were already in Salsa.)

diff -Nru gulkan-0.15.1/debian/changelog gulkan-0.15.1/debian/changelog
--- gulkan-0.15.1/debian/changelog      2024-02-28 09:21:22.000000000 +0000
+++ gulkan-0.15.1/debian/changelog      2025-03-08 13:51:17.000000000 +0000
@@ -1,3 +1,16 @@
+gulkan (0.15.1-2.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Be compatible with gcc 14. (Closes: #1086208)
+
+  [ Héctor Orón Martínez ]
+  * Drop myself from uploaders.
+
+  [ Andrej Shadura ]
+  * Switch to team maintenance.
+
+ -- Rebecca N. Palmer <rebecca_pal...@zoho.com> Sat, 08 Mar 2025 13:51:17 +0000
+
 gulkan (0.15.1-2.2) unstable; urgency=medium

   * Non-maintainer upload.
diff -Nru gulkan-0.15.1/debian/control gulkan-0.15.1/debian/control
--- gulkan-0.15.1/debian/control        2024-02-28 09:21:22.000000000 +0000
+++ gulkan-0.15.1/debian/control        2024-12-15 21:07:00.000000000 +0000
@@ -1,7 +1,10 @@
 Source: gulkan
 Priority: optional
-Maintainer: Andrew Lee (李健秋) <ajq...@debian.org>
-Uploaders: Héctor Orón Martínez <zu...@debian.org>
+Maintainer: Debian xrdesktop Team <team+xrdesk...@tracker.debian.org>
+Uploaders:
+ Andrej Shadura <andre...@debian.org>,
+ Lubosz Sarnecki <lubosz.sarne...@collabora.com>,
+ Christoph Haag <christoph.h...@collabora.com>,
 Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11),
                glslang-tools,
                gtk-doc-tools,
diff -Nru gulkan-0.15.1/debian/patches/gcc-14-compat-1086208.patch gulkan-0.15.1/debian/patches/gcc-14-compat-1086208.patch --- gulkan-0.15.1/debian/patches/gcc-14-compat-1086208.patch 1970-01-01 01:00:00.000000000 +0100 +++ gulkan-0.15.1/debian/patches/gcc-14-compat-1086208.patch 2024-12-15 21:14:27.000000000 +0000
@@ -0,0 +1,18 @@
+Description: Vulkan handles are not pointers on 32 bit
+
+Author: Rebecca N. Palmer <rebecca_pal...@zoho.com>
+Bug-Debian: https://bugs.debian.org/1086208
+Forwarded: no
+Last-Update: 2024-12-15
+
+--- gulkan-0.15.1.orig/src/gulkan-frame-buffer.c
++++ gulkan-0.15.1/src/gulkan-frame-buffer.c
+@@ -315,7 +315,7 @@ _init_frame_buffer (GulkanFrameBuffer *s
+     .attachmentCount = self->use_depth ? 2 : 1,
+     .pAttachments = (VkImageView[]) {
+       self->color_image_view,
+-      self->use_depth ? self->depth_stencil_image_view : NULL
++      self->use_depth ? self->depth_stencil_image_view : VK_NULL_HANDLE
+     },
+     .width = self->extent.width,
+     .height = self->extent.height,
diff -Nru gulkan-0.15.1/debian/patches/series gulkan-0.15.1/debian/patches/series
--- gulkan-0.15.1/debian/patches/series 2022-01-06 12:39:03.000000000 +0000
+++ gulkan-0.15.1/debian/patches/series 2024-12-15 21:12:51.000000000 +0000
@@ -1 +1,2 @@
 0001-Fix-incompatible-types.patch
+gcc-14-compat-1086208.patch

Reply via email to