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:
|
2020-06-23 17:48:00 +00:00
|
|
|
dh_strip_nondeterminism -X.png
|
2022-12-29 05:05:40 +00:00
|
|
|
|
|
|
|
override_dh_builddeb:
|
|
|
|
dh_builddeb -- -Zxz
|