This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository otb.
commit 0c61c503ab02f9f5cfbd4d98de6368a37c1c5669 Author: Bas Couwenberg <[email protected]> Date: Sat May 13 10:12:57 2017 +0200 Enable shark support. --- debian/changelog | 1 + debian/control | 2 ++ debian/control.in | 2 ++ debian/rules | 1 + 4 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8594618..a290439 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ otb (6.0.0+dfsg-1) UNRELEASED; urgency=medium * Team upload. * New upstream release. * Re-enable OpenCV support, 3.1 should be supported now. + * Enable shark support. -- Bas Couwenberg <[email protected]> Sat, 13 May 2017 09:40:57 +0200 diff --git a/debian/control b/debian/control index 8493281..80d100c 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Build-Depends: debhelper (>= 9), libqt4-dev, libqt4-opengl-dev, libqwt5-qt4-dev, + libshark-dev, libtinyxml-dev, libtool, pkg-kde-tools, @@ -103,6 +104,7 @@ Depends: cmake (>= 2.8.3), libotbvectordataio-6.0-1 (= ${binary:Version}), libotbwavelet-6.0-1 (= ${binary:Version}), libqwt5-qt4-dev, + libshark-dev, monteverdi (= ${binary:Version}), otb-testdriver (= ${binary:Version}), ${misc:Depends} diff --git a/debian/control.in b/debian/control.in index 8765efb..3a5d2d2 100644 --- a/debian/control.in +++ b/debian/control.in @@ -30,6 +30,7 @@ Build-Depends: debhelper (>= 9), libqt4-dev, libqt4-opengl-dev, libqwt5-qt4-dev, + libshark-dev, libtinyxml-dev, libtool, pkg-kde-tools, @@ -103,6 +104,7 @@ Depends: cmake (>= 2.8.3), libotbvectordataio-@SOVERSION@ (= ${binary:Version}), libotbwavelet-@SOVERSION@ (= ${binary:Version}), libqwt5-qt4-dev, + libshark-dev, monteverdi (= ${binary:Version}), otb-testdriver (= ${binary:Version}), ${misc:Depends} diff --git a/debian/rules b/debian/rules index 9cfe9fb..5382b45 100755 --- a/debian/rules +++ b/debian/rules @@ -56,6 +56,7 @@ CMAKE_FLAGS = \ -DOTB_USE_OPENGL:BOOL=ON \ -DOTB_USE_QT4:BOOL=ON \ -DOTB_USE_QWT:BOOL=ON \ + -DOTB_USE_SHARK:BOOL=ON \ -DOTB_WRAP_PYTHON:BOOL=ON -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

