summaryrefslogtreecommitdiff
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
parent9476c9afc088a4738a81c0248ee1510b0d8ad860 (diff)
fix the -dbg dependencies
-rw-r--r--debian/changelog7
-rw-r--r--debian/control26
2 files changed, 31 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 99cb276..29dd077 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+silx (0.5.0+dfsg-2) UNRELEASED; urgency=medium
+
+ * d/control
+ - Added all the -dbg dependencies for the -dbg packages.
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Fri, 01 Sep 2017 15:10:44 +0200
+
silx (0.5.0+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #871637)
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