summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/patches/01-remove-extra-copyright-file.patch3
-rw-r--r--debian/patches/02-fix-wavemonrc.5-man-errors.patch146
-rw-r--r--debian/patches/series1
3 files changed, 149 insertions, 1 deletions
diff --git a/debian/patches/01-remove-extra-copyright-file.patch b/debian/patches/01-remove-extra-copyright-file.patch
index e415075..da057bd 100644
--- a/debian/patches/01-remove-extra-copyright-file.patch
+++ b/debian/patches/01-remove-extra-copyright-file.patch
@@ -2,7 +2,8 @@ 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 @@
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..16ad534
--- /dev/null
+++ b/debian/patches/02-fix-wavemonrc.5-man-errors.patch
@@ -0,0 +1,146 @@
+From: Jonathan McCrohan <jmccrohan@gmail.com>
+Date: Tue, 21 Feb 2012 22:05:32 +0000
+Subject: Fix wavemonrc.5 man errors
+
+Fixes upstream commit 45abbfeecccd90c8c83c38e642c147473a90c40a which causes
+man compilation errors.
+
+diff --git a/wavemonrc.5 b/wavemonrc.5
+index 67dea89..2d8a6ca 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,7 +73,7 @@ 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).
+ .P
+@@ -81,7 +81,7 @@ Set the left and right boundaries of the signal level scales. Ranges: -128..-60d
+ .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).
+@@ -90,7 +90,7 @@ These work similar to the signal boundary settings. Ranges: -128..-60dBm
+ .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,7 +107,7 @@ 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.
+@@ -116,7 +116,7 @@ Range: -120..-60dBm.
+ .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,7 +128,7 @@ 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.
+ .P
+@@ -136,7 +136,7 @@ Sets the threshold for the 'High threshold action'. Range: -59..120dBm.
+ .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
index f5eb0a6..9f6fbe7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01-remove-extra-copyright-file.patch
+02-fix-wavemonrc.5-man-errors.patch
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@461 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-06-02[lcd4linux @ 2004-06-02 05:56:25 by reinelt]reinelt1-2/+6 extended contrast range for Crystalfontz git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@460 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-06-02[lcd4linux @ 2004-06-02 05:35:55 by reinelt]reinelt1-0/+20 added i2c_sensors example to lcd4linux.conf.sample git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@459 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-06-02[lcd4linux @ 2004-06-02 05:27:59 by reinelt]reinelt26-0/+2405 added documentation tree git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@458 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-06-02[lcd4linux @ 2004-06-02 05:14:16 by reinelt]reinelt2-17/+31 fixed models listing for Beckmann+Egle driver some cosmetic changes git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@457 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-06-01[lcd4linux @ 2004-06-01 06:45:28 by reinelt]reinelt18-71/+241 some Fixme's processed documented some code git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@456 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-06-01[lcd4linux @ 2004-06-01 06:04:25 by reinelt]reinelt2-25/+25 made README.Plugins and plugin_sample up to date. git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@455 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 21:23:16 by reinelt]reinelt1-37/+49 some cleanups in the MatrixOrbital driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@454 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 21:05:13 by reinelt]reinelt5-77/+111 fixed lots of bugs in the Cwlinux driver do not emit EAGAIN error on the first retry made plugin_i2c_sensors a bit less 'chatty' moved init and exit functions to the bottom of plugin_pop3 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@453 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 16:39:05 by reinelt]reinelt11-180/+535 added NULL display driver (for debugging/profiling purposes) added backlight/contrast initialisation for matrixOrbital added Backlight initialisation for Cwlinux git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@452 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 06:27:34 by reinelt]reinelt1-0/+40 ChangeLog update git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@451 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 06:24:42 by reinelt]reinelt2-7/+29 fixed symlink security issue with the image driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@450 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 05:38:02 by reinelt]reinelt8-42/+94 fixed possible bugs with user-defined chars (clear high bits) thanks to Andy Baxter for debugging the MilfordInstruments driver! git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@449 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 01:31:01 by andy-b]andy-b1-10/+12 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