Control: tags 1110451 + patch Control: tags 1110451 + pending Dear maintainer,
I've prepared an NMU for efibootmgr (versioned as 18-4.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for efibootmgr-18 efibootmgr-18 changelog | 7 +++++++ patches/no-fatal-warnings.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru efibootmgr-18/debian/changelog efibootmgr-18/debian/changelog --- efibootmgr-18/debian/changelog 2025-08-20 07:02:14.000000000 +0300 +++ efibootmgr-18/debian/changelog 2025-12-29 20:20:44.000000000 +0200 @@ -1,3 +1,10 @@ +efibootmgr (18-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Don't build with -Wl,--fatal-warnings. (Closes: #1110451) + + -- Adrian Bunk <[email protected]> Mon, 29 Dec 2025 20:20:44 +0200 + efibootmgr (18-4) unstable; urgency=medium * d/control: Build for exact same architectures as efivar diff -Nru efibootmgr-18/debian/patches/no-fatal-warnings.patch efibootmgr-18/debian/patches/no-fatal-warnings.patch --- efibootmgr-18/debian/patches/no-fatal-warnings.patch 1970-01-01 02:00:00.000000000 +0200 +++ efibootmgr-18/debian/patches/no-fatal-warnings.patch 2025-12-29 20:20:44.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Don't build with -Wl,--fatal-warnings +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1110451 + +--- efibootmgr-18.orig/Make.defaults ++++ efibootmgr-18/Make.defaults +@@ -48,7 +48,7 @@ cflags = $(EXTRALIBDIR) $(EXTRAINCDIR) $ + $(call pkg-config-cflags) + clang_ccldflags = + gcc_ccldflags = -fno-merge-constants \ +- -Wl,--fatal-warnings,--no-allow-shlib-undefined \ ++ -Wl,--no-allow-shlib-undefined \ + -Wl,-O2 -Wl,--no-undefined-version + ccldflags = $(cflags) $(CCLDFLAGS) $(LDFLAGS) \ + $(if $(findstring clang,$(CCLD)),$(clang_ccldflags),) \ diff -Nru efibootmgr-18/debian/patches/series efibootmgr-18/debian/patches/series --- efibootmgr-18/debian/patches/series 2025-08-18 23:03:51.000000000 +0300 +++ efibootmgr-18/debian/patches/series 2025-12-29 20:20:44.000000000 +0200 @@ -1 +1,2 @@ 0001-Format-File-instead-of-just-File-.shim.efi-as-string.patch +no-fatal-warnings.patch

