From 4f90f404de032ab67d7d0f2831457b79fbefea8a Mon Sep 17 00:00:00 2001 From: Maximilian Engelhardt Date: Thu, 4 Mar 2021 23:25:31 +0100 Subject: [PATCH] d/rules: remove reproducible=+fixfilepath from DEB_BUILD_MAINT_OPTIONS It is enabled by default now. Signed-off-by: Maximilian Engelhardt --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9e2626b582..5940496035 100755 --- a/debian/rules +++ b/debian/rules @@ -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. # -- 2.30.2