Control: tags 1097544 + patch Control: tags 1097544 + pending Dear maintainer,
I've prepared an NMU for paps (versioned as 0.6.8-7.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for paps-0.6.8 paps-0.6.8 changelog | 7 +++++++ patches/gcc-15.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru paps-0.6.8/debian/changelog paps-0.6.8/debian/changelog --- paps-0.6.8/debian/changelog 2024-02-29 21:33:07.000000000 +0200 +++ paps-0.6.8/debian/changelog 2025-10-22 20:25:05.000000000 +0300 @@ -1,3 +1,10 @@ +paps (0.6.8-7.3) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1097544) + + -- Adrian Bunk <[email protected]> Wed, 22 Oct 2025 20:25:05 +0300 + paps (0.6.8-7.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru paps-0.6.8/debian/patches/gcc-15.patch paps-0.6.8/debian/patches/gcc-15.patch --- paps-0.6.8/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ paps-0.6.8/debian/patches/gcc-15.patch 2025-10-22 20:25:05.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1097544 + +--- paps-0.6.8.orig/src/paps.c ++++ paps-0.6.8/src/paps.c +@@ -373,7 +373,7 @@ int main(int argc, char *argv[]) + title = filename_in; + + paps = paps_new(); +- pango_context = paps_get_pango_context (paps); ++ pango_context = paps_get_pango_context (); + + /* Setup pango */ + pango_context_set_language (pango_context, get_language ()); diff -Nru paps-0.6.8/debian/patches/series paps-0.6.8/debian/patches/series --- paps-0.6.8/debian/patches/series 2016-11-24 19:39:59.000000000 +0200 +++ paps-0.6.8/debian/patches/series 2025-10-22 20:25:05.000000000 +0300 @@ -7,3 +7,4 @@ fix-loop-in-split shared-library fix-as-needed +gcc-15.patch

