[hamradio-commits] [aprx] 11/11: Fixing Lintian bugs

Dave Hibberd hibby-guest at moszumanska.debian.org
Sun Jan 22 02:13:42 UTC 2017


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

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

commit dc729fbb5f793e35ea46af671be6df30b53870d2
Author: Hibby <d at vehibberd.com>
Date:   Sun Jan 22 01:04:42 2017 +0000

    Fixing Lintian bugs
---
 debian/aprx.doc-base                       |  8 ++++++
 debian/control                             |  2 +-
 debian/copyright                           | 10 ++++---
 debian/patches/01-man-page.patch           | 46 ++++++++++++++++++++++++++++++
 debian/patches/02-reproducible-build.patch |  2 --
 debian/patches/series                      |  1 +
 6 files changed, 62 insertions(+), 7 deletions(-)

diff --git a/debian/aprx.doc-base b/debian/aprx.doc-base
new file mode 100644
index 0000000..653d687
--- /dev/null
+++ b/debian/aprx.doc-base
@@ -0,0 +1,8 @@
+Document: aprx
+Title: aprx User Manual
+Author: Kenneth Finnegan, W6KWF
+Abstract: This manual describes what aprx is and how to use it.
+Section: Amateur Radio
+
+Format: PDF
+Files: /usr/share/doc/aprx/*.pdf.gz
diff --git a/debian/control b/debian/control
index 3d1a064..0c43194 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/aprx.git
 
 Package: aprx
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, openssl
+Depends: ${shlibs:Depends}, ${misc:Depends}, openssl, lsb-base
 Description: APRS Digipeater and iGate
  Aprx is an APRS specific Digipeater and iGate.
  It supports multiple KISS-TNCs on serial ports  and listening 
diff --git a/debian/copyright b/debian/copyright
index 0d3a2ad..c9998d2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Upstream-Name: aprx
 Source: http://thelifeofkenneth.com/aprx/
 Files-Excluded:
   firmware/*
-  windows/windows-services-in-c-example-4154.zip
+  windows/*
 
 Files: *
 Copyright: 2007-2014 Matti Aarnio, OH2MQK, <oh2mqk at sral.fi>
@@ -12,8 +12,10 @@ License: BSD-3-Clause
 
 Files: ssl.*
 Copyright: 1996-2013 Daniel Stenberg, <daniel at haxx.se>
-	   2002-2013 Igor Sysoev and 2011-2013 Nginx, Inc.
-License: CURL Like
+License: CURL-Like
+
+Files: ssl.*
+Copyright:  2002-2013 Igor Sysoev and 2011-2013 Nginx, Inc.
 License: BSD-2-Clause
 
 Files: debian/*
@@ -69,7 +71,7 @@ License: BSD-2-Clause
  SUCH DAMAGE.
  .
  
-License: CURL like
+License: CURL-like
  Permission to use, copy, modify, and distribute this software for any purpose
  with or without fee is hereby granted, provided that the above copyright
  notice and this permission notice appear in all copies.
diff --git a/debian/patches/01-man-page.patch b/debian/patches/01-man-page.patch
index f9ade00..39b18b2 100644
--- a/debian/patches/01-man-page.patch
+++ b/debian/patches/01-man-page.patch
@@ -1,2 +1,48 @@
 Fix hyphen/minus in man page
 Author: Colin Tuckley <colint at debian.org>
+
+--- a/aprx.8.in
++++ b/aprx.8.in
+@@ -1,5 +1,4 @@
+ .TH aprx 8 "@DATEVERSION@"
+-.LO 8
+ .SH NAME
+ .B Aprx-2
+ \- An APRS iGate application with integrated Digipeater.
+@@ -329,7 +328,7 @@
+ # Unique code for your callsign to allow transmitting packets
+ # into the APRS-IS.
+ #
+-passcode -1
++passcode \-1
+ 
+ 
+ 
+@@ -1199,7 +1198,7 @@
+ .B viscous\-delay
+ defines a number of seconds from 0 (default) maximum of 9 that
+ the source will put the message on duplicate detector delay processing.
+-All occurrances of same packet per duplicate detector during that time
++All occurrences of same packet per duplicate detector during that time
+ will be accounted on duplicate detection, and if at the end of the delay
+ period there are more than one hit, the packet is discarded.
+ Use delay of 0 seconds for normal digipeater, 5 seconds for a fill-in,
+@@ -1390,8 +1389,8 @@
+ When entire packet takes 50 centiseconds, such preample alone doubles channel
+ occupancy.
+ A 6pack protocol on serial link (instead of KISS) could inform receiver
+-better on carrier presense times, however even that underestimates RF power
+-presense (RSSI) signal.  (6pack is not supported.)
++better on carrier presence times, however even that underestimates RF power
++presence (RSSI) signal.  (6pack is not supported.)
+ .PP
+ On serial lines supports really only 8n1 mode, not at all like: 7e1.
+ On the other hand, there really is no sensible usage for anything but 8n1...
+--- a/aprx-stat.8.in
++++ b/aprx-stat.8.in
+@@ -1,5 +1,4 @@
+ .TH aprx\-stat 8 "@DATEVERSION@"
+-.LO 8
+ .SH NAME
+ .B aprx\-stat
+ \- statistics utility for
diff --git a/debian/patches/02-reproducible-build.patch b/debian/patches/02-reproducible-build.patch
deleted file mode 100644
index 69b3117..0000000
--- a/debian/patches/02-reproducible-build.patch
+++ /dev/null
@@ -1,2 +0,0 @@
-remove timezone-varying timestamps from the generated manpages
-Author: Chris Lamb <lamby at debian.org>
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..534dc16 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-man-page.patch

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



More information about the pkg-hamradio-commits mailing list