diff options
-rw-r--r-- | debian/changelog | 153 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 16 | ||||
-rw-r--r-- | debian/copyright | 34 | ||||
-rw-r--r-- | debian/dirs | 3 | ||||
-rw-r--r-- | debian/menu | 3 | ||||
-rw-r--r-- | debian/patches/01-remove-extra-copyright-file.patch | 17 | ||||
-rw-r--r-- | debian/patches/02-fix-wavemonrc.5-man-errors.patch | 155 | ||||
-rw-r--r-- | debian/patches/series | 2 | ||||
-rwxr-xr-x | debian/rules | 4 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/watch | 2 |
12 files changed, 391 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..ee8cca1 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,153 @@ +wavemon (0.7.3-1) unstable; urgency=low + + * New upstream release + - Allows window to be resized (closes: #533353) + * Improve packaging + - Update to S-V to 3.9.2 + - Bump Debhelper to v7 + - Switch to dpkg-source 3.0 (quilt) format + - Switch to dh-style debian/rules + - Remove unused dependencies + - Update package description (closes: #590531) + - Add watchfile + - Update FSF address + * New maintainer: Jonathan McCrohan <jmccrohan@gmail.com> + - Many thanks to Rene Engelhard for his great work. + + -- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 21 Feb 2012 22:08:12 +0000 + +wavemon (0.6.10-1) unstable; urgency=low + + * New upstream release (closes: #560728) + + -- Rene Engelhard <rene@debian.org> Fri, 11 Dec 2009 22:10:25 +0100 + +wavemon (0.6.7-1) unstable; urgency=low + + * New upstream release + + -- Rene Engelhard <rene@debian.org> Fri, 14 Aug 2009 16:09:34 +0200 + +wavemon (0.6.6-1) experimental; urgency=low + + * New upstream release + + -- Rene Engelhard <rene@debian.org> Sun, 07 Jun 2009 22:22:33 +0200 + +wavemon (0.6-1) experimental; urgency=low + + * New upstream release + - contains newer config.* (closes: #357956) + + -- Rene Engelhard <rene@debian.org> Fri, 17 Apr 2009 00:37:20 +0200 + +wavemon (0.5-1) unstable; urgency=low + + * New upstream release + - fixes display of signal and noise levels when specifying interface + (closes: #444773) + - does not crash anymore when window is too small (closes: #201418) + - allows overriding of settings in .wavemonrc on command line + (closes: #258784) + * clean debian/patches except 11_wavemonrc_section.diff + * add ${misc:Depends} + * fix for new menu section + + -- Rene Engelhard <rene@debian.org> Fri, 17 Apr 2009 00:36:22 +0200 + +wavemon (0.4.0b-11) unstable; urgency=low + + * build-depend on linux-libc-dev as first alternative. Fixes the FTBFS + on the ia64 buildd... + * fix wavemonrc(5)'s section + + -- Rene Engelhard <rene@debian.org> Mon, 02 Jul 2007 14:06:09 +0200 + +wavemon (0.4.0b-10) unstable; urgency=low + + * add patch from Paul Martin fixing UTF-8 locale (closes: #229106) + * add patch from Paul Martin fixing reading dBM values (closes: #426300) + * make the code #include <stdlib.h> where needed + + -- Rene Engelhard <rene@debian.org> Sun, 17 Jun 2007 13:04:05 +0100 + +wavemon (0.4.0b-9) unstable; urgency=low + + * rebuild against new linux-kernel-headers (closes: #328442) + + -- Rene Engelhard <rene@debian.org> Fri, 2 Dec 2005 09:33:40 +0100 + +wavemon (0.4.0b-8) unstable; urgency=low + + * fix build with gcc-4.0 (closes: #297247), thanks Andreas Jochens + + -- Rene Engelhard <rene@debian.org> Tue, 26 Jul 2005 22:38:24 +0200 + +wavemon (0.4.0b-7) unstable; urgency=low + + * add patch for fixing build with gcc-3.4, thanks Andreas Jochens + (closes: #264264) + + -- Rene Engelhard <rene@debian.org> Tue, 10 Aug 2004 00:18:16 +0200 + +wavemon (0.4.0b-6) unstable; urgency=low + + * fix aplist_scr.c to display MAC adresses actuallx XX:XX:..., + thanks Sebastian 'yath' Schmidt for the patch (closes: #233103) + + -- Rene Engelhard <rene@debian.org> Tue, 17 Feb 2004 00:36:49 +0100 + +wavemon (0.4.0b-5) unstable; urgency=medium + + * rebuild with linux-kernel-headers and thefore newer + linux/wireless.h (closes: #223660) + + -- Rene Engelhard <rene@debian.org> Sun, 14 Dec 2003 20:47:17 +0100 + +wavemon (0.4.0b-4) unstable; urgency=high + + * add patches from Lennart Poettering <mzqrooht@itaparica.org>; thanks: + - make wavemon show WEP keyinfo correctly if containing + bytes > 0x7F (closes: #205907) + - x show ESSIDs and Nicks > 31 chars correctly + x draw its gauges even on terminals having more than 127 colums + (addresses: #205915) + * Standards-Version: 3.6.1 (no changes needed) + + -- Rene Engelhard <rene@debian.org> Fri, 5 Sep 2003 20:14:05 +0200 + +wavemon (0.4.0b-3) unstable; urgency=low + + * The "Argh-I-thought-cdbs-would-depend-on-debhelper" release. + * add Build-Depends: on debhelper (>= 4.1.0) (as the docs say...) + (closes: #204024) + + -- Rene Engelhard <rene@debian.org> Mon, 4 Aug 2003 02:01:07 +0200 + +wavemon (0.4.0b-2) unstable; urgency=low + + * The "OK-let's-try-cdbs-out" release. + * New maintainer; thanks Joey + * move to cdbs + * call exit(0) instead of exit() in wavemon.c (closes: #195174) + * cleans right (closes: #199004) + * remove the NMU disclaimer... + * Standards-Version: 3.6.0 + + -- Rene Engelhard <rene@debian.org> Fri, 1 Aug 2003 05:47:33 +0200 + +wavemon (0.4.0b-1) unstable; urgency=low + + * Added a disclaimer for those people who plan to NMU this package + * New upstream version (closes: Bug##137040) + * Applied patches from Vincent Danjean <Vincent.Danjean@ens-lyon.org>, + thanks a lot. + * Updated Standards-Version + + -- Martin Schulze <joey@infodrom.org> Mon, 14 Apr 2003 19:29:30 +0200 + +wavemon (0.3.3-1) unstable; urgency=low + + * Initial packaging + + -- Martin Schulze <joey@finlandia.infodrom.north.de> Sat, 8 Dec 2001 10:38:31 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..5635959 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: wavemon +Section: net +Priority: extra +Maintainer: Jonathan McCrohan <jmccrohan@gmail.com> +Build-Depends: autotools-dev, patchutils, libncurses5-dev, + debhelper (>= 7.0.50~), linux-libc-dev +Standards-Version: 3.9.2 +Homepage: http://eden-feed.erg.abdn.ac.uk/wavemon + +Package: wavemon +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Wireless Device Monitoring Application + Wavemon allows you to watch signal and noise levels, packet + statistics, device configuration and network parameters of your + wireless network hardware. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..1eabdaf --- /dev/null +++ b/debian/copyright @@ -0,0 +1,34 @@ +This is the Debian GNU/Linux prepackaged version of wavemon, a monitor +application for wireless hardware. + +This package was put together by Martin Schulze <joey@debian.org>, +from sources obtained from: + + http://www.wavemage.com/wavemon-current.tar.gz + +Currently maintained by Jonathan McCrohan <jmccrohan@gmail.com> + +wavemon is distributed under the terms of the GNU General Public License. + + Copyright (c) 2001-2002 Jan Morgenstern <jan@jm-music.de> + Copyright (c) 2009 Gerrit Renker <gerrit@erg.abdn.ac.uk> + + * wavemon is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2, or (at your option) any later + * version. + * + * wavemon is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along + * with wavemon; see the file COPYING. If not, write to the Free Software + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +If you have bug reports or suggestions, please contact Gerrit. diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..603bd4d --- /dev/null +++ b/debian/dirs @@ -0,0 +1,3 @@ +usr/share/man/man1 +usr/share/man/man5 +usr/bin diff --git a/debian/menu b/debian/menu new file mode 100644 index 0000000..2aa2d58 --- /dev/null +++ b/debian/menu @@ -0,0 +1,3 @@ +?package(wavemon):needs="text" section="Applications/Network/Monitoring" \ + title="wavemon" \ + command="/usr/bin/wavemon" diff --git a/debian/patches/01-remove-extra-copyright-file.patch b/debian/patches/01-remove-extra-copyright-file.patch new file mode 100644 index 0000000..da057bd --- /dev/null +++ b/debian/patches/01-remove-extra-copyright-file.patch @@ -0,0 +1,17 @@ +From: Jonathan McCrohan <jmccrohan@gmail.com> +Date: Tue, 21 Feb 2012 22:00:15 +0000 +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) $(DEFS) -c -o $@ $< diff --git a/debian/patches/02-fix-wavemonrc.5-man-errors.patch b/debian/patches/02-fix-wavemonrc.5-man-errors.patch new file mode 100644 index 0000000..5870446 --- /dev/null +++ b/debian/patches/02-fix-wavemonrc.5-man-errors.patch @@ -0,0 +1,155 @@ +From: Jonathan McCrohan <jmccrohan@gmail.com> +Date: Tue, 21 Feb 2012 22:05:32 +0000 +Subject: Fix wavemonrc.5 man errors + +a) Fixes upstream commit 45abbfeecccd90c8c83c38e642c147473a90c40a which causes +man compilation errors. + +b) Fixes lintian hyphen-used-as-minus-sign warning. + +diff --git a/wavemonrc.5 b/wavemonrc.5 +index 67dea89..4a6dd97 100644 +--- a/wavemonrc.5 ++++ b/wavemonrc.5 +@@ -10,7 +10,7 @@ on-screen name is shown in parentheses. + .B interface = <ifname> + .RS + .RE +-.R (Interface) ++(Interface) + .RS + Selects the wireless interface to use. + .P +@@ -18,7 +18,7 @@ Selects the wireless interface to use. + .B cisco_mac = (on|off) + .RS + .RE +-.R (Cisco-style MAC addresses) ++(Cisco-style MAC addresses) + .RS + If enabled, display MAC addresses using lower-case hex digits separated by dots + rather than colons. +@@ -27,7 +27,7 @@ rather than colons. + .B stat_updates = <n> + .RS + .RE +-.R (Statistics updates) ++(Statistics updates) + .RS + Time interval for polling new statistics (including scan refresh). Range: 10..4000ms. + .P +@@ -35,7 +35,7 @@ Time interval for polling new statistics (including scan refresh). Range: 10..40 + .B lhist_slot_size = <n> + .RS + .RE +-.R (Histogram update cycles) ++(Histogram update cycles) + .RS + Number of samples used per each histogram slot. For example, if the stat_updates + interval is 500ms and the histogram slot size is 4, the histogram is moved +@@ -45,7 +45,7 @@ one slot further every 2 seconds. Range: 1..64. + .B meter_smoothness = <n> + .RS + .RE +-.R (Level meter smoothness) ++(Level meter smoothness) + .RS + Determines the responsiveness of level meters, tracking the moving average + rather than following each new sample. The given value specifies the percentage +@@ -56,7 +56,7 @@ this option. Range: 0..99%. + .B info_updates = <n> + .RS + .RE +-.R (Dynamic info updates) ++(Dynamic info updates) + .RS + Sets refresh rate for dynamic device parameters (e.g. bitrate) and the + refresh interval for the Scan window (F3). Range: 1..60s. +@@ -65,7 +65,7 @@ refresh interval for the Scan window (F3). Range: 1..60s. + .B override_auto_scale = (on|off) + .RS + .RE +-.R (Override scale autodetect) ++(Override scale autodetect) + .RS + Override the auto-scaling of the bar graphs and histogram, allowing you to set your own scales. + .P +@@ -73,24 +73,24 @@ Override the auto-scaling of the bar graphs and histogram, allowing you to set y + .B min_signal_level, max_signal_level = <n> + .RS + .RE +-.R (Minimum signal level, Maximum signal level) ++(Minimum signal level, Maximum signal level) + .RS +-Set the left and right boundaries of the signal level scales. Ranges: -128..-60dBm (minimum) and -59..120dBm (maximum). ++Set the left and right boundaries of the signal level scales. Ranges: \-128..\-60dBm (minimum) and \-59..120dBm (maximum). + .P + .RE + .B min_noise_level, max_noise_level = <n> + .RS + .RE +-.R (Minimum noise level, Maximum noise level) ++(Minimum noise level, Maximum noise level) + .RS +-These work similar to the signal boundary settings. Ranges: -128..-60dBm +-(minimum) and -60..120dBm (maximum). ++These work similar to the signal boundary settings. Ranges: \-128..\-60dBm ++(minimum) and \-60..120dBm (maximum). + .P + .RE + .B random = (on|off) + .RS + .RE +-.R (Random signals) ++(Random signals) + .RS + Switches on a fancy random generator for testing. + .P +@@ -98,7 +98,7 @@ Switches on a fancy random generator for testing. + .B lo_threshold_action = (disabled|beep|flash|beep+flash) + .RS + .RE +-.R (Low threshold action) ++(Low threshold action) + .RS + Issue a warning at a given threshold at the lower end of the signal + scale. It is meant for alarming you when a signal appears at the receiver. +@@ -107,16 +107,16 @@ scale. It is meant for alarming you when a signal appears at the receiver. + .B lo_threshold = <n> + .RS + .RE +-.R (Low threshold) ++(Low threshold) + .RS + Sets the threshold value for the 'Low threshold action'. +-Range: -120..-60dBm. ++Range: \-120..\-60dBm. + .P + .RE + .B hi_threshold_action = (disabled|beep|flash|beep+flash) + .RS + .RE +-.R (High threshold action) ++(High threshold action) + .RS + Analogous to lo_threshold_action, only this time the threshold is at + the upper end of the scale and the action is performed when the signal level +@@ -128,15 +128,15 @@ will tell you when you should move closer to the base station. + .B hi_threshold = <n> + .RS + .RE +-.R (High threshold) ++(High threshold) + .RS +-Sets the threshold for the 'High threshold action'. Range: -59..120dBm. ++Sets the threshold for the 'High threshold action'. Range: \-59..120dBm. + .P + .RE + .B startup_screen = (info|histogram|scan window) + .RS + .RE +-.R (Startup screen) ++(Startup screen) + .RS + Which of the screens appears at program startup. + .SH "AUTHOR" diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..9f6fbe7 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +01-remove-extra-copyright-file.patch +02-fix-wavemonrc.5-man-errors.patch diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..dcf6189 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with autotools_dev diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..c22e714 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/wavemon-(.+).tar.bz2 |