aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/02-reproducible-build.patch14
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/02-reproducible-build.patch b/debian/patches/02-reproducible-build.patch
deleted file mode 100644
index f583e36..0000000
--- a/debian/patches/02-reproducible-build.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Author: Reiner Herrmann <reiner@reiner-h.de>
-Description: Sort object files for deterministic linking order
-
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -21,7 +21,7 @@
- MAIN = @PACKAGE_NAME@.c
- HEADERS = $(wildcard *.h)
- PURESRC = $(filter-out $(MAIN),$(wildcard *.c))
--OBJS = $(PURESRC:.c=.o)
-+OBJS = $(sort $(PURESRC:.c=.o))
-
- %.o: %.c $(HEADERS)
- @echo ' CC ' $<
diff --git a/debian/patches/series b/debian/patches/series
index d9aa474..18ef635 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
01-patch-makefile.in-to-not-install-docs.patch
-02-reproducible-build.patch