diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
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 |