[Python-modules-commits] [python-mplexporter] 01/01: fix build-deps on numpy and matplotlib

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Oct 18 13:42:46 UTC 2015


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

debacle pushed a commit to branch master
in repository python-mplexporter.

commit db60571aa18a1f0fb9cc2f7dddf51e611c61bb7b
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sun Oct 18 15:37:43 2015 +0200

    fix build-deps on numpy and matplotlib
---
 debian/changelog |  6 ++++++
 debian/control   | 10 +++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3e0aa9b..c2d4ea2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-mplexporter (0.0.1+20140921-2) unstable; urgency=medium
+
+  * fix b-d on numpy/matplotlib (Closes: #802149) Thanks Chris West!
+
+ -- W. Martin Borgert <debacle at debian.org>  Sun, 18 Oct 2015 13:35:57 +0000
+
 python-mplexporter (0.0.1+20140921-1) unstable; urgency=low
 
   * Initial release (Closes: #762629)
diff --git a/debian/control b/debian/control
index 6d2558b..5e8531f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,15 @@ Section: python
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>
-Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 9), python3-all, python3-setuptools
+Build-Depends: python-all (>= 2.7~),
+	python-setuptools,
+	debhelper (>= 9),
+	python3-all,
+	python3-setuptools,
+	python-numpy,
+	python3-numpy,
+	python-matplotlib,
+	python3-matplotlib,
 Standards-Version: 3.9.5
 Homepage: https://github.com/mpld3/mplexporter/
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-mplexporter.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mplexporter.git



More information about the Python-modules-commits mailing list