From fb8cacd398547833879334f6675a4b1a4aa70c7a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 16 Feb 2025 10:06:08 +0100 Subject: [PATCH] Applying patch from Chris Lamb to make build reproducible (Closes: #1023589). Signed-off-by: Daniel Baumann --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index c5c740a..5163c8c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export KBUILD_BUILD_TIMESTAMP = "@$(SOURCE_DATE_EPOCH)" + %: dh ${@} --buildsystem=meson --with python3