[neon/forks/libgpgme/Neon/release] debian: iterate

Carlos De Maine null at kde.org
Tue Jul 2 12:36:15 BST 2024


Git commit 9cef8a404dfcd9acd54b67a1f57131722c34873b by Carlos De Maine.
Committed on 02/07/2024 at 11:36.
Pushed by carlosdem into branch 'Neon/release'.

iterate

M  +2    -1    debian/rules

https://invent.kde.org/neon/forks/libgpgme/-/commit/9cef8a404dfcd9acd54b67a1f57131722c34873b

diff --git a/debian/rules b/debian/rules
index ab6188e5..c0c5da8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@ export _PYTHON_HOST_PLATFORM:=${DEB_HOST_ARCH_OS}-${DEB_HOST_ARCH}
 ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
 	export _PYTHON_SYSCONFIGDATA_NAME:=_sysconfigdata__${DEB_HOST_ARCH_OS}_${DEB_HOST_MULTIARCH}
 endif
-export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MY_PACKAGE=1.23.2
+export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM)
+
 %:
 	dh $@ --with python3
 	


More information about the Neon-commits mailing list