This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository otb.
commit 4261aa0a911f4ecabeac0e2120c5f985d828d834 Author: Bas Couwenberg <[email protected]> Date: Tue Nov 8 19:59:25 2016 +0100 Add build dependency on libqt4-opengl-dev. --- debian/changelog | 1 + debian/control | 1 + debian/control.in | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index d3cd1af..012ee7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ otb (5.8.0+dfsg-1) UNRELEASED; urgency=medium * Update copyright file, changes: - Add license & copyright for new files - Rename MIT license shortname to Expat + * Add build dependency on libqt4-opengl-dev. -- Bas Couwenberg <[email protected]> Tue, 08 Nov 2016 18:46:39 +0100 diff --git a/debian/control b/debian/control index b535048..eb58490 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Build-Depends: debhelper (>= 9), libpng-dev, libproj-dev, libqt4-dev, + libqt4-opengl-dev, libtinyxml-dev, libtool, pkg-kde-tools, diff --git a/debian/control.in b/debian/control.in index f689890..72ba815 100644 --- a/debian/control.in +++ b/debian/control.in @@ -26,6 +26,7 @@ Build-Depends: debhelper (>= 9), libpng-dev, libproj-dev, libqt4-dev, + libqt4-opengl-dev, libtinyxml-dev, libtool, pkg-kde-tools, -- 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

