Control: tags 1097369 + pending

Dear maintainer,

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

cu
Adrian
diffstat for macutils-2.0b3 macutils-2.0b3

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

diff -Nru macutils-2.0b3/debian/changelog macutils-2.0b3/debian/changelog
--- macutils-2.0b3/debian/changelog	2021-12-22 21:14:27.000000000 +0200
+++ macutils-2.0b3/debian/changelog	2025-10-04 11:27:59.000000000 +0300
@@ -1,3 +1,12 @@
+macutils (2.0b3-17.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -std=gnu17 to workaround FTBFS with GCC 15.
+    (Closes: #1097369)
+  * Build with -g to fix empty macutils-dbgsym.
+
+ -- Adrian Bunk <b...@debian.org>  Sat, 04 Oct 2025 11:27:59 +0300
+
 macutils (2.0b3-17) unstable; urgency=low
 
   * Upgrade standards (Closes: #965711)
diff -Nru macutils-2.0b3/debian/patches/gcc-15.patch macutils-2.0b3/debian/patches/gcc-15.patch
--- macutils-2.0b3/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ macutils-2.0b3/debian/patches/gcc-15.patch	2025-10-04 11:27:59.000000000 +0300
@@ -0,0 +1,16 @@
+Description: Build with -std=gnu17 to workaround FTBFS with GCC 15
+ Also build with -g to fix empty macutils-dbgsym.
+Author: Adrian Bunk <b...@debian.org>
+Bug-Debian: https://bugs.debian.org/1097369
+
+--- macutils-2.0b3.orig/makefile
++++ macutils-2.0b3/makefile
+@@ -24,7 +24,7 @@ BINDIR =	/ufs/dik/tmpbin
+ #
+ # -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system
+ #
+-CF =	-DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE
++CF =	-DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE -g -std=gnu17
+ 
+ all:
+ 	(cd crc; make CF='$(CF)')
diff -Nru macutils-2.0b3/debian/patches/series macutils-2.0b3/debian/patches/series
--- macutils-2.0b3/debian/patches/series	2021-12-22 21:14:27.000000000 +0200
+++ macutils-2.0b3/debian/patches/series	2025-10-04 11:27:59.000000000 +0300
@@ -1,2 +1,3 @@
 debian-changes-2.0b3-16
 warnings-2.0b3-17.diff
+gcc-15.patch

Reply via email to