From: Andreas Tille Date: Thu, 15 Feb 2024 06:52:57 +0000 (+0100) Subject: Fix build on i386 X-Git-Tag: archive/raspbian/8.0.3-2+rpi1^2^2^2~12^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2f7dab6b8cf053f708c849435b1e2135a6d00a68;p=mathgl.git Fix build on i386 --- diff --git a/debian/changelog b/debian/changelog index 57e4bb6..f561718 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,8 @@ mathgl (8.0.1-7) UNRELEASED; urgency=medium * Team upload. * Create /usr/lib/python3/dist-packages/mathgl/__init__.py only for - arch-dependant builds + arch-dependant builds to enable arch-indep builds + * Fix build on i386 -- Andreas Tille Thu, 15 Feb 2024 07:29:50 +0100 diff --git a/debian/tests/run-tests b/debian/tests/run-tests index 1f56711..1103546 100755 --- a/debian/tests/run-tests +++ b/debian/tests/run-tests @@ -4,7 +4,7 @@ set -e LOCAL=${LOCAL:-false} CWD=$(pwd) -BUILDDIR=obj-$(dpkg-architecture -qDEB_BUILD_MULTIARCH) +BUILDDIR=obj-$(dpkg-architecture -qDEB_BUILD_GNU_TYPE) if [ $LOCAL = true ] ; then cd $BUILDDIR/examples