[silx] 01/01: fix the -dbg dependencies
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Fri Sep 1 17:27:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository silx.
commit f8593f1e77657658aa1e39a6d9860015c330297f
Author: Picca FrÃÂédÃÂéric-Emmanuel <picca at synchrotron-soleil.fr>
Date: Fri Sep 1 15:09:40 2017 +0200
fix the -dbg dependencies
---
debian/changelog | 7 +++++++
debian/control | 26 ++++++++++++++++++++++++--
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 at 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/silx.git
More information about the debian-science-commits
mailing list