[numba] 16/20: deb/control: add python-funcsigs and singledispatch to build-deps
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 63e88d5ed99dca9268e1abb48d2986bcb20089dd
Author: Daniel Stender <stender at debian.org>
Date: Fri Dec 23 10:57:35 2016 +0100
deb/control: add python-funcsigs and singledispatch to build-deps
---
debian/changelog | 5 +++--
debian/control | 2 ++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d680f27..18e506e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ numba (0.29.0-1) UNRELEASED; urgency=medium
* New upstream release:
+ unfuzz sphinx-rtd-theme.patch.
- * Build Python 2 package (changes in deb/control and rules).
+ * Build Python 2 package (changes in deb/control and rules):
+ + add python-funcsigs and singledispatch to build-deps.
* deb/control:
+ bump standards to 3.9.8 (no changes needed).
+ add missing llvmlite to binary package deps.
@@ -23,7 +24,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:50:12 +0100
+ -- Daniel Stender <stender at debian.org> Fri, 23 Dec 2016 11:01:54 +0100
numba (0.23.1-1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index cc8f86f..1b5efb8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,8 @@ Build-Depends:
dh-python,
python-all-dev,
python3-all-dev,
+ python-funcsigs,
+ python-singledispatch,
python-llvmlite,
python3-llvmlite,
python-numpy,
--
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