From 8a21130c632318b47f0fd572158aa751de131271 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafael=20Laboissi=C3=A8re?= Date: Sat, 11 Dec 2021 07:30:10 -0300 Subject: [PATCH] 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 --- debian/python3-mathgl.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2