From 7a41aa50289d8c75481d9430ea17b4ab9898717e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Tue, 8 Nov 2022 19:45:05 +0000
Subject: [PATCH] config: tmp disable version naming

---
 helpers/config | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/helpers/config b/helpers/config
index 26d9b146..6f763ea7 100755
--- a/helpers/config
+++ b/helpers/config
@@ -168,11 +168,11 @@ find -maxdepth 1 -type f | xargs rm
 cd source
 
 UPSTREAMVERSION=$(dpkg-parsechangelog --show-field Version)
-if echo $UPSTREAMVERSION | grep -q '-'; then
+#if echo $UPSTREAMVERSION | grep -q '-'; then
     export FULLVERSION=$(dpkg-parsechangelog --show-field Version)+${REVISION}trisquel${VERSION}
-else
-    export FULLVERSION=$(dpkg-parsechangelog --show-field Version)-${REVISION}trisquel${VERSION}
-fi
+#else
+#    export FULLVERSION=$(dpkg-parsechangelog --show-field Version)-${REVISION}trisquel${VERSION}
+#fi
 
 # Use 3.0 (native) deb source format
 [ -f debian/source/format ] && echo "3 (native)" > debian/source/format
-- 
GitLab