From e0b768a9295f6e07ea157577eb9813c2596d887a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Feb 2025 15:20:41 +0100 Subject: [PATCH] Removing dwz.patch, not needed anymore. Signed-off-by: Daniel Baumann --- debian/patches/debian/0002-dwz.patch | 15 --------------- debian/patches/series | 1 - 2 files changed, 16 deletions(-) delete mode 100644 debian/patches/debian/0002-dwz.patch delete mode 100644 debian/patches/series diff --git a/debian/patches/debian/0002-dwz.patch b/debian/patches/debian/0002-dwz.patch deleted file mode 100644 index 7fc21bf..0000000 --- a/debian/patches/debian/0002-dwz.patch +++ /dev/null @@ -1,15 +0,0 @@ -Author: Daniel Baumann -Description: Building without -gsplit-dwarf to workaround bug in dwz causing FTBFS (#1016936). - -diff -Naurp inotify-info.orig/Makefile inotify-info/Makefile ---- inotify-info.orig/Makefile -+++ inotify-info/Makefile -@@ -33,7 +33,7 @@ ifneq ($(COMPILER),clang) - WARNINGS += -Wsuggest-attribute=format -Wall - endif - --CFLAGS = $(WARNINGS) -fno-exceptions -gdwarf-4 -g2 -ggnu-pubnames -gsplit-dwarf -+CFLAGS = $(WARNINGS) -fno-exceptions -gdwarf-4 -g2 -ggnu-pubnames - CFLAGS += -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 - CXXFLAGS = -fno-rtti -Woverloaded-virtual - LDFLAGS = -gdwarf-4 -g2 -Wl,--build-id=sha1 diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 82e4be6..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -debian/0002-dwz.patch