[osgearth] 10/13: Don't install osgearth_cache_test, osgearth_createtile & osgearth_pick example binaries.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Jul 26 21:27:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osgearth.
commit b50a1e18666a4d857637003a01fec8db80f9b816
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jul 26 21:21:56 2015 +0200
Don't install osgearth_cache_test, osgearth_createtile & osgearth_pick example binaries.
---
debian/changelog | 2 ++
debian/rules | 3 +++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 01d5dda..e1c0860 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ osgearth (2.7.0+dfsg-1~exp1) UNRELEASED; urgency=medium
* Refresh patches.
* Update symbols for amd64.
* Bump SOVERSION to 5.
+ * Don't install osgearth_cache_test, osgearth_createtile &
+ osgearth_pick example binaries.
-- Bas Couwenberg <sebastic at debian.org> Sun, 26 Jul 2015 13:49:42 +0200
diff --git a/debian/rules b/debian/rules
index a35230f..ce5bc34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,10 +71,12 @@ override_dh_auto_install:
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_tracks
# Don't install example binaries
+ $(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_cache_test
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_clipplane
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_colorfilter
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_contour
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_controls
+ $(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_createtile
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_elevation
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_featurefilter
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_featureinfo
@@ -87,6 +89,7 @@ override_dh_auto_install:
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_measure
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_mrt
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_package_qt
+ $(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_pick
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_qt_simple
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_qt_windows
$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_sequencecontrol
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osgearth.git
More information about the Pkg-grass-devel
mailing list