From f9ad370ca6de720e1120b12eb3964bf4599ec273 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Mon, 19 Mar 2018 01:07:04 +0000 Subject: New upstream release (0.8.2) --- debian/changelog | 5 ++--- debian/patches/02-reproducible-build.patch | 14 -------------- debian/patches/series | 1 - 3 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 debian/patches/02-reproducible-build.patch diff --git a/debian/changelog b/debian/changelog index aa9ecd5..6db9f10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,7 @@ -wavemon (0.8.1-2) UNRELEASED; urgency=medium +wavemon (0.8.2-1) UNRELEASED; urgency=medium + * New upstream release (Closes: #825544) * d/control: update homepage to reflect move to github (Closes: #794535) - * d/patches: add patch from Reiner Herrmann which adds - support for reproducible builds (Closes: #825544) -- Jonathan McCrohan Wed, 04 Jan 2017 00:24:11 +0000 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 -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 -- cgit v1.2.3