aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-02-05 19:20:44 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-02-05 19:20:44 +0000
commit9fb5d35b9119728186471252fa94acfbe2fdbba8 (patch)
tree41cbc9627c1054a803f5b959ab3693b39f38af6c
parent5c8a1e29326894e2e4a21395a1cf76f4d92724d8 (diff)
downloadwavemon-9fb5d35b9119728186471252fa94acfbe2fdbba8.tar.gz
Fix lintian warnings
-rw-r--r--Makefile.in2
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
3 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7a0ed30..391400f 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 COPYING ChangeLog
+DOCS = README NEWS THANKS AUTHORS ChangeLog
%.o: %.c $(HEADERS)
$(CC) $(CFLAGS) $(DEFS) -c -o $@ $<
diff --git a/debian/changelog b/debian/changelog
index 0ad24a9..139f3b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wavemon (0.7.3-1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * New upstream release
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 05 Feb 2012 19:18:58 +0000
+
wavemon (0.6.10-1) unstable; urgency=low
* New upstream release (closes: #560728)
diff --git a/debian/control b/debian/control
index b9da355..2db151e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
Priority: extra
Maintainer: Rene Engelhard <rene@debian.org>
Build-Depends: cdbs, libncurses5-dev, debhelper (>= 4.1.0), linux-libc-dev | linux-kernel-headers (>= 2.6.13+0rc3)
-Standards-Version: 3.6.1
+Standards-Version: 3.9.2
Homepage: http://eden-feed.erg.abdn.ac.uk/wavemon
Package: wavemon