[numba] 12/20: add override for gencontrol, carrying dh{, 3}-numpy calls

Daniel Stender stender at moszumanska.debian.org
Fri Dec 23 15:33:30 UTC 2016


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

stender pushed a commit to branch master
in repository numba.

commit 6068a15f759e1dec1c6daf83a391e6f3d6cea94f
Author: Daniel Stender <stender at debian.org>
Date:   Fri Dec 23 10:34:46 2016 +0100

    add override for gencontrol, carrying dh{,3}-numpy calls
---
 debian/changelog | 3 ++-
 debian/rules     | 5 +++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c92048b..0343419 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ numba (0.29.0-1) UNRELEASED; urgency=medium
     + add more cruft.
   * deb/rules:
     + add discarded http_proxy to sphinx-build.
+    + add override for gencontrol, carrying dh{,3}-numpy calls.
   * add deb/gbp.conf.
   * let deb/clean handle egg-info/ (added), not deb/source/options
     (dropped).
@@ -21,7 +22,7 @@ numba (0.29.0-1) UNRELEASED; urgency=medium
     + run sphinx-build from build dir in rules (before that, copy docs into).
     + drop in-place extensions from deb/clean (not needed).
 
- -- Daniel Stender <stender at debian.org>  Fri, 23 Dec 2016 10:29:35 +0100
+ -- Daniel Stender <stender at debian.org>  Fri, 23 Dec 2016 10:33:46 +0100
 
 numba (0.23.1-1) experimental; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index a53c658..d5b3a76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,8 @@ override_dh_installdocs:
 
 override_dh_compress:
 	dh_compress -X.ipynb -X.ods -X.py # save examples and notebooks
+
+override_dh_gencontrol:
+        dh_numpy
+        dh_numpy3
+        dh_gencontrol

-- 
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