From e6ea3832fc2ea0b7933f6e878644d0ec089e2a03 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 4 Dec 2020 00:11:47 +0100 Subject: [PATCH] add aprs-symbols debian package --- config_webrx.py | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config_webrx.py b/config_webrx.py index c9f0939..5858075 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -326,7 +326,7 @@ aprs_igate_password = "" aprs_igate_beacon = False # path to the aprs symbols repository (get it here: https://github.com/hessu/aprs-symbols) -aprs_symbols_path = "/opt/aprs-symbols/png" +aprs_symbols_path = "/usr/share/aprs-symbols/png" # === PSK Reporter setting === # enable this if you want to upload all ft8, ft4 etc spots to pskreporter.info diff --git a/debian/control b/debian/control index a946b32..3538a8d 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,6 @@ Vcs-Git: https://github.com/jketterl/openwebrx.git Package: openwebrx Architecture: all Depends: adduser, python3 (>= 3.5), python3-pkg-resources, csdr (>= 0.17), netcat, owrx-connector (>= 0.4), soapysdr-tools, python3-js8py (>= 0.1), ${python3:Depends}, ${misc:Depends} -Recommends: digiham (>= 0.3), dsd (>= 1.7), sox, direwolf (>= 1.4), wsjtx, eb200-connector, hpsdrconnector +Recommends: digiham (>= 0.3), dsd (>= 1.7), sox, direwolf (>= 1.4), wsjtx, eb200-connector, hpsdrconnector, aprs-symbols Description: multi-user web sdr Open source, multi-user SDR receiver with a web interface \ No newline at end of file