[otb] 04/07: Add explicit dependency on libotb to otb-bin{,-qt}.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Sep 5 01:01:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit da9cda881ba092937b02a6f8dc58164499e1b883
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Sep 5 01:39:16 2015 +0200

    Add explicit dependency on libotb to otb-bin{,-qt}.
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7f92a23..b34076a 100644
--- a/debian/control
+++ b/debian/control
@@ -96,7 +96,8 @@ Description: Plugins for ORFEO Toolbox applications
 
 Package: otb-bin
 Architecture: any
-Depends: otb-bin-common (= ${binary:Version}),
+Depends: libotb (= ${binary:Version}),
+         otb-bin-common (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
 Description: ORFEO Toolbox command line applications
@@ -110,7 +111,8 @@ Description: ORFEO Toolbox command line applications
 
 Package: otb-bin-qt
 Architecture: any
-Depends: otb-bin-common (= ${binary:Version}),
+Depends: libotb (= ${binary:Version}),
+         otb-bin-common (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends},
          libqtcore4,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git



More information about the Pkg-grass-devel mailing list