summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-11-27 16:53:35 +0100
committerGard Spreemann <gspr@nonempty.org>2021-11-27 16:53:35 +0100
commit89ac541925a4d3552d0bead38f436ee2aeaa468d (patch)
treec4fcb06cb87c69856e204f85686ebc83c204049d
parent442e04b3d8744608771dfc06df1acf71f422c9d3 (diff)
Ensure dh_numpy3 is called for NumPy ABI generation
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
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 <gspr@nonempty.org> 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