From ce338c6c5918a9b7d10300de3ef28034c11c55a7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 10 Nov 2022 23:06:06 +0100 Subject: 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 -- cgit v1.2.3