diff -Nru syslinux-6.04~git20171011.af7e95c3+dfsg1/debian/changelog syslinux-6.04~git20171011.af7e95c3+dfsg1/debian/changelog --- syslinux-6.04~git20171011.af7e95c3+dfsg1/debian/changelog 2019-01-09 15:33:37.000000000 +0000 +++ syslinux-6.04~git20171011.af7e95c3+dfsg1/debian/changelog 2019-02-18 09:14:13.000000000 +0000 @@ -1,3 +1,10 @@ +syslinux (3:6.04~git20171011.af7e95c3+dfsg1-4ubuntu1.18.10.2) cosmic; urgency=medium + + * debian/patches/gnu-efi_3.0.8_support.patch: We're using -zuldefs, but also + still need to be doing the LIBS filtering correctly. Oops. (LP: #1790709) + + -- Mathieu Trudel-Lapierre Mon, 18 Feb 2019 10:14:13 +0100 + syslinux (3:6.04~git20171011.af7e95c3+dfsg1-4ubuntu1.18.10.1) cosmic; urgency=medium * debian/patches/gnu-efi_3.0.8_support.patch: link syslinux.so using diff -Nru syslinux-6.04~git20171011.af7e95c3+dfsg1/debian/patches/gnu-efi_3.0.8_support.patch syslinux-6.04~git20171011.af7e95c3+dfsg1/debian/patches/gnu-efi_3.0.8_support.patch --- syslinux-6.04~git20171011.af7e95c3+dfsg1/debian/patches/gnu-efi_3.0.8_support.patch 2019-01-09 15:31:47.000000000 +0000 +++ syslinux-6.04~git20171011.af7e95c3+dfsg1/debian/patches/gnu-efi_3.0.8_support.patch 2019-02-18 08:24:39.000000000 +0000 @@ -9,16 +9,6 @@ =================================================================== --- syslinux-6.04~git20171011.af7e95c3+dfsg1.orig/efi/Makefile +++ syslinux-6.04~git20171011.af7e95c3+dfsg1/efi/Makefile -@@ -41,9 +41,6 @@ CORE_OBJS += $(addprefix $(OBJ)/../core/ - fs/pxe/pxe.o fs/pxe/tftp.o fs/pxe/urlparse.o fs/pxe/dhcp_option.o \ - fs/pxe/ftp.o fs/pxe/ftp_readdir.o fs/pxe/http.o fs/pxe/http_readdir.o) - --LIB_OBJS = $(addprefix $(objdir)/com32/lib/,$(CORELIBOBJS)) \ -- $(LIBEFI) -- - CSRC = $(sort $(wildcard $(SRC)/*.c)) - OBJS = $(subst $(SRC)/,,$(filter-out %wrapper.o, $(patsubst %.c,%.o,$(CSRC)))) - @@ -69,7 +66,7 @@ $(OBJS): | $(OBJ)/$(ARCH) BTARGET = syslinux.efi