summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-02-05 21:23:37 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-02-05 21:23:37 +0000
commita7646d650ef7b4e531e74393e78d002df3aa9478 (patch)
tree2a1e811f1ca3ad46a419c02c7abdc3e1f2247240
parent8c7e30ec0ed534529966384aa88319b2146e410c (diff)
downloadwavemon-a7646d650ef7b4e531e74393e78d002df3aa9478.tar.gz
Add patch to remove copying
-rw-r--r--Makefile.in2
-rw-r--r--debian/patches/01-remove-extra-copying-file.patch8
2 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 391400f..7a0ed30 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,7 +20,7 @@ MAIN = @PACKAGE_NAME@.c
HEADERS = @PACKAGE_NAME@.h llist.h iw_if.h
PURESRC = $(filter-out $(MAIN),$(wildcard *.c))
OBJS = $(PURESRC:.c=.o)
-DOCS = README NEWS THANKS AUTHORS ChangeLog
+DOCS = README NEWS THANKS AUTHORS COPYING ChangeLog
%.o: %.c $(HEADERS)
$(CC) $(CFLAGS) $(DEFS) -c -o $@ $<
diff --git a/debian/patches/01-remove-extra-copying-file.patch b/debian/patches/01-remove-extra-copying-file.patch
new file mode 100644
index 0000000..eb002e4
--- /dev/null
+++ b/debian/patches/01-remove-extra-copying-file.patch
@@ -0,0 +1,8 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -20,7 +20,7 @@ MAIN = @PACKAGE_NAME@.c
+ 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
pan='5' class='logmsg'> fixed bug in Milford Instruments driver which drew extra graphics chars in odd places when drawing double bars. (the display doesn't like it if you put the escape character 0xfe inside a define char sequence). git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@448 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-30[lcd4linux @ 2004-05-30 08:25:50 by reinelt]reinelt2-30/+92 Crystalfontz 631 driver finished git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@447 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-29[lcd4linux @ 2004-05-29 23:30:20 by reinelt]reinelt1-1/+9 fixed a compiler issue with drv_Image.c (thanks to Frank Stratmann) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@446 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-29[lcd4linux @ 2004-05-29 15:53:28 by reinelt]reinelt3-9/+25 M50530: reset parport signals on exit plugin_ppp: ppp() has two parameters, not three lcd4linux.conf.sample: diskstats() corrected git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@445 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-29[lcd4linux @ 2004-05-29 01:07:56 by reinelt]reinelt2-21/+25 bug in plugin_diskstats fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@444 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-29[lcd4linux @ 2004-05-29 00:27:14 by reinelt]reinelt8-11/+214 added plugin_diskstats.c git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@443 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-28[lcd4linux @ 2004-05-28 14:38:10 by reinelt]reinelt2-1/+41 Status and Changelog Update git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@442 3ae390bd-cb1e-0410-b409-cd5a39f66f1f