Control: tags 1097389 + patch
Control: tags 1097389 + pending

Dear maintainer,

I've prepared an NMU for mftrace (versioned as 1.2.20+git20191022.3b4bc2e-3.1)
and uploaded it to DELAYED/14. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for mftrace-1.2.20+git20191022.3b4bc2e mftrace-1.2.20+git20191022.3b4bc2e

 changelog            |    8 ++++++++
 control              |    2 +-
 patches/gcc-15.patch |   22 ++++++++++++++++++++++
 patches/series       |    1 +
 4 files changed, 32 insertions(+), 1 deletion(-)

diff -Nru mftrace-1.2.20+git20191022.3b4bc2e/debian/changelog mftrace-1.2.20+git20191022.3b4bc2e/debian/changelog
--- mftrace-1.2.20+git20191022.3b4bc2e/debian/changelog	2023-02-06 09:38:26.000000000 +0200
+++ mftrace-1.2.20+git20191022.3b4bc2e/debian/changelog	2025-09-30 22:56:29.000000000 +0300
@@ -1,3 +1,11 @@
+mftrace (1.2.20+git20191022.3b4bc2e-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 15. (Closes: #1097389)
+  * debian/control: Update Homepage
+
+ -- Adrian Bunk <[email protected]>  Tue, 30 Sep 2025 22:56:29 +0300
+
 mftrace (1.2.20+git20191022.3b4bc2e-3) unstable; urgency=medium
 
   * Update d/control:
diff -Nru mftrace-1.2.20+git20191022.3b4bc2e/debian/control mftrace-1.2.20+git20191022.3b4bc2e/debian/control
--- mftrace-1.2.20+git20191022.3b4bc2e/debian/control	2023-02-06 09:38:26.000000000 +0200
+++ mftrace-1.2.20+git20191022.3b4bc2e/debian/control	2025-09-30 22:56:29.000000000 +0300
@@ -16,7 +16,7 @@
 Rules-Requires-Root: no
 Vcs-Git: https://salsa.debian.org/debian/mftrace.git
 Vcs-Browser: https://salsa.debian.org/debian/mftrace
-Homepage: https://lilypond.org/mftrace/index.html
+Homepage: https://lilypond.org/download/sources/mftrace/
 
 Package: mftrace
 Architecture: any
diff -Nru mftrace-1.2.20+git20191022.3b4bc2e/debian/patches/gcc-15.patch mftrace-1.2.20+git20191022.3b4bc2e/debian/patches/gcc-15.patch
--- mftrace-1.2.20+git20191022.3b4bc2e/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ mftrace-1.2.20+git20191022.3b4bc2e/debian/patches/gcc-15.patch	2025-09-30 22:56:29.000000000 +0300
@@ -0,0 +1,22 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1097389
+
+--- mftrace-1.2.20+git20191022.3b4bc2e.orig/gf2pbm.c
++++ mftrace-1.2.20+git20191022.3b4bc2e/gf2pbm.c
+@@ -32,6 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE
+ #include <string.h>
+ #include <unistd.h>		/* getopt. */
+ #include <strings.h>
++#include <stdbool.h>
+ 
+ #include "config.h"
+ 
+@@ -106,7 +107,6 @@ BMUNIT	bit_masks[33] = {
+ #endif
+ #endif
+ 
+-typedef enum {false,true}bool;
+ bool debug;
+ 
+ struct font {
diff -Nru mftrace-1.2.20+git20191022.3b4bc2e/debian/patches/series mftrace-1.2.20+git20191022.3b4bc2e/debian/patches/series
--- mftrace-1.2.20+git20191022.3b4bc2e/debian/patches/series	2023-02-06 09:38:26.000000000 +0200
+++ mftrace-1.2.20+git20191022.3b4bc2e/debian/patches/series	2025-09-30 22:56:29.000000000 +0300
@@ -1,3 +1,4 @@
 001-configure
 002-dbgsym-fix
 003-version-and-echo
+gcc-15.patch

Reply via email to