manager/debian/rules
Marek Marczykowski-Górecki 1b0f96a756
debian: make sure qt5 build tools are used
Specifically avoid `lrelease` call be confused with qt4 variant.
2020-11-11 05:02:44 +01:00

20 lines
353 B
Makefile
Executable File

#!/usr/bin/make -f
include /usr/share/dpkg/default.mk
export DESTDIR=$(shell pwd)/debian/tmp
export QT_SELECT=qt5
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_build:
QT_HASH_SEED=0 make ui res translations
make python
override_dh_auto_install:
make python_install
make install
override_dh_install:
dh_install --fail-missing