Skip to content

Commit 4f7989a

Browse files
committed
fix long description lines
fix modes on non-executable config files
1 parent fc6c388 commit 4f7989a

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

aux/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ install:
5252
# Setup init system
5353
install -m 0644 radio.sysusers $(DESTDIR)$(sysusersdir)/radio.conf
5454
# Setup kernel configuration
55-
install $(SYSCTL) $(DESTDIR)$(sysctldir)
56-
install $(BLACKLIST) $(DESTDIR)$(modprobedir)
55+
install -m 0644 $(SYSCTL) $(DESTDIR)$(sysctldir)
56+
install -m 0644 $(BLACKLIST) $(DESTDIR)$(modprobedir)
5757
# Setup log rotation
5858
install -m 0644 $(LOGROTATE_FILES) $(DESTDIR)$(logrotatedir)
5959
# Configure HFDL
60-
install systable.conf $(DESTDIR)$(hfdllibdir)
61-
install start-hfdl.sh $(DESTDIR)$(sbindir)
60+
install -m 0644 systable.conf $(DESTDIR)$(hfdllibdir)
61+
install -m 0755 start-hfdl.sh $(DESTDIR)$(sbindir)
6262
# Configure cron jobs
6363
install -m 0644 ka9q-cleanups $(DESTDIR)$(crondir)
6464
# Configure scripts
65-
install $(SCRIPTS) $(DESTDIR)$(bindir)
65+
install -m 0755 $(SCRIPTS) $(DESTDIR)$(bindir)
6666

6767

debian/control

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Depends:
2222
${misc:Depends},
2323
libcat2-bin, systemd, udev
2424
Description: ka9q-radio SDR package
25-
Multichannel software-defined radio "spectrum server" with multicast control and data
25+
Multichannel software-defined radio "spectrum server"
26+
with multicast control and data
2627

2728
Package: ka9q-radio-airspy
2829
Architecture: any
@@ -76,7 +77,8 @@ Package: ka9q-radio-rx888
7677
Architecture: any
7778
Depends: ${shlibs:Depends}, ${misc:Depends}, ka9q-radio (= ${binary:Version})
7879
Description: RX-888 MkII device plugin for ka9q-radio
79-
ka9q-radio plugin for the RX-888 MkII direct sampling HF-6m SDR front end (no VHF/UHF support)
80+
ka9q-radio plugin for the RX-888 MkII direct sampling HF-6m
81+
SDR front end (no VHF/UHF support)
8082

8183
#Package: ka9q-radio-sdrplay
8284
#Architecture: any

0 commit comments

Comments
 (0)