Control: tags 1098087 + patch Control: tags 1098087 + pending Control: tags 1106925 + patch Control: tags 1106925 + pending
Dear maintainer, I've prepared an NMU for wdm (versioned as 1.28-27.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for wdm-1.28 wdm-1.28 changelog | 8 ++++++++ control | 1 + patches/gcc-15.patch | 15 +++++++++++++++ patches/series | 1 + 4 files changed, 25 insertions(+) diff -Nru wdm-1.28/debian/changelog wdm-1.28/debian/changelog --- wdm-1.28/debian/changelog 2023-08-29 04:31:18.000000000 +0300 +++ wdm-1.28/debian/changelog 2025-10-25 15:28:08.000000000 +0300 @@ -1,3 +1,11 @@ +wdm (1.28-27.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1098087) + * Add libcrypt-dev to Build-Depends. (Closes: #1106925) + + -- Adrian Bunk <[email protected]> Sat, 25 Oct 2025 15:28:08 +0300 + wdm (1.28-27) unstable; urgency=medium [ Axel Beckert ] diff -Nru wdm-1.28/debian/control wdm-1.28/debian/control --- wdm-1.28/debian/control 2023-08-26 01:55:44.000000000 +0300 +++ wdm-1.28/debian/control 2025-10-25 15:27:59.000000000 +0300 @@ -10,6 +10,7 @@ # Needed due to #959678 in debhelper/13 debhelper (>= 13.1~), dpkg-dev (>= 1.15.7~), + libcrypt-dev, libgif-dev, libjpeg-dev, libpam0g-dev, diff -Nru wdm-1.28/debian/patches/gcc-15.patch wdm-1.28/debian/patches/gcc-15.patch --- wdm-1.28/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ wdm-1.28/debian/patches/gcc-15.patch 2025-10-25 15:28:08.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1098087 + +--- wdm-1.28.orig/src/wdm/Greet.c ++++ wdm-1.28/src/wdm/Greet.c +@@ -140,8 +140,6 @@ static char xsessionArg[256], exitAr + + struct display *Save_d=NULL; + +-extern char **systemEnv(); +- + /**** pipe I/O routines ****/ + + /** The following code was adapted from in.c by Tom Rothamel */ diff -Nru wdm-1.28/debian/patches/series wdm-1.28/debian/patches/series --- wdm-1.28/debian/patches/series 2020-05-03 17:45:45.000000000 +0300 +++ wdm-1.28/debian/patches/series 2025-10-25 15:28:08.000000000 +0300 @@ -9,3 +9,4 @@ 09_pam_session.patch 10_spelling_fixes.patch 11_usr_bin_X11_removal.patch +gcc-15.patch

