[theano] 03/03: Use python(3)-dev not -all-dev. (Closes: #867370)
Rebecca Palmer
rnpalmer-guest at moszumanska.debian.org
Fri Sep 22 19:16:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
rnpalmer-guest pushed a commit to branch master
in repository theano.
commit da8b64b0e50bce292ccb79daae0446c49e85c52e
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date: Fri Sep 22 19:33:20 2017 +0100
Use python(3)-dev not -all-dev. (Closes: #867370)
(we don't ship a compiled extension, but do compile against Python
headers at run time, including in the tests)
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5f354f6..c8ae289 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ theano (0.9.0-1) UNRELEASED; urgency=medium
* Use the version in doc->source links,
not a (usually non-existent) git commit number.
* Make tests work with older nose-parameterized.
+ * Use python(3)-dev not -all-dev. (Closes: #867370)
-- Rebecca N. Palmer <rebecca_palmer at zoho.com> Mon, 18 Sep 2017 22:15:10 +0100
diff --git a/debian/control b/debian/control
index 5ed5ff6..faaed25 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Uploaders:
Build-Depends:
debhelper (>= 10),
dh-python,
- python-all-dev,
- python3-all-dev,
+ python-dev,
+ python3-dev,
python-setuptools,
python3-setuptools,
python-six,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/theano.git
More information about the debian-science-commits
mailing list