[SCM] spatialite-tools branch, master, updated. debian/4.0.0-1-33-ga7a885a

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 17:14:19 UTC 2013


The following commit has been merged in the master branch:
commit d36a052fa779683837050fc2ee3be8309d38bc67
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 30 05:28:25 2013 +0200

    Add man page for: spatialite_convert.

diff --git a/debian/changelog b/debian/changelog
index cc5ac59..d6b87a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ spatialite-tools (4.1.1-1) UNRELEASED; urgency=low
     - exif_loader
     - shp_doctor
     - spatialite
+    - spatialite_convert
     (closes: #703344)
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Mon, 30 Sep 2013 02:35:52 +0200
diff --git a/debian/man/spatialite_convert.1.xml b/debian/man/spatialite_convert.1.xml
new file mode 100644
index 0000000..b45d620
--- /dev/null
+++ b/debian/man/spatialite_convert.1.xml
@@ -0,0 +1,64 @@
+<?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='spatialite_convert'>
+
+  <refmeta>
+    <refentrytitle>spatialite_convert</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>spatialite_convert</refname>
+    <refpurpose>converting between versions</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv id='synopsis'>
+    <cmdsynopsis>
+      <command>spatialite_convert</command>
+      <arg choice='opt'><option>-h</option></arg>
+      <arg choice='plain'><option>-d</option> <replaceable>pathname</replaceable></arg>
+      <arg choice='plain'><option>-v</option> <replaceable>num</replaceable></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1 id='description'>
+    <title>DESCRIPTION</title>
+    <para>
+      <command>spatialite_convert</command> is a tool converting a DB between
+      different versions of SpatiaLite.
+    </para>
+  </refsect1>
+
+  <refsect1 id='options'>
+    <title>OPTIONS</title>
+    <variablelist>
+
+      <varlistentry>
+        <term><option>-h</option></term>
+        <term><option>--help</option></term>
+        <listitem>
+          <para>print help message</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-d</option> <replaceable>pathname</replaceable></term>
+        <term><option>--db-path</option> <replaceable>pathname</replaceable></term>
+        <listitem>
+          <para>the SpatiaLite DB path</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-v</option> <replaceable>num</replaceable></term>
+        <term><option>--version</option> <replaceable>num</replaceable></term>
+        <listitem>
+          <para>target Version (2, 3, 4)</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </refsect1>
+
+</refentry>
diff --git a/debian/spatialite-bin.manpages b/debian/spatialite-bin.manpages
index af1c5bd..67d9531 100644
--- a/debian/spatialite-bin.manpages
+++ b/debian/spatialite-bin.manpages
@@ -1,3 +1,4 @@
 debian/man/exif_loader.1
 debian/man/shp_doctor.1
 debian/man/spatialite.1
+debian/man/spatialite_convert.1

-- 
Spatialite Tools



More information about the Pkg-grass-devel mailing list