d/rules: remove reproducible=+fixfilepath from DEB_BUILD_MAINT_OPTIONS
authorMaximilian Engelhardt <maxi@daemonizer.de>
Thu, 4 Mar 2021 22:25:31 +0000 (23:25 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Fri, 17 Dec 2021 10:53:04 +0000 (11:53 +0100)
It is enabled by default now.

Signed-off-by: Maximilian Engelhardt <maxi@daemonizer.de>
debian/rules

index 9e2626b582d7b4a5daca21891058dea56c4d05d3..594049603502427c0302aaf866e1ddd3f342160d 100755 (executable)
@@ -24,7 +24,7 @@ export SOURCE_BASE_DIR=$(shell pwd)
 # Inexplicably, if you tell make `export V=value' and `$(shell ...)'
 # it does not pass V to the shell.  WTF.  So we set a variable
 # dbmo which we include in the relevant $(shell ...) invocations.
-dbmo= DEB_BUILD_MAINT_OPTIONS="hardening=+all reproducible=+fixfilepath"
+dbmo= DEB_BUILD_MAINT_OPTIONS="hardening=+all"
 
 # Architecture handling.
 #