From 7be85976ffb882f9e93cc582775910267ee53e01 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Thu, 15 Feb 2024 07:31:00 +0100 Subject: [PATCH] Create /usr/lib/python3/dist-packages/mathgl/__init__.py only for arch-dependant builds --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 35547c9..57e4bb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 15 Feb 2024 07:29:50 +0100 + mathgl (8.0.1-6) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index 2e09442..bce730d 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.30.2