prevent debian packaging from modifying png files
This commit is contained in:
parent
480b728c06
commit
d6512e0a86
3
debian/rules
vendored
3
debian/rules
vendored
@ -3,3 +3,6 @@ export PYBUILD_NAME=openwebrx
|
|||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3 --buildsystem=pybuild --with systemd
|
dh $@ --with python3 --buildsystem=pybuild --with systemd
|
||||||
|
|
||||||
|
override_dh_strip_nondeterminism:
|
||||||
|
dh_strip_nondeterminism -X.png
|
||||||
|
Loading…
Reference in New Issue
Block a user