aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/01-patch-makefile.in-to-not-install-docs.patch
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2018-03-19 01:24:44 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2018-03-19 01:31:38 +0000
commit6714013a46b24d952715f0fbafa0cf81bbb5c431 (patch)
treea0096175fcc2757f51da897fd0133af40815a8b2 /debian/patches/01-patch-makefile.in-to-not-install-docs.patch
parent4388f9531fc0f7d72bf2829a4cc8663a3433808f (diff)
downloadwavemon-6714013a46b24d952715f0fbafa0cf81bbb5c431.tar.gz
d/patches: refresh patches
Diffstat (limited to '')
-rw-r--r--debian/patches/01-patch-makefile.in-to-not-install-docs.patch4
1 files changed, 2 insertions, 2 deletions
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