aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/02-remove-extra-copyright-file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/02-remove-extra-copyright-file.patch')
-rw-r--r--debian/patches/02-remove-extra-copyright-file.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/02-remove-extra-copyright-file.patch b/debian/patches/02-remove-extra-copyright-file.patch
new file mode 100644
index 0000000..3afe515
--- /dev/null
+++ b/debian/patches/02-remove-extra-copyright-file.patch
@@ -0,0 +1,17 @@
+From: Jonathan McCrohan <jmccrohan@gmail.com>
+Date: Sun, 10 Jun 2012 00:31:09 +0100
+Subject: Remove extra copyright file from Makefile
+
+diff --git a/Makefile.in b/Makefile.in
+index b7d8ece..fceed72 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -20,7 +20,7 @@
+ HEADERS = @PACKAGE_NAME@.h llist.h iw_if.h
+ PURESRC = $(filter-out $(MAIN),$(wildcard *.c))
+ OBJS = $(PURESRC:.c=.o)
+-DOCS = README NEWS THANKS AUTHORS COPYING ChangeLog
++DOCS = README NEWS THANKS AUTHORS ChangeLog
+
+ %.o: %.c $(HEADERS)
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(DEFS) -c -o $@ $<