2019-12-08 13:02:09 +00:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=openwebrx
|
|
|
|
|
|
|
|
%:
|
2019-12-08 16:35:37 +00:00
|
|
|
dh $@ --with python3 --buildsystem=pybuild --with systemd
|
2020-06-23 17:39:26 +00:00
|
|
|
|
|
|
|
override_dh_strip_nondeterminism:
|
|
|
|
dh_strip_nondeterminism -X.png
|