Control: tags 1114066 + patch
Control: tags 1114066 + pending

Dear maintainer,

I've prepared an NMU for bitlbee-mastodon (versioned as 1.4.5-1.1) and 
uploaded it to DELAYED/14. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for bitlbee-mastodon-1.4.5 bitlbee-mastodon-1.4.5

 changelog            |    7 +++++++
 patches/gcc-15.patch |   18 ++++++++++++++++++
 patches/series       |    1 +
 3 files changed, 26 insertions(+)

diff -Nru bitlbee-mastodon-1.4.5/debian/changelog bitlbee-mastodon-1.4.5/debian/changelog
--- bitlbee-mastodon-1.4.5/debian/changelog	2022-01-10 23:09:04.000000000 +0200
+++ bitlbee-mastodon-1.4.5/debian/changelog	2025-10-11 10:35:55.000000000 +0300
@@ -1,3 +1,10 @@
+bitlbee-mastodon (1.4.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 15. (Closes: #1114066)
+
+ -- Adrian Bunk <[email protected]>  Sat, 11 Oct 2025 10:35:55 +0300
+
 bitlbee-mastodon (1.4.5-1) unstable; urgency=medium
 
   * new upstream release (Closes: #1003407)
diff -Nru bitlbee-mastodon-1.4.5/debian/patches/gcc-15.patch bitlbee-mastodon-1.4.5/debian/patches/gcc-15.patch
--- bitlbee-mastodon-1.4.5/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ bitlbee-mastodon-1.4.5/debian/patches/gcc-15.patch	2025-10-11 10:35:55.000000000 +0300
@@ -0,0 +1,18 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1114066
+
+--- bitlbee-mastodon-1.4.5.orig/src/mastodon-lib.c
++++ bitlbee-mastodon-1.4.5/src/mastodon-lib.c
+@@ -2093,9 +2093,9 @@ static char *indent(int n)
+ /**
+  * Return a static yes or no string. No deallocation needed.
+  */
+-static char *yes_or_no(int bool)
++static char *yes_or_no(int yesno)
+ {
+-	return bool ? "yes" : "no";
++	return yesno ? "yes" : "no";
+ }
+ 
+ /**
diff -Nru bitlbee-mastodon-1.4.5/debian/patches/series bitlbee-mastodon-1.4.5/debian/patches/series
--- bitlbee-mastodon-1.4.5/debian/patches/series	2022-01-10 23:09:04.000000000 +0200
+++ bitlbee-mastodon-1.4.5/debian/patches/series	2025-10-11 10:35:55.000000000 +0300
@@ -1 +1,2 @@
 # You must remove unused comment lines for the released package.
+gcc-15.patch

Reply via email to