diffstat for lunar-2.2 lunar-2.2

 changelog |    8 ++++++++
 rules     |    1 +
 2 files changed, 9 insertions(+)

diff -Nru lunar-2.2/debian/changelog lunar-2.2/debian/changelog
--- lunar-2.2/debian/changelog	2020-12-16 05:47:14.000000000 +0200
+++ lunar-2.2/debian/changelog	2025-10-03 23:32:57.000000000 +0300
@@ -1,3 +1,11 @@
+lunar (2.2-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -std=gnu17 to workaround FTBFS with GCC 15.
+    (Closes: #1097320)
+
+ -- Adrian Bunk <bunk@debian.org>  Fri, 03 Oct 2025 23:32:57 +0300
+
 lunar (2.2-9) unstable; urgency=medium
 
   [ xiao sheng wen (肖盛文) ]
diff -Nru lunar-2.2/debian/rules lunar-2.2/debian/rules
--- lunar-2.2/debian/rules	2020-05-15 05:12:49.000000000 +0300
+++ lunar-2.2/debian/rules	2025-10-03 23:32:57.000000000 +0300
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CFLAGS_MAINT_APPEND = -std=gnu17
 
 %:
 	dh $@
