From: Bastian Germann <bage@debian.org>
Date: Tue, 7 Dec 2021 11:31:11 +0100
Forwarded: not-needed
Subject: Prevent reading version from git

---
 gen_version_h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen_version_h b/gen_version_h
index a44c780..1fc3018 100755
--- a/gen_version_h
+++ b/gen_version_h
@@ -18,7 +18,7 @@ echo ""
 
 cd "$1" > /dev/null
 
-if ! git rev-parse 2>/dev/null; then
+if true; then
 	version="`cat VERSION`"
 else
 	describe="`git describe --long --dirty --match "v[0-9].[0-9]*"`"
