This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository otb.
commit 3a87f73222c371166d57c777c60a7b6ad9fa5473 Author: Bas Couwenberg <[email protected]> Date: Tue Nov 8 20:50:06 2016 +0100 Don't install i18n files. --- debian/changelog | 2 +- debian/rules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3fec7ec..f723892 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,7 @@ otb (5.8.0+dfsg-1) UNRELEASED; urgency=medium * Add build dependency on libqt4-opengl-dev. * Update symbols for amd64. * Add library packages for libOTBQtAdapters & libOTBMonteverdiCore. - * Don't install VERSION file. + * Don't install VERSION & i18n files. -- Bas Couwenberg <[email protected]> Tue, 08 Nov 2016 18:46:39 +0100 diff --git a/debian/rules b/debian/rules index e53dae9..1140f8a 100755 --- a/debian/rules +++ b/debian/rules @@ -91,6 +91,7 @@ override_dh_shlibdeps: override_dh_install: rm -f $(CURDIR)/debian/tmp/usr/share/doc/OTB-$(OTB_VERSION_SONAME)/LICENSE rm -f $(CURDIR)/debian/tmp/usr/share/doc/OTB-$(OTB_VERSION_SONAME)/VERSION + rm -fr $(CURDIR)/debian/tmp/usr/share/OTB-$(OTB_VERSION_SONAME)/i18n rm -f $(CURDIR)/debian/tmp/usr/lib/otb/python/otbApplication.pyc dh_install --list-missing rm -f $(CURDIR)/debian/$(pkglib)/usr/lib/$(DEB_HOST_MULTIARCH)/libOTBWrapper* -- 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

