From 6714013a46b24d952715f0fbafa0cf81bbb5c431 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Mon, 19 Mar 2018 01:24:44 +0000 Subject: d/patches: refresh patches --- debian/changelog | 1 + debian/patches/01-patch-makefile.in-to-not-install-docs.patch | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c659eba..93712ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ wavemon (0.8.2-1) UNRELEASED; urgency=medium * d/control: bump Standards-Version to 4.0.1 - Change Priority from Extra to Optional * d/control: remove autotools-dev as a dependency + * d/patches: refresh patches -- Jonathan McCrohan Wed, 04 Jan 2017 00:24:11 +0000 diff --git a/debian/patches/01-patch-makefile.in-to-not-install-docs.patch b/debian/patches/01-patch-makefile.in-to-not-install-docs.patch index 1efd0d8..8f58643 100644 --- a/debian/patches/01-patch-makefile.in-to-not-install-docs.patch +++ b/debian/patches/01-patch-makefile.in-to-not-install-docs.patch @@ -3,12 +3,12 @@ Date: Sun, 23 Mar 2014 01:02:44 +0000 Subject: Patch Makefile.in to not install docs; install using dh instead diff --git a/Makefile.in b/Makefile.in -index d2e1c01..d8a579b 100644 +index c9ecc37..d790ccd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,6 @@ MAIN = @PACKAGE_NAME@.c HEADERS = $(wildcard *.h) - PURESRC = $(filter-out $(MAIN),$(wildcard *.c)) + PURESRC = $(filter-out $(MAIN),$(sort $(wildcard *.c))) OBJS = $(PURESRC:.c=.o) -DOCS = README.md NEWS THANKS AUTHORS COPYING ChangeLog -- cgit v1.2.3