[neon/neon-packaging/glaxnimate/Neon/release] debian: Add override to set VERSION_SUFFIX to "" to avoid git versioning

Scarlett Moore null at kde.org
Mon Sep 11 18:04:35 BST 2023


Git commit 8a5195eec2c684fa9a6d90fcc029e7f3da416cda by Scarlett Moore.
Committed on 11/09/2023 at 19:03.
Pushed by scarlettmoore into branch 'Neon/release'.

Add override to set VERSION_SUFFIX to "" to avoid git versioning

M  +3    -0    debian/rules

https://invent.kde.org/neon/neon-packaging/glaxnimate/-/commit/8a5195eec2c684fa9a6d90fcc029e7f3da416cda

diff --git a/debian/rules b/debian/rules
index 9cf3a86..bf0d064 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- -DVERSION_SUFFIX=""


More information about the Neon-commits mailing list