Fix build on i386
authorAndreas Tille <tille@debian.org>
Thu, 15 Feb 2024 06:52:57 +0000 (07:52 +0100)
committerAndreas Tille <tille@debian.org>
Thu, 15 Feb 2024 06:52:57 +0000 (07:52 +0100)
debian/changelog
debian/tests/run-tests

index 57e4bb60a80af22dc7beb775c2104c6e369c4efc..f56171842b73aed29c708003b3c1996317d5c60a 100644 (file)
@@ -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 <tille@debian.org>  Thu, 15 Feb 2024 07:29:50 +0100
 
index 1f56711c45a1d4bafbae50fc4b3e1043ff4c2146..1103546f8d6132c54c161ec642ee8556a85b6fa6 100755 (executable)
@@ -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