[osgearth] 02/17: Drop handling of example binaries (no longer built).

Bas Couwenberg sebastic at debian.org
Tue Sep 6 21:36:53 UTC 2016


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

sebastic pushed a commit to branch experimental
in repository osgearth.

commit f56b922ed52924fbbcad9c4873ee7588429f7b63
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Sep 6 19:35:59 2016 +0200

    Drop handling of example binaries (no longer built).
---
 debian/man/osgearth_sharedlayer.1.xml | 55 -----------------------------------
 debian/osgearth.manpages              |  1 -
 debian/rules                          | 45 ----------------------------
 3 files changed, 101 deletions(-)

diff --git a/debian/man/osgearth_sharedlayer.1.xml b/debian/man/osgearth_sharedlayer.1.xml
deleted file mode 100644
index d05fc4b..0000000
--- a/debian/man/osgearth_sharedlayer.1.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<refentry id='osgearth_sharedlayer'>
-
-  <refmeta>
-    <refentrytitle>osgearth_sharedlayer</refentrytitle>
-    <manvolnum>1</manvolnum>
-  </refmeta>
-
-  <refnamediv>
-    <refname>osgearth_sharedlayer</refname>
-    <refpurpose>demonstration of shared layers</refpurpose>
-  </refnamediv>
-
-  <refsynopsisdiv id='synopsis'>
-    <cmdsynopsis>
-      <command>osgearth_sharedlayer</command>
-      <arg choice='plain'><option>--shapefile</option> <replaceable>file.shp</replaceable></arg>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-
-  <refsect1 id='description'>
-    <title>DESCRIPTION</title>
-    <para>
-      <command>osgearth_sharedlayer</command> is a sample program which
-      demonstrates the use of shared layers.
-      A shared image layer is one that becomes available to other image layers
-      during the rendering phase.
-      Thus if you share a layer, you can access it in a customer shader
-      and use it to modulate another layer.
-    </para>
-    <para>
-      In this example, we render a masking layer from a shapefile using the
-      rasterization (agglite) driver.
-      We don't draw this layer directly;
-      instead we use it as a mask and use that mask to modulate the imagery
-      layer from a custom shader, drawing random colors where the mask exists.
-    </para>
-  </refsect1>
-
-  <refsect1 id='options'>
-    <title>OPTIONS</title>
-    <variablelist>
-
-      <varlistentry>
-        <term><option>--shapefile</option> <replaceable>file.shp</replaceable></term>
-        <listitem>
-          <para>Path to the shapefile</para>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
-  </refsect1>
-
-</refentry>
diff --git a/debian/osgearth.manpages b/debian/osgearth.manpages
index 529755e..7989253 100644
--- a/debian/osgearth.manpages
+++ b/debian/osgearth.manpages
@@ -6,7 +6,6 @@ debian/man/osgearth_conv.1
 debian/man/osgearth_demo.1
 debian/man/osgearth_overlayviewer.1
 debian/man/osgearth_package.1
-debian/man/osgearth_sharedlayer.1
 debian/man/osgearth_terraineffects.1
 debian/man/osgearth_tfs.1
 debian/man/osgearth_tileindex.1
diff --git a/debian/rules b/debian/rules
index 4b32d4e..e4b9a88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,51 +59,6 @@ override_dh_auto_install:
 	  cp data/world.tif debian/osgearth-data/usr/share/osgearth/data/ && \
 	  cp -r data/resources/ debian/osgearth-data/usr/share/osgearth/data/
 
-	# Don't install binaries which depend on removed data files
-	$(RM) debian/*/usr/bin/osgearth_annotation
-	$(RM) debian/*/usr/bin/osgearth_city
-	$(RM) debian/*/usr/bin/osgearth_clamp
-	$(RM) debian/*/usr/bin/osgearth_featureeditor
-	$(RM) debian/*/usr/bin/osgearth_features
-	$(RM) debian/*/usr/bin/osgearth_imageoverlay
-	$(RM) debian/*/usr/bin/osgearth_los
-	$(RM) debian/*/usr/bin/osgearth_minimap
-	$(RM) debian/*/usr/bin/osgearth_occlusionculling
-	$(RM) debian/*/usr/bin/osgearth_qt
-	$(RM) debian/*/usr/bin/osgearth_tracks
-
-	# Don't install example binaries
-	$(RM) debian/*/usr/bin/osgearth_cache_test
-	$(RM) debian/*/usr/bin/osgearth_clipplane
-	$(RM) debian/*/usr/bin/osgearth_colorfilter
-	$(RM) debian/*/usr/bin/osgearth_contour
-	$(RM) debian/*/usr/bin/osgearth_controls
-	$(RM) debian/*/usr/bin/osgearth_createtile
-	$(RM) debian/*/usr/bin/osgearth_elevation
-	$(RM) debian/*/usr/bin/osgearth_featurefilter
-	$(RM) debian/*/usr/bin/osgearth_featureinfo
-	$(RM) debian/*/usr/bin/osgearth_featuremanip
-	$(RM) debian/*/usr/bin/osgearth_featurequery
-	$(RM) debian/*/usr/bin/osgearth_fog
-	$(RM) debian/*/usr/bin/osgearth_graticule
-	$(RM) debian/*/usr/bin/osgearth_manip
-	$(RM) debian/*/usr/bin/osgearth_map
-	$(RM) debian/*/usr/bin/osgearth_measure
-	$(RM) debian/*/usr/bin/osgearth_mrt
-	$(RM) debian/*/usr/bin/osgearth_package_qt
-	$(RM) debian/*/usr/bin/osgearth_pick
-	$(RM) debian/*/usr/bin/osgearth_qt_simple
-	$(RM) debian/*/usr/bin/osgearth_qt_windows
-	$(RM) debian/*/usr/bin/osgearth_sequencecontrol
-	$(RM) debian/*/usr/bin/osgearth_shadercomp
-	$(RM) debian/*/usr/bin/osgearth_shadergen
-	$(RM) debian/*/usr/bin/osgearth_shadow
-	$(RM) debian/*/usr/bin/osgearth_terrainprofile
-	$(RM) debian/*/usr/bin/osgearth_tilesource
-	$(RM) debian/*/usr/bin/osgearth_toc
-	$(RM) debian/*/usr/bin/osgearth_transform
-	$(RM) debian/*/usr/bin/osgearth_verticalscale
-
 override_dh_install:
 	dh_install --autodest --list-missing
 

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