[Git][debian-gis-team/pyosmium][master] 2 commits: Drop support for 32-bit architectures, like osm2pgsql....

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Oct 22 04:17:11 BST 2025



Bas Couwenberg pushed to branch master at Debian GIS Project / pyosmium


Commits:
545df03a by Bas Couwenberg at 2025-10-22T05:12:26+02:00
Drop support for 32-bit architectures, like osm2pgsql. https://github.com/osmcode/pyosmium/issues/306

- - - - -
a72dfca2 by Bas Couwenberg at 2025-10-22T05:12:43+02:00
Set distribution to unstable.

- - - - -


4 changed files:

- debian/.gitlab-ci.yml
- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
@@ -4,6 +4,7 @@ include:
 
 variables:
   SALSA_CI_DISABLE_AUTOPKGTEST_I386: 1
+  SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1
   SALSA_CI_ENABLE_BUILD_PACKAGE_TWICE: 1
 
 reprotest:


=====================================
debian/changelog
=====================================
@@ -1,8 +1,9 @@
-pyosmium (4.2.0-2) UNRELEASED; urgency=medium
+pyosmium (4.2.0-2) unstable; urgency=medium
 
-  * Ignore test failure on i386.
+  * Drop support for 32-bit architectures, like osm2pgsql.
+    https://github.com/osmcode/pyosmium/issues/306
 
- -- Bas Couwenberg <sebastic at debian.org>  Tue, 21 Oct 2025 21:16:22 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 22 Oct 2025 05:12:27 +0200
 
 pyosmium (4.2.0-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -3,7 +3,8 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Bas Couwenberg <sebastic at debian.org>
 Section: science
 Priority: optional
-Build-Depends: cmake (>= 3.0),
+Build-Depends: architecture-is-64-bit,
+               cmake (>= 3.0),
                debhelper-compat (= 13),
                dh-python,
                dh-sequence-python3,


=====================================
debian/rules
=====================================
@@ -5,8 +5,6 @@
 # Enable hardening build flags
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
-include /usr/share/dpkg/architecture.mk
-
 export DEB_CXXFLAGS_MAINT_APPEND=$(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get CPPFLAGS)
 
 export PYBUILD_NAME=pyosmium
@@ -20,14 +18,6 @@ export VERBOSE=1
 %:
 	dh $@ --buildsystem pybuild
 
-# https://github.com/osmcode/pyosmium/issues/306
-override_dh_auto_test:
-ifneq (,$(filter $(DEB_BUILD_ARCH),i386))
-	dh_auto_test || echo "Ignoring test failures"
-else
-	dh_auto_test
-endif
-
 execute_after_dh_auto_install:
 	mkdir -p debian/python3-pyosmium/usr/lib/python3-pyosmium
 	mv -v debian/python3-pyosmium/usr/bin/* debian/python3-pyosmium/usr/lib/python3-pyosmium/



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/compare/326233b5d6a87f8478689d7f4abab6192e397d6b...a72dfca2a6dee46036066a608e9c319fce5181b5

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/compare/326233b5d6a87f8478689d7f4abab6192e397d6b...a72dfca2a6dee46036066a608e9c319fce5181b5
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/20251022/2df228da/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list