summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2017-09-01 15:09:40 +0200
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2017-09-01 15:12:52 +0200
commitf8593f1e77657658aa1e39a6d9860015c330297f (patch)
treee515463c88404188177c02f009a71bcf51d01c28 /debian/control
parent9476c9afc088a4738a81c0248ee1510b0d8ad860 (diff)
fix the -dbg dependencies
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 24 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index b6152c8..8bf3a3b 100644
--- a/debian/control
+++ b/debian/control
@@ -140,7 +140,18 @@ Section: debug
Depends: python-silx (= ${binary:Version}),
${misc:Depends},
${python:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ python-fabio-dbg,
+ python-h5py-dbg,
+ python-lxml-dbg,
+ python-matplotlib-dbg,
+ python-numpy-dbg,
+ python-pil-dbg,
+ python-pyopencl-dbg,
+ python-pyqt5-dbg,
+ python-pyqt5.qtopengl-dbg,
+ python-pyqt5.qtsvg-dbg,
+ python-scipy-dbg
Description: Toolbox for X-Ray data analysis - Python2 debug
The silx project aims at providing a collection of Python packages to
support the development of data assessment, reduction and analysis
@@ -195,7 +206,18 @@ Section: debug
Depends: python3-silx (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ python3-fabio-dbg,
+ python3-h5py-dbg,
+ python3-lxml-dbg,
+ python3-matplotlib-dbg,
+ python3-numpy-dbg,
+ python3-pil-dbg,
+ python3-pyopencl-dbg,
+ python3-pyqt5-dbg,
+ python3-pyqt5.qtopengl-dbg,
+ python3-pyqt5.qtsvg-dbg,
+ python3-scipy-dbg
Description: Toolbox for X-Ray data analysis - Python3 debug
The silx project aims at providing a collection of Python packages to
support the development of data assessment, reduction and analysis