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