summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@mister-muffin.de>2020-10-23 10:02:25 +0200
committerJohannes 'josch' Schauer <josch@mister-muffin.de>2020-10-23 10:02:25 +0200
commit66ec208234a4cd73d807697c7c16d752ace042c2 (patch)
tree087fdda884360a7800d1d77afb3a271caf1f27e7
parent64b73953e5a0a1bf5447e4ba658c18141c105be8 (diff)
debian/rules: build with reproducible=+fixfilepath
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 0463874..863f671 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all reproducible=+fixfilepath
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk