This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository ossim.
commit 6d53d5b8689d202406ecf01e9c6d4f567c0258c4 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Wed Sep 20 17:14:29 2017 +0200 Don't install embedded fonts. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0b260da..a94f056 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ ossim (2.1.0-1) UNRELEASED; urgency=medium * Update rules for restructured upstream source tree. * Add patch to fix spelling errors. * Drop unused lintian overrides. + * Don't install embedded fonts. -- Bas Couwenberg <sebas...@debian.org> Wed, 20 Sep 2017 16:48:44 +0200 diff --git a/debian/rules b/debian/rules index d8381da..49569f7 100755 --- a/debian/rules +++ b/debian/rules @@ -59,6 +59,8 @@ overridd_dh_auto_install: find $(CURDIR)/debian/tmp/usr/share/ossim/templates -type f -exec chmod a-x {} \; rm -f $(CURDIR)/debian/tmp/usr/include/ossimConfig.h rm -f $(CURDIR)/debian/tmp/usr/include/ossimVersion.h + rm -f $(CURDIR)/debian/tmp/usr/share/ossim/fonts/arial.ttf + rm -f $(CURDIR)/debian/tmp/usr/share/ossim/fonts/times.ttf override_dh_install: dh_install --list-missing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel