1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
aprx (2.9.0+dfsg-2) unstable; urgency=medium
* debian/aprx.init
- Update to rename DAEMON_ARGS variable to DAEMON_OPTS to match
variable name in /etc/default
* debian/compat:
- Update from debhelper compatibility 9 to 11
* debian/control:
- Update Build-Depends for debhelper >=11
- Update Vcs-Browser and Vcs-Git links to point to repository on Salsa
- Remove Build-Depends libssl-dev and Depends openssl (Closes: #855623)
Thanks to Sebastian Andrzej Siewior <sebastian@breakpoint.cc> for
reporting the bug and examining the compile process.
- Update Standards-Version to 4.2.1
Changes:
- Update copyright-format URL to use https for Debian Policy § 12.5
- Update Priority: "extra" to "optional" for Debian Policy § 2.5
- Update aprx.default to remove environment STARTAPRX variable for
daemon enable/disable for Debian Policy § 9.3.3.1
- Update aprx.init script to remove /etc/default check for daemon
enable/disable
- Add aprx.README.Debian for explanation of using update-rc.d to
enable/disable daemon for sysvinit, and systemctl commands for
enable/disable with systemd
- Update debian/rules for DH_VERBOSE=1 to increase build verbosity
as requested in Debian Policy § 4.9
* debian/copyright:
- Update copyright years for debian/* section
* debian/patches:
- Add 02-reproducible-builds.patch to make build reproducible.
Thanks to Chris Lamb <lamby@debian.org> for filing the bug, including a
patch with a fix, and finding the Git commit to the fix upstream. :)
(Closes: #854111)
-- Christopher Knadle <Chris.Knadle@coredump.us> Thu, 27 Sep 2018 03:20:51 +0000
aprx (2.9.0+dfsg-1) unstable; urgency=medium
* New Upstream Import
* Removed firmware folder, no license or sources
* Removed windows folder, no license or attribution given
-- Dave Hibberd <d@vehibberd.com> Tue, 24 Jan 2017 19:20:16 +0000
aprx (2.08.svn593+dfsg-2) unstable; urgency=medium
* remove timezone-varying timestamps from the generated manpages
fixes "reproducible builds" (Closes: #795441)
-- Colin Tuckley <colint@debian.org> Tue, 18 Aug 2015 16:38:40 +0100
aprx (2.08.svn593+dfsg-1) unstable; urgency=medium
* Remove firmware directory since no licence or sources
* Add licences for ssl.* to debian/copyright (Closes: #794819)
-- Colin Tuckley <colint@debian.org> Tue, 11 Aug 2015 17:55:20 +0100
aprx (2.08.svn593-1) unstable; urgency=medium
[ Christopher Knadle ]
* See main ChangeLog.
* Upstream snapshot from 2014-04-06
* original source:
removed files:
build-stamp (empty)
configure-stamp (empty)
f4fxl-core (unnecessazry binary with no corresponding source)
fixed these via "dpkg-source --commit", but the binary with
no corresponding source requires creating a -dfsg source
tarball if this is to be released into Debian proper
* debian/copyright: updated for copyright format 1.0
(Previously simply said "See license.")
* debian/compat: updated from 5 to 9
* debian/control:
Maintainer: fixed broken email address:
<aprx@ham> to <aprx@ham.net>
Standards-Version: updated from 3.7.2 to 3.9.6
* debian/rules: update to use 'dh' with overrides and hardening
* debian/aprx.init: add code to disable starting aprx if STARTAPRX="no"
is set in /etc/default/aprx.
[ Colin Tuckley ]
* Add Homepage field to debian/control
* Fix minor Lintian warnings in man pages
* Add $remote_fs to Required-Start & Required-Stop
-- Colin Tuckley <colint@debian.org> Sun, 14 Jun 2015 20:24:20 +0100
aprx (2.08.593-1) unstable; urgency=low
* See main ChangeLog.
-- aprx maintainer <arpx@ham.net> Sun, 06 Apr 2014 02:06:07 +0300
aprx (0.0.0-1) unstable; urgency=low
* Initial debianization.
-- Kimmo Jukarainen <oh3gnu@ham.net> Thu, 3 Jan 2008 20:35:29 +0200
|