Control: tags -1 patch
I am uploading the attached changes as NMU.
diff -Nru efitools-1.9.2/debian/changelog efitools-1.9.2/debian/changelog --- efitools-1.9.2/debian/changelog 2025-09-24 01:07:00.000000000 +0200 +++ efitools-1.9.2/debian/changelog 2026-01-05 22:55:31.000000000 +0100 @@ -1,3 +1,10 @@ +efitools (1.9.2-3.7) unstable; urgency=medium + + * Non-maintainer upload. + * Use objcopy --output-target instead of --target. (Closes: #1122408) + + -- Bastian Germann <[email protected]> Mon, 05 Jan 2026 22:55:31 +0100 + efitools (1.9.2-3.6) unstable; urgency=medium * Non-maintainer upload. diff -Nru efitools-1.9.2/debian/patches/objcopy-output-target.patch efitools-1.9.2/debian/patches/objcopy-output-target.patch --- efitools-1.9.2/debian/patches/objcopy-output-target.patch 1970-01-01 01:00:00.000000000 +0100 +++ efitools-1.9.2/debian/patches/objcopy-output-target.patch 2026-01-05 22:55:31.000000000 +0100 @@ -0,0 +1,15 @@ +Description: Use objcopy --output-target instead of --target +Author: Bastian Germann <[email protected]> +Bug-Debian: https://bugs.debian.org/1122408 +--- +--- efitools-1.9.2.orig/Make.rules ++++ efitools-1.9.2/Make.rules +@@ -30,7 +30,7 @@ CRTOBJS = $(CRTPATH)/$(CRTOBJ) + LDSCRIPT = elf_$(ARCH)_efi.lds + LDFLAGS += -shared -Bsymbolic $(CRTOBJS) -L $(CRTPATH) -L /usr/lib -L /usr/lib64 -T $(LDSCRIPT) + LOADLIBES = -lefi -lgnuefi $(shell $(CC) $(ARCH3264) -print-libgcc-file-name) +-FORMAT = --target=efi-app-$(ARCH) ++FORMAT = --output-target=efi-app-$(ARCH) + OBJCOPY = objcopy + MYGUID = 11111111-2222-3333-4444-123456789abc + INSTALL = install diff -Nru efitools-1.9.2/debian/patches/series efitools-1.9.2/debian/patches/series --- efitools-1.9.2/debian/patches/series 2025-09-24 01:06:56.000000000 +0200 +++ efitools-1.9.2/debian/patches/series 2026-01-05 22:55:31.000000000 +0100 @@ -7,3 +7,4 @@ fix-build-stack-protector.patch no-efi-on-aarch64.patch gcc15.patch +objcopy-output-target.patch

