Bug#1096479: creduce: diff for NMU version 2.11.0~20240909-2.1
Control: tags 1096479 + patch
Control: tags 1096479 + pending
Dear maintainer,
I've prepared an NMU for creduce (versioned as 2.11.0~20240909-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it.
cu
Adrian
diffstat for creduce-2.11.0~20240909 creduce-2.11.0~20240909
changelog | 8 ++++++++
rules | 2 ++
2 files changed, 10 insertions(+)
diff -Nru creduce-2.11.0~20240909/debian/changelog creduce-2.11.0~20240909/debian/changelog
--- creduce-2.11.0~20240909/debian/changelog 2025-02-10 13:50:32.000000000 +0200
+++ creduce-2.11.0~20240909/debian/changelog 2025-09-21 20:11:25.000000000 +0300
@@ -1,3 +1,11 @@
+creduce (2.11.0~20240909-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Build with -std=gnu17 to workaround FTBFS with GCC 15.
+ (Closes: #1096479)
+
+ -- Adrian Bunk <bunk@debian.org> Sun, 21 Sep 2025 20:11:25 +0300
+
creduce (2.11.0~20240909-2) unstable; urgency=medium
* Remove build dependency on frama-c, removed from testing.
diff -Nru creduce-2.11.0~20240909/debian/rules creduce-2.11.0~20240909/debian/rules
--- creduce-2.11.0~20240909/debian/rules 2025-02-10 13:50:28.000000000 +0200
+++ creduce-2.11.0~20240909/debian/rules 2025-09-21 20:11:25.000000000 +0300
@@ -15,6 +15,8 @@
CLANG = clang-$(CLANG_V)
GCC = gcc
+export DEB_CFLAGS_MAINT_APPEND = -std=gnu17
+
ifneq (,$(filter $(DEB_HOST_ARCH),armel))
export LIBATOMIC = -latomic
endif
Reply to: