[hamradio-commits] [direwolf] 01/05: Moving things around, fix some lintian errors

Iain Learmonth irl-guest at moszumanska.debian.org
Thu Jun 11 14:09:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

irl-guest pushed a commit to branch master
in repository direwolf.

commit 585a2330a314b51e3131bce93200ded1b660d804
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Thu Jun 11 13:49:39 2015 +0100

    Moving things around, fix some lintian errors
---
 debian/direwolf-docs.doc-base     |  2 +-
 debian/direwolf.examples          |  1 +
 debian/direwolf.manpages          |  9 +++-
 debian/patches/fix_spelling.patch | 88 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 98 insertions(+), 2 deletions(-)

diff --git a/debian/direwolf-docs.doc-base b/debian/direwolf-docs.doc-base
index c1a5318..62b4df4 100644
--- a/debian/direwolf-docs.doc-base
+++ b/debian/direwolf-docs.doc-base
@@ -5,5 +5,5 @@ Abstract: This manual describes the functionality and usage of Dire Wolf.
 Section: Amateur Radio
 
 Format: pdf
-Files: /usr/share/doc/direwolf/User-Guide.pdf.gz
+Files: /usr/share/doc/direwolf-docs/User-Guide.pdf.gz
 
diff --git a/debian/direwolf.examples b/debian/direwolf.examples
new file mode 100644
index 0000000..eb27e65
--- /dev/null
+++ b/debian/direwolf.examples
@@ -0,0 +1 @@
+direwolf.conf
diff --git a/debian/direwolf.manpages b/debian/direwolf.manpages
index 2f02d17..996ff6c 100644
--- a/debian/direwolf.manpages
+++ b/debian/direwolf.manpages
@@ -1 +1,8 @@
-man1/*
+man1/aclients.1
+man1/atest.1
+man1/decode_aprs.1
+man1/direwolf.1
+man1/gen_packets.1
+man1/log2gpx.1
+man1/text2tt.1
+man1/tt2text.1
diff --git a/debian/patches/fix_spelling.patch b/debian/patches/fix_spelling.patch
index d61150c..81c3895 100644
--- a/debian/patches/fix_spelling.patch
+++ b/debian/patches/fix_spelling.patch
@@ -24,3 +24,91 @@ Last-Update: 2015-02-05
   *
   *		It's a lot more complicated with different types of addressees
   *		and replies with acknowledgement or rejection.
+--- direwolf.orig/gen_packets.c
++++ direwolf/gen_packets.c
+@@ -350,7 +350,7 @@
+ 
+         if (strlen(output_file) == 0) {
+           text_color_set(DW_COLOR_ERROR); 
+-          dw_printf ("ERROR: The -o ouput file option must be specified.\n");
++          dw_printf ("ERROR: The -o output file option must be specified.\n");
+           usage (argv);
+           exit (1);
+         }
+--- direwolf.orig/man1/direwolf.1
++++ direwolf/man1/direwolf.1
+@@ -119,13 +119,13 @@
+ direwolf can listen over a UDP port with options like this:
+ .RS
+ .P
+-direwolf -n 1 -r 48000 -b 16 udp:7355
++direwolf \-n 1 \-r 48000 \-b 16 udp:7355
+ .RE
+ .P
+ Other SDR applications might produce audio on stdout so it is convenient to pipe into the next application.  In this example, the final "-" means read from stdin.
+ .RS
+ .P
+-rtl_fm -f 144.39M -o 4 - | direwolf -n 1 -r 24000 -b 16 -
++rtl_fm \-f 144.39M \-o 4 \- | direwolf \-n 1 \-r 24000 \-b 16 \-
+ .RE
+ 
+ 
+--- direwolf.orig/man1/gen_packets.1
++++ direwolf/man1/gen_packets.1
+@@ -5,12 +5,12 @@
+ 
+ 
+ .SH SYNOPSIS
+-.B gen_packets -o 
++.B gen_packets \-o
+ .I wav-file-out 
+ [ \fIoptions\fR ] [ \fItext-file\fR | - ]
+ .RS
+ .P
+-\fIwav-file-out\fR is the result.  The -o option is required.
++\fIwav-file-out\fR is the result.  The \-o option is required.
+ .P
+ \fItext-file\fR may contain AX.25 packets in the standard monitoring format.  Use "-" to read from stdin.  If not specified, a default builtin message will be used.
+ .RE
+@@ -70,7 +70,7 @@
+ 
+ .SH EXAMPLES
+ .P
+-.B gen_packets -o x.wav
++.B gen_packets \-o x.wav
+ .P
+ .RS
+ With all defaults, a built-in test message is generated
+@@ -78,27 +78,27 @@
+ VHF FM transceivers.
+ .RE
+ .P
+-.B gen_packets -o x.wav -g -b 9600
++.B gen_packets \-o x.wav \-g \-b 9600
+ .PD 0
+ .P
+ .PD
+-.B gen_packets -o x.wav -B 9600
++.B gen_packets \-o x.wav \-B 9600
+ .P
+ .RS
+ Both of these are equivalent.  "-B 9600" automatically selects scrambled baseband rather than AFSK.
+ .RE
+ .P
+-.B gen_packets -o x.wav -m 1600 -s 1800 -b 300
++.B gen_packets \-o x.wav \-m 1600 \-s 1800 \-b 300
+ .PD 0
+ .P
+ .PD
+-.B gen_packets -o x.wav -B 300
++.B gen_packets \-o x.wav \-B 300
+ .P
+ .RS
+ Both of these generate 200 Hz shift, 300 baud, suitable for HF SSB transceiver.
+ .RE
+ .P
+-.B echo -n "WB2OSZ>WORLD:Hello, world!" | gen_packets -a 25 -o x.wav -
++.B echo \-n "WB2OSZ>WORLD:Hello, world!" | gen_packets \-a 25 \-o x.wav \-
+ .P
+ .RS
+ Read message from stdin and put quarter volume sound into the file x.wav.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/direwolf.git



More information about the pkg-hamradio-commits mailing list