From 89ac541925a4d3552d0bead38f436ee2aeaa468d Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Sat, 27 Nov 2021 16:53:35 +0100 Subject: Ensure dh_numpy3 is called for NumPy ABI generation --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4877515..60edbf7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pyspike (0.6.0-6) unstable; urgency=medium + + * Call dh_numpy3. + + -- Gard Spreemann Sat, 27 Nov 2021 16:52:29 +0100 + python-pyspike (0.6.0-5) unstable; urgency=medium * Add patch to fix Python 3.10 compatibility. diff --git a/debian/rules b/debian/rules index b3a7e6e..c24083a 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,5 @@ export PYBUILD_NAME = pyspike %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with numpy3,python3 --buildsystem=pybuild -- cgit v1.2.3