From 2f7dab6b8cf053f708c849435b1e2135a6d00a68 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Thu, 15 Feb 2024 07:52:57 +0100 Subject: [PATCH] Fix build on i386 --- debian/changelog | 3 ++- debian/tests/run-tests | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.30.2