debian: make the build reproducible

This commit is contained in:
Frédéric Pierret (fepitre) 2020-10-23 10:50:18 +02:00
parent 954f2dc7f7
commit 685dfd723c
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

4
debian/rules vendored
View File

@ -4,10 +4,10 @@ include /usr/share/dpkg/default.mk
export DESTDIR=$(shell pwd)/debian/tmp
%:
dh $@
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_build:
make ui res translations
QT_HASH_SEED=0 make ui res translations
make python
override_dh_auto_install: