manager/debian/rules

20 lines
353 B
Plaintext
Raw Normal View History

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