Create /usr/lib/python3/dist-packages/mathgl/__init__.py only for arch-dependant...
authorAndreas Tille <tille@debian.org>
Thu, 15 Feb 2024 06:31:00 +0000 (07:31 +0100)
committerAndreas Tille <tille@debian.org>
Thu, 15 Feb 2024 06:31:00 +0000 (07:31 +0100)
debian/changelog
debian/rules

index 35547c9266a4aafaeef3c2baafc407dcb31980fe..57e4bb60a80af22dc7beb775c2104c6e369c4efc 100644 (file)
@@ -1,3 +1,11 @@
+mathgl (8.0.1-7) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Create /usr/lib/python3/dist-packages/mathgl/__init__.py only for
+    arch-dependant builds
+
+ -- Andreas Tille <tille@debian.org>  Thu, 15 Feb 2024 07:29:50 +0100
+
 mathgl (8.0.1-6) unstable; urgency=medium
 
   * Team upload.
index 2e09442eca84e804924fa6e4ce0c49dbe9111c30..bce730dd73079ff4e3300c606eb23ac34ec83832 100755 (executable)
@@ -54,5 +54,5 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
        LOCAL=true debian/tests/run-tests
 endif
 
-execute_after_dh_installdeb:
+execute_after_dh_installdeb-arch:
        echo "from .mathgl import *" > debian/python3-mathgl/usr/lib/python3/dist-packages/mathgl/__init__.py