[SCM] osgearth branch, master, updated. debian/1.4.1-1-71-gecb0256

Bas Couwenberg sebastic at xs4all.nl
Wed Sep 18 11:46:06 UTC 2013


The following commit has been merged in the master branch:
commit da89bfd24848192db166cd439dce244bf33f2d27
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 16 01:42:22 2013 +0200

    Add man page for: osgearth_version.

diff --git a/debian/changelog b/debian/changelog
index 0d595d7..4f159e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ osgearth (2.4.0+dfsg-4) UNRELEASED; urgency=low
     Vcs-* fields.
   * Add man page for osgEarth tools:
     - osgearth_viewer
+    - osgearth_version
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 13 Sep 2013 15:14:27 +0200
 
diff --git a/debian/man/osgearth_version.1.xml b/debian/man/osgearth_version.1.xml
new file mode 100644
index 0000000..62b9660
--- /dev/null
+++ b/debian/man/osgearth_version.1.xml
@@ -0,0 +1,86 @@
+<?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_version'>
+
+  <refmeta>
+    <refentrytitle>osgearth_version</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>osgearth_version</refname>
+    <refpurpose>display osgEarth version</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv id='synopsis'>
+    <cmdsynopsis>
+      <command>osgearth_version</command>
+      <group>
+        <arg choice='opt'><option>--caps</option></arg>
+        <arg choice='opt'><option>--major-number</option></arg>
+        <arg choice='opt'><option>--minor-number</option></arg>
+        <arg choice='opt'><option>--patch-number</option></arg>
+        <arg choice='opt'><option>--so-number</option></arg>
+        <arg choice='opt'><option>--version-number</option></arg>
+      </group>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1 id='description'>
+    <title>DESCRIPTION</title>
+    <para>
+      <command>osgearth_version</command> displays the current version of osgEarth.
+    </para>
+  </refsect1>
+
+  <refsect1 id='options'>
+    <title>OPTIONS</title>
+    <variablelist>
+
+      <varlistentry>
+        <term><option>--caps</option></term>
+        <listitem>
+          <para>Print out system capabilities</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--major-number</option></term>
+        <listitem>
+          <para>Print out major version number only</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--minor-number</option></term>
+        <listitem>
+          <para>Print out minor version number only</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--patch-number</option></term>
+        <listitem>
+          <para>Print out patch version number only</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--so-number</option></term>
+        <listitem>
+          <para>Print out shared object version number only</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--version-number</option></term>
+        <listitem>
+          <para>Print out version number only</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </refsect1>
+
+</refentry>
diff --git a/debian/osgearth.manpages b/debian/osgearth.manpages
index ee4939d..01198cd 100644
--- a/debian/osgearth.manpages
+++ b/debian/osgearth.manpages
@@ -1 +1,2 @@
 debian/man/osgearth_viewer.1
+debian/man/osgearth_version.1

-- 
osgEarth terrain rendering toolkit



More information about the Pkg-grass-devel mailing list