[website] 01/01: Add section on how to install Debian Blend Tasks

Ross Gammon ross-guest at moszumanska.debian.org
Sun Oct 26 16:40:40 UTC 2014


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

ross-guest pushed a commit to branch master
in repository website.

commit 11bfb495cb0beb01b1530d9332cfd0ad41389344
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Sun Oct 26 17:39:28 2014 +0100

    Add section on how to install Debian Blend Tasks
    
    Inspired by Bas's email to the Debian GIS list 24/10/2014
---
 policy.xml | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/policy.xml b/policy.xml
index e85a5c3..36729a4 100644
--- a/policy.xml
+++ b/policy.xml
@@ -70,6 +70,72 @@
       and <ulink url="http://live.osgeo.org/">OSGeo-Live</ulink> for their
       Ubuntu based distribution.
     </para>
+    <para>
+      The Debian GIS Blend metapackages can be installed on a normal Debian
+      installation. How this can be achieved depends on which version of Debian
+      you are running. On Debian Wheezy, there is the gis-tasks package which adds
+      the Debian GIS package groups to tasksel. After installing the gis-tasks
+      package you can run `tasksel` and select the package groups to install.
+      Run as root:
+<programlisting>
+<command>apt-get install gis-tasks</command>
+<command>tasksel</command>
+</programlisting>
+      On Debian Jessie, you can do the same. Or, you can also install one of the
+      metapackages directly. Again, as root:
+<programlisting>
+<command>apt-get install</command> <replaceable><metapackage></replaceable>
+</programlisting>      
+    </para>
+    <para>
+      These are the metapackages/tasks can that be installed using this method,
+      and the links to information about the included packages:
+    </para>
+    <itemizedlist>
+        <listitem>
+          <para>
+            gis-data - <ulink url="http://blends.debian.org/gis/tasks/data">Debian GIS data</ulink>
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            gis-gps - <ulink url="http://blends.debian.org/gis/tasks/gps">GPS related programs</ulink>
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            gis-osm - <ulink url="http://blends.debian.org/gis/tasks/osm">OpenStreetMap related programs</ulink>
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            gis-remotesensing - <ulink url="http://blends.debian.org/gis/tasks/remotesensing">Remote sensing and earth observation</ulink>
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            gis-statistics - <ulink url="http://blends.debian.org/gis/tasks/statistics">Statistics with geographic data</ulink>
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            gis-web - <ulink url="http://blends.debian.org/gis/tasks/web">Present geographic information via web mapserver</ulink>
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            gis-workstation - <ulink url="http://blends.debian.org/gis/tasks/workstation">Geographic Information Systems (GIS) workstation</ulink>
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            There is currently no metapackage for the Development Task - <ulink url="http://blends.debian.org/gis/tasks/devel">GIS development packages</ulink>
+          </para>
+        </listitem>
+    <para>
+      On a normal computer desktop, you will most likely want to install at least
+      the workstation task.
+    </para>
     <sect2 id="contribute">
       <title>How to Contribute</title>
       <para>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/website.git



More information about the Pkg-grass-devel mailing list