[osgearth] 12/15: Don't install new demo applications.

Bas Couwenberg sebastic at xs4all.nl
Sun Oct 26 16:19:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository osgearth.

commit 50a56f956b96185ee7a04995d64a4551c1c37670
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Oct 14 01:01:04 2014 +0200

    Don't install new demo applications.
---
 debian/changelog | 1 +
 debian/rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d718989..f1c26ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ osgearth (2.6.0+dfsg-1) UNRELEASED; urgency=medium
     shouldn't override pedantic tags.
   * Bump SOVERSION to 4.
   * Add man pages for new executables.
+  * Don't install new demo applications.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Mon, 13 Oct 2014 20:54:22 +0200
 
diff --git a/debian/rules b/debian/rules
index 4c26426..2f16caa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,6 +70,7 @@ 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_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
@@ -78,19 +79,23 @@ override_dh_auto_install:
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_featureinfo
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_featuremanip
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_featurequery
+	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_fog
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_graticule
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_manip
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_map
 	$(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_qt_simple
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_qt_windows
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_sequencecontrol
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_shadercomp
+	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_shadergen
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_shadow
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_terrainprofile
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_tilesource
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_toc
+	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_transform
 	$(RM) -f $(CURDIR)/debian/tmp/usr/bin/osgearth_verticalscale
 
 override_dh_install:

-- 
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