Control: tags 1096509 + pending

Dear maintainer,

I've prepared an NMU for dbusada (versioned as 0.6.3-2.1) and uploaded 
it to DELAYED/2. Please feel free to tell me if I should cancel it.

cu
Adrian
diffstat for dbusada-0.6.3 dbusada-0.6.3

 changelog                                                          |    7 ++
 patches/0001-Make-C-sources-compatible-with-the-C23-standard.patch |   25 ++++++++++
 patches/series                                                     |    1 
 3 files changed, 33 insertions(+)

diff -Nru dbusada-0.6.3/debian/changelog dbusada-0.6.3/debian/changelog
--- dbusada-0.6.3/debian/changelog	2025-03-19 16:56:29.000000000 +0200
+++ dbusada-0.6.3/debian/changelog	2025-09-22 13:29:06.000000000 +0300
@@ -1,3 +1,10 @@
+dbusada (0.6.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add upstream fix for FTBFS with GCC 15. (Closes: #1096509)
+
+ -- Adrian Bunk <[email protected]>  Mon, 22 Sep 2025 13:29:06 +0300
+
 dbusada (0.6.3-2) unstable; urgency=medium
 
   * Reupload to unstable for the gnat-14 transition.  Closes: #1100460.
diff -Nru dbusada-0.6.3/debian/patches/0001-Make-C-sources-compatible-with-the-C23-standard.patch dbusada-0.6.3/debian/patches/0001-Make-C-sources-compatible-with-the-C23-standard.patch
--- dbusada-0.6.3/debian/patches/0001-Make-C-sources-compatible-with-the-C23-standard.patch	1970-01-01 02:00:00.000000000 +0200
+++ dbusada-0.6.3/debian/patches/0001-Make-C-sources-compatible-with-the-C23-standard.patch	2025-09-22 13:25:21.000000000 +0300
@@ -0,0 +1,25 @@
+From ebbce3506cbc4af117cbdf9aeca45cd211579d5c Mon Sep 17 00:00:00 2001
+From: Nicolas Boulenguez <[email protected]>
+Date: Fri, 28 Mar 2025 09:35:56 +0100
+Subject: Make C sources compatible with the C23 standard
+
+---
+ tests/c/dbus-rebound.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/c/dbus-rebound.c b/tests/c/dbus-rebound.c
+index 69e7c33..f369f51 100644
+--- a/tests/c/dbus-rebound.c
++++ b/tests/c/dbus-rebound.c
+@@ -131,7 +131,7 @@ static void teardown ()
+ 	g_unlink (ADDR);
+ }
+ 
+-void sigterm ()
++void sigterm (int signum)
+ {
+ 	g_main_loop_quit (loop);
+ }
+-- 
+2.30.2
+
diff -Nru dbusada-0.6.3/debian/patches/series dbusada-0.6.3/debian/patches/series
--- dbusada-0.6.3/debian/patches/series	2025-03-19 16:55:11.000000000 +0200
+++ dbusada-0.6.3/debian/patches/series	2025-09-22 13:28:59.000000000 +0300
@@ -1,2 +1,3 @@
 0001-Disable-message-dispatcher-tests.patch
 translate-with-build-flags.diff
+0001-Make-C-sources-compatible-with-the-C23-standard.patch

Reply via email to