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