From: Rafael Laboissière Date: Sat, 11 Dec 2021 10:30:10 +0000 (-0300) Subject: New upstream installation path for Python files X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8a21130c632318b47f0fd572158aa751de131271;p=mathgl.git New upstream installation path for Python files + d/python3-mathgl.install: Adjust for new upstream layout + d/not-installed: Ignore the .pyc file Gbp-Dch: Full --- diff --git a/debian/python3-mathgl.install b/debian/python3-mathgl.install index c02529e..46f4040 100644 --- a/debian/python3-mathgl.install +++ b/debian/python3-mathgl.install @@ -1,2 +1,2 @@ -usr/lib/python3*/dist-packages/*.so -usr/lib/python3*/dist-packages/__pycache__/*.py usr/lib/python3/dist-packages/ +usr/lib/python3*/dist-packages/mathgl/*.so +usr/lib/python3*/dist-packages/mathgl/__pycache__/*.py* usr/lib/python3/dist-packages/mathgl