[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1116228: tokodon: diff for NMU version 25.04.3-1.1



Control: tags 1116228 + pending

Dear maintainer,

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

cu
Adrian
diffstat for tokodon-25.04.3 tokodon-25.04.3

 changelog |    7 +++++++
 rules     |    5 +++++
 2 files changed, 12 insertions(+)

diff -Nru tokodon-25.04.3/debian/changelog tokodon-25.04.3/debian/changelog
--- tokodon-25.04.3/debian/changelog	2025-07-24 19:34:20.000000000 +0300
+++ tokodon-25.04.3/debian/changelog	2025-09-25 20:34:20.000000000 +0300
@@ -1,3 +1,10 @@
+tokodon (25.04.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Workaround GCC running out of memory on armhf. (Closes: #1116228)
+
+ -- Adrian Bunk <bunk@debian.org>  Thu, 25 Sep 2025 20:34:20 +0300
+
 tokodon (25.04.3-1) unstable; urgency=medium
 
   [ Aurélien COUDERC ]
diff -Nru tokodon-25.04.3/debian/rules tokodon-25.04.3/debian/rules
--- tokodon-25.04.3/debian/rules	2024-10-25 00:47:24.000000000 +0300
+++ tokodon-25.04.3/debian/rules	2025-09-25 20:34:20.000000000 +0300
@@ -2,6 +2,11 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+# workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119015
+ifneq (,$(filter $(DEB_HOST_ARCH), armhf))
+  export DEB_CXXFLAGS_MAINT_APPEND += -fno-inline
+endif
+
 %:
 	dh $@
 

Reply to: