[vtk6] 08/12: d/control: Add dependency on libvtk6.2-qt to python-vtk6 and tcl-vtk6
Gert Wollny
gert-guest at moszumanska.debian.org
Mon Mar 28 12:39:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository vtk6.
commit 70da96e4fad70a7ad5a0e8293092a38aeb7628cd
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Sun Mar 27 12:25:40 2016 +0000
d/control: Add dependency on libvtk6.2-qt to python-vtk6 and tcl-vtk6
libvtk6.2-qt contains a libraries libvtkRenderingQtPython27D and
libvtkRenderingQtTCL that are probably needed by the respective
packages. This may also be related to #802961.
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index cb18c11..0687a82 100644
--- a/debian/control
+++ b/debian/control
@@ -215,7 +215,8 @@ Package: python-vtk6
Architecture: any
Section: python
Depends: libvtk6.2 (= ${binary:Version}),
- python-autobahn,
+ libvtk6.2-qt (= ${binary:Version}),
+ python-autobahn,
python-mpi4py,
python-six,
python-twisted,
@@ -237,6 +238,7 @@ Package: tcl-vtk6
Architecture: any
Section: interpreters
Depends: libvtk6.2 (= ${binary:Version}),
+ libvtk6.2-qt (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: vtk6-doc,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vtk6.git
More information about the debian-science-commits
mailing list