File: rules

package info (click to toggle)
hamradio-files 20230502
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,428 kB
  • sloc: sh: 66; makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 511 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	debian/tests/cty bigcty

override_dh_install:
	dh_install
	# keep only call and DOK from WAG_call_history.txt
	sed -e 's/,,.*,,/,/' www.dk9tn.de/downloads/WAG_call_history.txt > debian/hamradio-files/usr/share/hamradio-files/WAG_call_history.txt
	# remove CR line terminators
	sed -i -e 's/[[:space:]]*$$//' debian/hamradio-files/usr/share/hamradio-files/*

override_dh_fixperms:
	chmod -x debian/hamradio-files/usr/share/hamradio-files/cty.*
	dh_fixperms