diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2018-03-19 01:24:44 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2018-03-19 01:31:38 +0000 |
commit | 6714013a46b24d952715f0fbafa0cf81bbb5c431 (patch) | |
tree | a0096175fcc2757f51da897fd0133af40815a8b2 | |
parent | 4388f9531fc0f7d72bf2829a4cc8663a3433808f (diff) | |
download | wavemon-6714013a46b24d952715f0fbafa0cf81bbb5c431.tar.gz |
d/patches: refresh patches
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | 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 <jmccrohan@gmail.com> 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 |