[hamradio-commits] [nec2c] 01/01: Updated to debhelper V9, added proper files for the manpage and fixed hyphen/minus sign errors in the manpage

Dave Hibberd hibby-guest at moszumanska.debian.org
Mon May 4 15:23:57 UTC 2015


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

hibby-guest pushed a commit to branch master
in repository nec2c.

commit 607619175e0eceda09a6eb17d43f5b91350eadde
Author: Dave Hibberd <d at vehibberd.com>
Date:   Mon May 4 16:22:14 2015 +0100

    Updated to debhelper V9, added proper files for the manpage and fixed
    hyphen/minus sign errors in the manpage
---
 debian/changelog      | 1 +
 debian/compat         | 2 +-
 debian/control        | 2 +-
 debian/nec2c.1        | 8 ++++----
 debian/nec2c.manpages | 1 +
 5 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e0de226..fafb445 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ nec2c (1.3-1) unstable; urgency=medium
   * Updated to Upstream Version 1.3
   * Added Watchfile
   * Added Manpage
+  * Updated debhelper compatibility to 9
 
  -- Dave Hibberd <d at vehibberd.com>  Sun, 15 Feb 2015 00:27:25 +0000
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 533af81..589e242 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: hamradio
 Priority: extra
 Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
 Uploaders: Dave Hibberd <d at vehibberd.com>
-Build-Depends: debhelper (>= 5), dh-autoreconf
+Build-Depends: debhelper (>= 9), dh-autoreconf
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/nec2c.git
 Vcs-Git: http://anonscm.debian.org/git/pkg-hamradio/nec2c.git
diff --git a/debian/nec2c.1 b/debian/nec2c.1
index 65bfe05..797c0dc 100644
--- a/debian/nec2c.1
+++ b/debian/nec2c.1
@@ -5,7 +5,7 @@
 
 .SH SYNOPSIS
 
-\fBnec2c\fR -i<input-file-name> [-o<output-file-name>][-hv]
+\fBnec2c\fR [/-i<input-file-name>] [/-o<output-file-name>][/-hv]
 
 .SH DESCRIPTION
 
@@ -18,11 +18,11 @@ are a part of the program.
 
 .SH OPTIONS
 
-The -i option is always needed and it specifies the name of the input
-file. The -o switch is optional and it specifies the output file name.
+The \-i option is always needed and it specifies the name of the input
+file. The \-o switch is optional and it specifies the output file name.
 If not used, a name for the output file is made by stripping any
 extensions from the input file name and adding a ".out" extension, e.g.
-nec2c -i yagi.nec will cause nec2c to read yagi.nec as the input file
+nec2c \-i yagi.nec will cause nec2c to read yagi.nec as the input file
 and produce yagi.out as the output file.
 
 .PP
diff --git a/debian/nec2c.manpages b/debian/nec2c.manpages
new file mode 100644
index 0000000..9bb866a
--- /dev/null
+++ b/debian/nec2c.manpages
@@ -0,0 +1 @@
+debian/nec2c.1

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



More information about the pkg-hamradio-commits mailing list