summaryrefslogtreecommitdiff
path: root/package/debian8
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2018-03-04 10:20:27 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2018-03-04 10:20:27 +0100
commit270d5ddc31c26b62379e3caa9044dd75ccc71847 (patch)
tree55c5bfc851dfce7172d335cd2405b214323e3caf /package/debian8
parente19c96eff0c310c06c4f268c8b80cb33bd08996f (diff)
New upstream version 0.7.0+dfsg
Diffstat (limited to 'package/debian8')
-rw-r--r--package/debian8/control9
-rwxr-xr-xpackage/debian8/rules1
2 files changed, 4 insertions, 6 deletions
diff --git a/package/debian8/control b/package/debian8/control
index f10cd97..212266a 100644
--- a/package/debian8/control
+++ b/package/debian8/control
@@ -25,7 +25,6 @@ Build-Depends: cython,
python-pyopencl-dbg,
python-mako,
ipython,
- ipython-qtconsole,
python-matplotlib,
python-matplotlib-dbg,
python-opengl,
@@ -38,6 +37,7 @@ Build-Depends: cython,
python-sphinx,
python-sphinxcontrib.programoutput,
python-enum34,
+ python-concurrent.futures,
python3-all-dev,
python3-all-dbg,
python3-numpy,
@@ -50,7 +50,6 @@ Build-Depends: cython,
python3-pyopencl-dbg,
python3-mako,
ipython3,
- ipython3-qtconsole,
python3-matplotlib,
python3-matplotlib-dbg,
python3-opengl,
@@ -94,7 +93,6 @@ Depends: ${misc:Depends},
python-pyopencl,
python-mako,
ipython,
- ipython-qtconsole,
python-matplotlib,
python-opengl,
python-pyqt5,
@@ -102,6 +100,7 @@ Depends: ${misc:Depends},
python-scipy,
python-six,
python-enum34,
+ python-concurrent.futures,
# Recommends:
Suggests: python-rfoo
Description: Toolbox for X-Ray data analysis - Python2 library
@@ -123,7 +122,6 @@ Depends: ${misc:Depends},
python-pyopencl-dbg,
python-mako,
ipython,
- ipython-qtconsole,
python-matplotlib-dbg,
python-opengl,
python-pyqt5-dbg,
@@ -131,6 +129,7 @@ Depends: ${misc:Depends},
python-scipy-dbg,
python-six,
python-enum34,
+ python-concurrent.futures,
Description: Toolbox for X-Ray data analysis - python2 debug
.
This package contains the extension built for the Python 2 debug
@@ -149,7 +148,6 @@ Depends: ${misc:Depends},
python3-pyopencl,
python3-mako,
ipython3,
- ipython3-qtconsole,
python3-matplotlib,
python3-opengl,
python3-pyqt5,
@@ -177,7 +175,6 @@ Depends: ${misc:Depends},
python3-pyopencl-dbg,
python3-mako,
ipython3,
- ipython3-qtconsole,
python3-matplotlib-dbg,
python3-opengl,
python3-pyqt5-dbg,
diff --git a/package/debian8/rules b/package/debian8/rules
index d6cd69b..f72ed66 100755
--- a/package/debian8/rules
+++ b/package/debian8/rules
@@ -35,6 +35,7 @@ override_dh_install:
dh_install -p silx package/desktop/*.desktop usr/share/applications
dh_install -p silx package/desktop/silx.png usr/share/icons/hicolor/48x48/apps
dh_install -p silx package/desktop/silx.svg usr/share/icons/hicolor/scalable/apps
+ dh_install -p silx package/desktop/silx.xml usr/share/mime/packages
rm -rf debian/python-silx/usr/bin
rm -rf debian/python3-silx/usr/bin