[Git][debian-gis-team/jeolib-jiplib][master] 3 commits: Ignore test failures everywhere except amd64.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat Oct 25 11:57:52 BST 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / jeolib-jiplib
Commits:
d433918d by Bas Couwenberg at 2025-10-25T11:42:48+02:00
Ignore test failures everywhere except amd64.
- - - - -
b32d67da by Bas Couwenberg at 2025-10-25T11:54:24+02:00
Re-enable Salsa CI i386 jobs.
- - - - -
e25623ae by Bas Couwenberg at 2025-10-25T12:57:48+02:00
Use test-build-validate-cleanup instead of test-build-twice.
- - - - -
3 changed files:
- debian/.gitlab-ci.yml
- debian/changelog
- debian/rules
Changes:
=====================================
debian/.gitlab-ci.yml
=====================================
@@ -3,6 +3,4 @@ include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
variables:
- SALSA_CI_DISABLE_AUTOPKGTEST_I386: 1
- SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1
- SALSA_CI_ENABLE_BUILD_PACKAGE_TWICE: 1
+ SALSA_CI_ENABLE_VALIDATE_PACKAGE_CLEAN_UP: 1
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+jeolib-jiplib (1.1.6+ds-2) UNRELEASED; urgency=medium
+
+ * Ignore test failures everywhere except amd64.
+ * Re-enable Salsa CI i386 jobs.
+ * Use test-build-validate-cleanup instead of test-build-twice.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 25 Oct 2025 11:42:21 +0200
+
jeolib-jiplib (1.1.6+ds-1) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -6,9 +6,19 @@
# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+include /usr/share/dpkg/architecture.mk
+
%:
dh $@ --buildsystem=pybuild
+override_dh_auto_test:
+# Ignore test failures on problematic architectures only
+ifeq (,$(filter $(DEB_BUILD_ARCH),amd64))
+ dh_auto_test || echo "Ignoring test failures"
+else
+ dh_auto_test
+endif
+
execute_after_dh_auto_install:
mkdir -p debian/tmp/usr/lib/python3
find $(CURDIR)/.pybuild/*/build/usr/ -name 'libmiallib.so.*' -delete
View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-jiplib/-/compare/cbad08c95b658a2c5d2bb6bf3b645bcb8286e48e...e25623aecdc34dd71399f66d607f28275b21cb0b
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-jiplib/-/compare/cbad08c95b658a2c5d2bb6bf3b645bcb8286e48e...e25623aecdc34dd71399f66d607f28275b21cb0b
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/20251025/5e253e5b/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list