[Python-modules-commits] [python-mpld3] 01/01: fix build-deps

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Oct 18 13:03:52 UTC 2015


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

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

commit 573b3e463222a0b521d324776b53c9e56291e131
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sun Oct 18 12:29:49 2015 +0000

    fix build-deps
---
 debian/changelog |  6 ++++++
 debian/control   | 15 ++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 466eb0d..9f3b82d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-mpld3 (0.3git+20140910dfsg-3) unstable; urgency=medium
+
+  * Fix b-d on matplotlib and jinja2 (Closes: #802120) Thanks Chris West!
+
+ -- W. Martin Borgert <debacle at debian.org>  Sun, 18 Oct 2015 12:25:43 +0000
+
 python-mpld3 (0.3git+20140910dfsg-2) unstable; urgency=low
 
   * Added the missing link(s) to d3.js (Closes: #770759)
diff --git a/debian/control b/debian/control
index f02f134..5649668 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,20 @@ 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, python-mplexporter, python3-mplexporter, node-smash, node-uglify, dh-python
+Build-Depends: python-all (>= 2.7~),
+	python-setuptools,
+	debhelper (>= 9),
+	python3-all,
+	python3-setuptools,
+	python-mplexporter,
+	python3-mplexporter,
+	node-smash,
+	node-uglify,
+	dh-python,
+	python-matplotlib,
+	python3-matplotlib,
+	python-jinja2,
+	python3-jinja2,
 Standards-Version: 3.9.6
 Homepage: https://mpld3.github.io/
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-mpld3.git

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



More information about the Python-modules-commits mailing list