Browse Source

debian: make the build reproducible

Frédéric Pierret (fepitre) 3 years ago
parent
commit
685dfd723c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      debian/rules

+ 3 - 3
debian/rules

@@ -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:
@@ -15,4 +15,4 @@ override_dh_auto_install:
 	make install
 
 override_dh_install:
-	dh_install --fail-missing
+	dh_install --fail-missing