This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository otb.
commit 45b2a992f6a1c15c7d5a87ab3e1c023e5167553d Author: Bas Couwenberg <[email protected]> Date: Tue Nov 8 20:43:47 2016 +0100 Don't install VERSION file. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4755d8a..3fec7ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +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. -- Bas Couwenberg <[email protected]> Tue, 08 Nov 2016 18:46:39 +0100 diff --git a/debian/rules b/debian/rules index 5af3ac4..e53dae9 100755 --- a/debian/rules +++ b/debian/rules @@ -90,6 +90,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 -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

