Skip to content

Commit 55adc20

Browse files
committed
Merge patches from Debian downstream
1 parent 3a2f31f commit 55adc20

File tree

4 files changed

+84
-9
lines changed

4 files changed

+84
-9
lines changed

Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ MANDIR:=$(strip $(MANDIR))
5050

5151
VERSION = $(shell git describe --tags | cut -b 2- || echo @VERSION_STRING@ | cut -b 2-)
5252

53-
DATE:=$(shell date +"%Y %B %d")
54-
RFCDATE:=$(shell date +"%a, %d %b %Y %H:%M:%S %z")
53+
DATE:=$(shell LC_ALL=C date --utc --date="$(SOURCE_DATE_EPOCH)" +"%Y %B %d")
54+
RFCDATE:=$(shell LC_ALL=C date --utc --date="$(SOURCE_DATE_EPOCH)" +"%a, %d %b %Y %H:%M:%S %z")
5555

5656
DEFS= -DAPRXVERSION="\"$(VERSION)\"" \
5757
-DVARRUN="\"$(VARRUN)\"" -DVARLOG="\"$(VARLOG)\"" \

aprx-stat.8.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.TH aprx\-stat 8 "@DATEVERSION@"
2-
.LO 8
32
.SH NAME
43
.B aprx\-stat
54
\- statistics utility for

aprx.8.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.TH aprx 8 "@DATEVERSION@"
2-
.LO 8
32
.SH NAME
43
.B Aprx-2
54
\- An APRS iGate application with integrated Digipeater.
@@ -20,7 +19,7 @@ infrastructure services for APRS protocol use.
2019
.PP
2120
A more detailed manual is available at:
2221
.br
23-
http://ham.zmailer.org/oh2mqk/aprx/aprx-manual.pdf
22+
http://thelifeofkenneth.com/aprx/aprx-manual.pdf
2423
.PP
2524
.SH FEATURES
2625
The Aprx begun as a receive-only APRS iGate application with minimum system
@@ -329,7 +328,7 @@ mycall N0CALL-1
329328
# Unique code for your callsign to allow transmitting packets
330329
# into the APRS-IS.
331330
#
332-
passcode -1
331+
passcode \-1
333332

334333

335334

@@ -1403,9 +1402,9 @@ Couple web sites:
14031402
.br
14041403
.IR "http://www.aprs-is.net/" ,
14051404
.br
1406-
.IR "http://wiki.ham.fi/Aprx.en" ,
1405+
.IR "http://thelifeofkenneth.com/aprx/" ,
14071406
.br
1408-
.I "http://ham.zmailer.org/oh2mqk/aprx/aprx-manual.pdf"
1407+
.I "http://thelifeofkenneth.com/aprx/aprx-manual.pdf"
14091408
.PP
14101409
.BR aprx-stat (8)
14111410

debian/copyright

Lines changed: 78 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,78 @@
1-
See LICENSE.
1+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: aprx
3+
Source: http://ham.zmailer.org/oh2mqk/aprx/
4+
5+
Files: *
6+
Copyright: 2007-2014 Matti Aarnio, OH2MQK, <[email protected]>
7+
License: BSD-3-Clause
8+
9+
Files: debian/*
10+
Copyright: 2014 Christopher Knadle <[email protected]>
11+
License: BSD-3-Clause
12+
13+
License: BSD-3-Clause
14+
Redistribution and use in source and binary forms, with or without
15+
modification, are permitted provided that the following conditions
16+
are met:
17+
1. Redistributions of source code must retain the above copyright
18+
notice, this list of conditions and the following disclaimer.
19+
2. Redistributions in binary form must reproduce the above copyright
20+
notice, this list of conditions and the following disclaimer in the
21+
documentation and/or other materials provided with the distribution.
22+
3. Neither the name of the University nor the names of its contributors
23+
may be used to endorse or promote products derived from this software
24+
without specific prior written permission.
25+
.
26+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
27+
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
28+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
29+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
30+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
31+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
32+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
33+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
34+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
35+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
36+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37+
38+
Files: ssl.*
39+
Copyright: 2002-2013 Igor Sysoev and 2011-2013 Nginx, Inc.
40+
License: BSD like 2-Clause
41+
Redistribution and use in source and binary forms, with or without
42+
modification, are permitted provided that the following conditions
43+
are met:
44+
1. Redistributions of source code must retain the above copyright
45+
notice, this list of conditions and the following disclaimer.
46+
2. Redistributions in binary form must reproduce the above copyright
47+
notice, this list of conditions and the following disclaimer in the
48+
documentation and/or other materials provided with the distribution.
49+
.
50+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
51+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
52+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
53+
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
54+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
55+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
56+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
57+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
58+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
59+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
60+
SUCH DAMAGE.
61+
.
62+
Copyright: 1996 - 2013, Daniel Stenberg, <[email protected]>
63+
License: CURL like
64+
Permission to use, copy, modify, and distribute this software for any purpose
65+
with or without fee is hereby granted, provided that the above copyright
66+
notice and this permission notice appear in all copies.
67+
.
68+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
69+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
70+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
71+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
72+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
73+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
74+
OR OTHER DEALINGS IN THE SOFTWARE.
75+
.
76+
Except as contained in this notice, the name of a copyright holder shall not
77+
be used in advertising or otherwise to promote the sale, use or other dealings
78+
in this Software without prior written authorization of the copyright holder.

0 commit comments

Comments
 (0)