[Git][debian-gis-team/eodag][master] Robust upstream version computation
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Thu Apr 24 11:54:35 BST 2025
Antonio Valentino pushed to branch master at Debian GIS Project / eodag
Commits:
01e68a60 by Antonio Valentino at 2025-04-24T10:54:00+00:00
Robust upstream version computation
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
-export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM:+ds=)
+export SETUPTOOLS_SCM_PRETEND_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
export PYBUILD_TEST_ARGS=\
-k "not test_core_search_auths_matching \
and not test_fetch_json \
View it on GitLab: https://salsa.debian.org/debian-gis-team/eodag/-/commit/01e68a60e2f790dcef3630fc32026eb174976395
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/eodag/-/commit/01e68a60e2f790dcef3630fc32026eb174976395
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250424/fcabee44/attachment.htm>
More information about the Pkg-grass-devel
mailing list