aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-02-05 23:01:43 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-02-05 23:01:43 +0000
commit1cca8f4691ff0ec8694f03c33da02769f0c90dee (patch)
treed93d8895448cc5beabcde3f1a0255f63b56fae90
parentbec9e100d6ea4fcd443088d45affeea2c1384d96 (diff)
downloadwavemon-1cca8f4691ff0ec8694f03c33da02769f0c90dee.tar.gz
Use 3.0 (quilt)
-rw-r--r--Makefile.in2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index fceed72..b7d8ece 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/rules b/debian/rules
index bf46ed4..639dbe1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
DEB_MAKE_INSTALL_TARGET=install DESTDIR=`pwd`/debian/wavemon