From: Maximilian Engelhardt Date: Thu, 4 Mar 2021 22:25:31 +0000 (+0100) Subject: d/rules: remove reproducible=+fixfilepath from DEB_BUILD_MAINT_OPTIONS X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~34 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4f90f404de032ab67d7d0f2831457b79fbefea8a;p=xen.git d/rules: remove reproducible=+fixfilepath from DEB_BUILD_MAINT_OPTIONS It is enabled by default now. Signed-off-by: Maximilian Engelhardt --- 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. #