[numba] 15/20: add export for PYBUILD_INSTALL_ARGS
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 df44b11e5a2c9a7293d8640c8d8edc5a1b44f849
Author: Daniel Stender <stender at debian.org>
Date: Fri Dec 23 10:51:38 2016 +0100
add export for PYBUILD_INSTALL_ARGS
---
debian/changelog | 3 ++-
debian/rules | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 0343419..d680f27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ numba (0.29.0-1) UNRELEASED; urgency=medium
* deb/clean:
+ add more cruft.
* deb/rules:
+ + add export for PYBUILD_INSTALL_ARGS (put scripts into /usr/share).
+ add discarded http_proxy to sphinx-build.
+ add override for gencontrol, carrying dh{,3}-numpy calls.
* add deb/gbp.conf.
@@ -22,7 +23,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:33:46 +0100
+ -- Daniel Stender <stender at debian.org> Fri, 23 Dec 2016 10:50:12 +0100
numba (0.23.1-1) experimental; urgency=medium
diff --git a/debian/rules b/debian/rules
index 49be9c4..ef39edc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
#export DH_VERBOSE=1
#export DEB_BUILD_OPTIONS=nocheck
export PYBUILD_NAME=numba
+export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/share/{package}
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
--
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