From 39b3adfb35b4c7f106fdbcf6906f769f1bf5a1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 7 May 2024 20:32:45 +0200 Subject: [PATCH] config: disable git version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this auto-disables some tests that need a git commit hash. Gbp-Dch: Ignore Signed-off-by: Fabian Grünbichler --- debian/config.toml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/config.toml.in b/debian/config.toml.in index b4e7c8d7df..d68eb04517 100644 --- a/debian/config.toml.in +++ b/debian/config.toml.in @@ -66,6 +66,7 @@ rpath = false # see also d-custom-debuginfo-path.patch remap-debuginfo = true +omit-git-hash = true verbose-tests = true backtrace-on-ice = true