This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository otb.
commit 262f52715c1cbd63c4cff5ba7ab041d002a73c67 Author: Bas Couwenberg <[email protected]> Date: Mon Dec 26 03:01:55 2016 +0100 Include static libraries in libotb-dev package. --- debian/changelog | 1 + debian/libotb-dev.install | 5 ++++- debian/libotb-dev.install.in | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c896d59..841a88d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ otb (5.8.0+dfsg-2) UNRELEASED; urgency=medium * Team upload. * Add libqwt5-qt4-dev to (build) dependencies for Monteverdi module. * Add OTB_USE_QWT CMake option for Monteverdi module. + * Include static libraries in libotb-dev package. -- Bas Couwenberg <[email protected]> Sun, 25 Dec 2016 22:25:58 +0100 diff --git a/debian/libotb-dev.install b/debian/libotb-dev.install index 006443e..9776138 100644 --- a/debian/libotb-dev.install +++ b/debian/libotb-dev.install @@ -1,4 +1,7 @@ -# OTB libraries +# OTB static libraries +usr/lib/*/lib*.a + +# OTB shared libraries usr/lib/*/lib*.so # OTB headers diff --git a/debian/libotb-dev.install.in b/debian/libotb-dev.install.in index b7243d4..5062e2b 100644 --- a/debian/libotb-dev.install.in +++ b/debian/libotb-dev.install.in @@ -1,4 +1,7 @@ -# OTB libraries +# OTB static libraries +usr/lib/*/lib*.a + +# OTB shared libraries usr/lib/*/lib*.so # OTB headers -- 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

