From 18a2a63f9a61778be27f09e3a2ca298f2d03a5f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafael=20Laboissi=C3=A8re?= Date: Sat, 11 Dec 2021 17:53:57 -0300 Subject: [PATCH] fixup --- debian/not-installed | 1 + debian/python3-mathgl.install | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 debian/not-installed diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 0000000..c6962eb --- /dev/null +++ b/debian/not-installed @@ -0,0 +1 @@ +usr/lib/python*/dist-packages/mathgl/__pycache__/*.pyc diff --git a/debian/python3-mathgl.install b/debian/python3-mathgl.install index 46f4040..1d978d4 100644 --- a/debian/python3-mathgl.install +++ b/debian/python3-mathgl.install @@ -1,2 +1,2 @@ usr/lib/python3*/dist-packages/mathgl/*.so -usr/lib/python3*/dist-packages/mathgl/__pycache__/*.py* usr/lib/python3/dist-packages/mathgl +usr/lib/python3*/dist-packages/mathgl/__pycache__/*.py usr/lib/python3/dist-packages/mathgl -- 2.30.2