Skip to content

Commit 06282cc

Browse files
committed
add ka9q-radio-recordings and ka9q-radio-horus packages
1 parent b466162 commit 06282cc

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

debian/control

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,24 @@ Depends:
5454
Description: AX.25/aprs subsystem for ka9q-radio
5555
Provides AFSK AX.25 decoder, APRS extractor and feeder
5656

57+
Package: ka9q-radio-recordings
58+
Architecture: any
59+
Depends:
60+
${misc:Depends},
61+
systemd
62+
Description: recording subsystem for ka9q-radio
63+
Provides some sample configurations for automatic recording of groups of audio
64+
channels from ka9q-radio's radiod
65+
66+
Package: ka9q-radio-horus
67+
Architecture: any
68+
Depends:
69+
${misc:Depends},
70+
systemd
71+
Description: demodulation subsystem for horus balloon telemetry
72+
Decode balloon telemetry in the Horus (VK5QI) format
73+
requires horus_demod package to be manually installed
74+
5775
Package: ka9q-radio-ft
5876
Architecture: any
5977
Depends:

debian/ka9q-radio-horus.install

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# ka9q-radio-horus.install
2+
etc/radio/horus.conf
3+
usr/bin/start-ka9q-horus
4+
usr/lib/systemd/system/horusdemod.service
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ka9q-radio-recordings.install
2+
etc/logrotate.d/recordings.rotate
3+
etc/radio/recordings@aviation.conf
4+
etc/radio/recordings@cactus.conf
5+
etc/radio/recordings@darn.conf
6+
etc/radio/recordings@fm.conf
7+
etc/radio/recordings@papa.conf
8+
etc/radio/recordings@pictures.conf
9+
etc/radio/recordings@wins.conf
10+
etc/radio/recordings@wwv.conf
11+
usr/lib/systemd/system/recordings@.service

0 commit comments

Comments
 (0)