[numba] 01/09: deb/rules: run dh_numpy within dh_python overrides

Daniel Stender stender at moszumanska.debian.org
Sun Jul 23 14:51:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

stender pushed a commit to branch master
in repository numba.

commit 596dd7ef7abdb9ef333f6f34e1bb1dde028ceb9d
Author: Daniel Stender <stender at debian.org>
Date:   Mon Jul 17 23:38:17 2017 +0200

    deb/rules: run dh_numpy within dh_python overrides
---
 debian/changelog |  7 +++++++
 debian/rules     | 13 ++++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 05357f2..5d31382 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+numba (0.34.0-2) UNRELEASED; urgency=medium
+
+  * deb/rules:
+    + run dh_numpy within dh_python overrides.
+
+ -- Daniel Stender <stender at debian.org>  Mon, 17 Jul 2017 23:37:08 +0200
+
 numba (0.34.0-1) experimental; urgency=medium
 
   * New upstream release:
diff --git a/debian/rules b/debian/rules
index 1d9d600..4571e4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,10 +25,13 @@ override_dh_installdocs:
 	cp -a docs CHANGE_LOG examples .pybuild/pythonX.Y_2.7/build
 	http_proxy='127.0.0.1:9' sphinx-build -N -bhtml .pybuild/pythonX.Y_2.7/build/docs/source/ debian/numba-doc/usr/share/doc/numba-doc/html/
 
-override_dh_compress:
-	dh_compress -X.ipynb -X.ods -X.py # save examples and notebooks
-
-override_dh_gencontrol:
+override_dh_python2:
+	dh_python2
 	dh_numpy
+
+override_dh_python3:
+	dh_python3
 	dh_numpy3
-	dh_gencontrol
+
+override_dh_compress:
+	dh_compress -X.ipynb -X.ods -X.py # save examples and notebooks

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/numba.git



More information about the debian-science-commits mailing list