[Git][debian-gis-team/postgis][master] 2 commits: Drop 32-bit architectures from test-extension-creation.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Dec 12 08:49:01 GMT 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / postgis
Commits:
5c0922ee by Bas Couwenberg at 2025-12-12T09:48:01+01:00
Drop 32-bit architectures from test-extension-creation.
- - - - -
ea3bb624 by Bas Couwenberg at 2025-12-12T09:48:54+01:00
Drop architecture constraints for libsfcgal-dev.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/control.in
- debian/tests/test-extension-creation
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,8 @@
postgis (3.6.1+dfsg-2) UNRELEASED; urgency=medium
* Use debrebuild instead of reprotest.
+ * Drop 32-bit architectures from test-extension-creation.
+ * Drop architecture constraints for libsfcgal-dev.
-- Bas Couwenberg <sebastic at debian.org> Fri, 28 Nov 2025 12:06:16 +0100
=====================================
debian/control
=====================================
@@ -20,7 +20,7 @@ Build-Depends: architecture-is-64-bit <!pkg.postgresql.32-bit>,
libpcre2-dev,
libproj-dev (>= 5.2.0),
libprotobuf-c-dev,
- libsfcgal-dev (>= 1.3.1) [!armel !armhf],
+ libsfcgal-dev (>= 1.3.1),
libxml2-dev (>= 2.5.0~),
lsb-release,
pkgconf,
=====================================
debian/control.in
=====================================
@@ -20,7 +20,7 @@ Build-Depends: architecture-is-64-bit <!pkg.postgresql.32-bit>,
libpcre2-dev,
libproj-dev (>= 5.2.0),
libprotobuf-c-dev,
- libsfcgal-dev (>= 1.3.1) [!armel !armhf],
+ libsfcgal-dev (>= 1.3.1),
libxml2-dev (>= 2.5.0~),
lsb-release,
pkgconf,
=====================================
debian/tests/test-extension-creation
=====================================
@@ -8,7 +8,7 @@ unset LC_ALL LANGUAGE
ARCH="$(dpkg-architecture -qDEB_BUILD_ARCH)"
case $ARCH in
- armel|armhf|i386|mips|mips64el|mipsel|s390x|alpha|hppa|hurd-i386|kfreebsd-i386|powerpc|ppc64|sparc64)
+ s390x|alpha|ppc64|sparc64)
echo "Ignoring test failures on problematic architectures"
TEST_FAIL_EXITCODE=77 ;;
*)
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/087171887fa6cce64998b330d2403603a09d0551...ea3bb6244aef8e7ec8f1bbdb8b00d1cb271ef780
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/087171887fa6cce64998b330d2403603a09d0551...ea3bb6244aef8e7ec8f1bbdb8b00d1cb271ef780
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/20251212/16e78b87/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list