summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-12-11 09:11:23 +0100
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-12-11 09:11:23 +0100
commit6f3cf570afab1005f81793c83b7ba5766c7c5bab (patch)
treeeb742a270c37c469aaac2f706b4d3e8a0fe2ae3d
parent5569e9aff300ce140212e677afe3dac4e6d6ce0d (diff)
use python3-qtconsole instead of ipython3-qtconsoledebian/0.11.0+dfsg-3
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 86bdf86..d0764f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+silx (0.11.0+dfsg-3) unstable; urgency=medium
+
+ * d/control: Build-Depends on python3-qtconsole(Closes: #946571).
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Wed, 11 Dec 2019 09:10:31 +0100
+
silx (0.11.0+dfsg-2) unstable; urgency=medium
* Use debhelper-compat instead of debian/compat.
diff --git a/debian/control b/debian/control
index e5a8e49..fa42f3d 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Build-Depends: cython3 (>= 0.23.2),
dh-python,
help2man,
ipython3,
- ipython3-qtconsole,
pandoc <!nodoc>,
python3-all-dbg,
python3-all-dev,
@@ -35,6 +34,7 @@ Build-Depends: cython3 (>= 0.23.2),
python3-pyqt5.qtopengl-dbg,
python3-pyqt5.qtsvg,
python3-pyqt5.qtsvg-dbg,
+ python3-qtconsole,
python3-scipy,
python3-scipy-dbg,
python3-setuptools,