[hamradio-commits] [chirp] 04/06: debian/patches: Man page; desktop file

Iain R. Learmonth irl at moszumanska.debian.org
Fri Apr 15 15:37:08 UTC 2016


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

irl pushed a commit to branch master
in repository chirp.

commit 61aa1170f11e5eb7909297fd893c684fb1cec116
Author: Iain R. Learmonth <irl at debian.org>
Date:   Fri Apr 15 16:17:07 2016 +0100

    debian/patches: Man page; desktop file
---
 debian/patches/05-manpage-updates.patch   | 48 +++++++++++++++++++++++++++++++
 debian/patches/06-open-with-desktop.patch | 21 ++++++++++++++
 debian/patches/series                     |  2 ++
 3 files changed, 71 insertions(+)

diff --git a/debian/patches/05-manpage-updates.patch b/debian/patches/05-manpage-updates.patch
new file mode 100644
index 0000000..ea9dd2c8
--- /dev/null
+++ b/debian/patches/05-manpage-updates.patch
@@ -0,0 +1,48 @@
+Author: Iain R. Learmonth <irl at debian.org>
+Last-Update: 2016-04-15
+Description: Updates to the man page for new CLI options available.
+
+--- a/share/chirpw.1
++++ b/share/chirpw.1
+@@ -2,7 +2,7 @@
+ .\" First parameter, NAME, should be all caps
+ .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+ .\" other parameters are allowed: see man(7), man(1)
+-.TH CHIRP 1 "February 12, 2011"
++.TH CHIRP 1 "April 15, 2016"
+ .\" Please adjust this date whenever revising the manpage.
+ .\"
+ .\" Some roff macros, for reference:
+@@ -37,10 +37,30 @@
+ .B \-\-help
+ Show summary of options.
+ .TP
++.B \-h, \-\-help
++Show summary of options.
++.TP
++.B \--version
++Print version and exit
++.TP
+ .B \-\-profile
+ Enable Profiling.
++.TP
++.B \-\-quiet
++Decrease verbosity
++.TP
++.B \-v, \-\-verbose
++Increase verbosity
++.TP
++.B \-\-log LOG_FILE
++Log messages to a file
++.TP
++.B \-\-log-level LOG_LEVEL
++Log file verbosity (critical, error, warn, info, debug). Defaults to 'debug'.
++
+ .SH AUTHOR
+ chirpw was written by Dan Smith.
+ .PP
+-This manual page was written by Dan Smith (with help from Steve Conklin),
+-for the Debian project (and may be used by others).
++This manual page was written by Dan Smith (with help from Steve Conklin) and
++updated by Iain R. Learmonth, for the Debian project (and may be used by
++others).
diff --git a/debian/patches/06-open-with-desktop.patch b/debian/patches/06-open-with-desktop.patch
new file mode 100644
index 0000000..f3a2dd7
--- /dev/null
+++ b/debian/patches/06-open-with-desktop.patch
@@ -0,0 +1,21 @@
+Author: Iain R. Learmonth <irl at debian.org>
+Last-Update: 2016-04-15
+Description: Allow for files to be opened with chirpw
+
+--- a/share/chirp.desktop
++++ b/share/chirp.desktop
+@@ -1,8 +1,7 @@
+ [Desktop Entry]
+ Version=0.1
+-Encoding=UTF-8
+ Type=Application
+-Exec=chirpw
++Exec=chirpw %F
+ Icon=chirp.png
+ StartupNotify=true
+ Terminal=false
+@@ -11,3 +10,4 @@
+ Name=CHIRP
+ Comment=CHIRP Radio Programming Tool
+ GenericName=CHIRP Radio Programming Tool
++Keywords=Hamradio;Programming;Handheld;Radio;Amateur;Programmer
diff --git a/debian/patches/series b/debian/patches/series
index 0fc002b..547b3d6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,5 @@
 01-fix-manifest.patch
 02-fix-setup-py.patch
 04-remove-redundant-license.patch
+05-manpage-updates.patch
+06-open-with-desktop.patch

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



More information about the pkg-hamradio-commits mailing list