From: Rafael Laboissière Date: Sun, 7 Jan 2024 19:39:15 +0000 (-0300) Subject: d/rules: Add __init__.py file to the mathgl Python module X-Git-Tag: archive/raspbian/8.0.3-2+rpi1^2^2^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d6a88c86d7848ce4cfa2c862ed2693ecc79ab917;p=mathgl.git d/rules: Add __init__.py file to the mathgl Python module --- diff --git a/debian/rules b/debian/rules index c4c7c71..d73351d 100755 --- a/debian/rules +++ b/debian/rules @@ -58,3 +58,6 @@ override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) LOCAL=true debian/tests/run-tests endif + +execute_after_dh_installdeb: + echo "from .mathgl import *" > debian/python3-mathgl/usr/lib/python3/dist-packages/mathgl/__init__.py