Your message dated Mon, 07 Apr 2014 11:20:16 +0000
with message-id <e1wx7b6-0002g8...@franck.debian.org>
and subject line Bug#729284: fixed in postgis 2.1.2+dfsg-1
has caused the Debian Bug report #729284,
regarding postgis: [INTL:de] German po4a translation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
729284: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729284
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: postgis
Version: 2.1.0-3
Severity: wishlist
Tags: l10n patch


Hi,

please find attached the initial German po4a translation of extras-historytable.xml. While translating, I've found some typos in the english template. They are marked with FIXME.

Kind regards,
Chris
# German po4a translation of extras_historytable.xml.
# Copyright (C) Refractions Research, Sandro Santilli, Paul Ramsey,
#               Jeff Lounsbury and Chris Hodgson.
# This file is distributed under the same license as the postgis package.
# Chris Leick <c.le...@vollbio.de>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: postgis 2.1.0-3\n"
"Report-Msgid-Bugs-To: post...@packages.debian.org\n"
"POT-Creation-Date: 2012-09-14 17:50+0000\n"
"PO-Revision-Date: 2013-11-02 16:16+0100\n"
"Last-Translator: Chris Leick <c.le...@vollbio.de>\n"
"Language-Team: German <debian-l10n-ger...@lists.debian.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. Tag: title
#: extras_historytable.xml:3
#, no-c-format
msgid "History Tracking"
msgstr "Chronikverfolgung"

#. Tag: para
#: extras_historytable.xml:6
#, no-c-format
msgid "Suppose you have a table of data that represents the current state of a particular geographic feature. A parcels table, or a roads table, or a fruit trees table, whatever. Generally, GIS tools understand a table as a single entity into which they can update, insert and delete rows from. How you do allow common GIS tools to work against your data, while maintaining an audit trail of what changes have been made, by whom, and what the past state of the data is?"
msgstr ""
"Angenommen, Sie haben eine Datentabelle, die den aktuellen Status einer "
"bestimmten geografischen Funktionalität darstellt, etwa eine Pakettabelle, "
"eine Straßentabelle, eine Obstbaumtabelle oder was auch immer. Im Allgemeinen "
"betrachten GIS-Werkzeuge eine Tabelle als eine einzelne Einheit, in der sie "
"Zeilen aktualisieren, einfügen oder löschen können. Wie ermöglichen Sie "
"üblichen GIS-Werkzeugen mit Ihren Daten zu arbeiten, wenn eine Kontrolle "
"durchgeführt wird, welche Änderungen gemacht wurden, durch wen und was der "
"frühere Status der Daten ist?"

#. Tag: para
#: extras_historytable.xml:10
#, no-c-format
msgid "This <varname>history_table</varname> extra module provides some utility functions for creating and maintaining history."
msgstr ""
"Dieses Zusatzmodul <varname>history_table</varname> stellt einige "
"Hilfswerkzeuge zum Erstellen und Verwalten der Chronik bereit."

#. Tag: para
#: extras_historytable.xml:14
#, no-c-format
# de.wikipedia.org/wiki/PL/pgSQL
msgid "The <varname>history_table</varname> was also packaged in PostGIS 1.5, but added to the documentation in PostGIS 2.0. This package is written in plpgsql and located in the <varname>extras/history_table</varname> of PostGIS source tar balls and source repository."
msgstr ""
"Die <varname>history_table</varname> wurde auch in PostGIS 1.5 paketiert, "
"dieser Dokumentation aber erst in PostGIS 2.0 hinzugefügt. Dieses Paket wurde "
"in PL/pgSQL geschrieben und befindet sich in "
"<varname>extras/history_table</varname> der PostGIS-Quell-Tarballs und dem "
"Quelldepot."

#. Tag: para
#: extras_historytable.xml:15
#, no-c-format
msgid "If you have a table 'roads', this module will maintain a 'roads_history' side table, which contains all the columns of the parent table, and the following additional columns:"
msgstr ""
"Falls Sie eine Tabelle »roads« haben, wird dieses Modul eine Nebentabelle "
"»roads_history« verwalten, die alle Spalten der übergeordneten Tabelle "
"sowie die folgenden zusätzlichen Spalten enthält:"

#. Tag: programlisting
#: extras_historytable.xml:16
#, no-c-format
msgid ""
      "history_id      | integer                     | not null default \n"
      " date_added      | timestamp without time zone | not null default now()\n"
      " date_deleted    | timestamp without time zone | \n"
      " last_operation  | character varying(30)       | not null\n"
      " active_user     | character varying(90)       | not null default \"current_user\"()\n"
      " current_version | text                        | not null"
msgstr ""
      "history_id      | integer                     | not null default \n"
      " date_added      | timestamp without time zone | not null default now()\n"
      " date_deleted    | timestamp without time zone | \n"
      " last_operation  | character varying(30)       | not null\n"
      " active_user     | character varying(90)       | not null default \"current_user\"()\n"
      " current_version | text                        | not null"

#. Tag: para
#: extras_historytable.xml:20
#, no-c-format
# FIXME s/in the/and the/
msgid "When you insert a new record into 'roads' a record is automatically inserted into 'roads_history', with the 'date_added' filled in the 'date_deleted' set to NULL, a unique 'history_id', a 'last_operation' of 'INSERT' and 'active_user' set."
msgstr ""
"Wenn Sie einen neuen Datensatz in »roads« einfügen, wird automatisch ein "
"neuer Datensatz in »roads_history« eingefügt, bei dem »date_added« "
"ausgefüllt und »date_deleted« auf NULL gesetzt wird. Er hat eine eindeutige "
"»history_id«, eine »last_operation« von »INSERT« und einen gesetzten "
"»active_user«."

#. Tag: para
#: extras_historytable.xml:23
#, no-c-format
msgid "When you delete a record in 'roads', the record in the history table is *not* deleted, but the 'date_deleted' is set to the current date."
msgstr ""
"Wenn Sie einen Datensatz aus »roads« löschen, wird der Datensatz *nicht* "
"aus »roads_history« gelöscht, das »date_deleted« jedoch auf das aktuelle "
"Datum gesetzt."

#. Tag: para
#: extras_historytable.xml:26
#, no-c-format
msgid "When you update a record in 'roads', the current record has 'date_deleted' filled in and a new record is created with the 'date_added' set and 'date_deleted' NULL."
msgstr ""
"Wenn Sie einen Datensatz in »roads« aktualisieren, wird beim aktuellen "
"Datensatz »date_deleted« ausgefüllt und es wird ein neuer Datensatz mit "
"gesetztem »date_added« erstellt, dessen »date_deleted« NULL ist."

#. Tag: para
#: extras_historytable.xml:30
#, no-c-format
msgid "With this information maintained, it is possible to retrieve the history of any record in the roads table:"
msgstr ""
"Mit der Verwaltung dieser Informationen ist es möglich, die Chronik aller "
"Datensätze in der Tabelle »roads« abzufragen:"

#. Tag: programlisting
#: extras_historytable.xml:31
#, no-c-format
msgid "SELECT * FROM roads_history WHERE roads_pk = 111;"
msgstr "SELECT * FROM roads_history WHERE roads_pk = 111;"

#. Tag: para
#: extras_historytable.xml:33
#, no-c-format
msgid "Or, to retrieve a view of the roads table at any point in the past:"
msgstr ""
"Oder, um eine Ansicht der Tabelle »roads« für einen beliebigen Zeitpunkt in "
"der Vergangenheit zu erhalten:"

#. Tag: programlisting
#: extras_historytable.xml:34
#, no-c-format
msgid ""
      "SELECT * FROM roads_history \n"
      "    WHERE date_added &lt; 'January 1, 2001' AND \n"
      "        ( date_deleted &gt;= 'January 1, 2001' OR date_deleted IS NULL );"
msgstr ""
      "SELECT * FROM roads_history \n"
      "    WHERE date_added &lt; '1. Januar 2001' AND \n"
      "        ( date_deleted &gt;= '1. Januar 2001' OR date_deleted IS NULL );"

#. Tag: refname
#: extras_historytable.xml:38
#, no-c-format
msgid "Postgis_Install_History"
msgstr "Postgis_Install_History"

#. Tag: refpurpose
#: extras_historytable.xml:39
#, no-c-format
msgid "Creates a table that will hold some interesting values for managing history tables."
msgstr ""
"erstellt eine Tabelle, die einige interessante Werte zum Verwalten von "
"Chroniktabellen bereithalten wird."

#. Tag: funcprototype
#: extras_historytable.xml:44
#, no-c-format
msgid "<funcdef>void <function>Postgis_Install_History</function></funcdef> <paramdef></paramdef>"
msgstr ""
"<funcdef>void <function>Postgis_Install_History</function></funcdef> "
"<paramdef></paramdef>"

#. Tag: title
#: extras_historytable.xml:52 extras_historytable.xml:92
#, no-c-format
msgid "Description"
msgstr "Beschreibung"

#. Tag: para
#: extras_historytable.xml:54
#, no-c-format
msgid "Creates a table that will hold some interesting values for managing history tables. Creates a table called <varname>historic_information</varname>"
msgstr ""
"erstellt eine Tabelle, die einige interessante Werte zum Verwalten von "
"Chroniktabellen bereithalten wird. Es wird eine Tabelle namens "
"<varname>historic_information</varname> erstellt."

#. Tag: para
#: extras_historytable.xml:58 extras_historytable.xml:100
#, no-c-format
msgid "Availability: 1.5.0"
msgstr "Verfügbarkeit: 1.5.0"

#. Tag: title
#: extras_historytable.xml:63 extras_historytable.xml:105
#, no-c-format
msgid "Examples"
msgstr "Beispiele"

#. Tag: programlisting
#: extras_historytable.xml:65
#, no-c-format
msgid "SELECT postgis_install_history();"
msgstr "SELECT postgis_install_history();"

#. Tag: title
#: extras_historytable.xml:71 extras_historytable.xml:113
#, no-c-format
msgid "See Also"
msgstr "Siehe auch"

#. Tag: refname
#: extras_historytable.xml:77
#, no-c-format
msgid "Postgis_Enable_History"
msgstr "Postgis_Enable_History"

#. Tag: refpurpose
#: extras_historytable.xml:78
#, no-c-format
# FIXME s/tablein/table in/
# FIXME s/in side/inside/
msgid "Registers a tablein the history_information table for tracking and also adds in side line history table and insert, update, delete rules on the table."
msgstr ""
"registriert eine Tabelle zur Verfolgung in der Tabelle »history_information« "
"und fügt außerdem innerhalb eine Zeilenchroniktabelle sowie Regeln zum "
"Einfügen, Löschen und Aktualisieren in der Tabelle ein."

#. Tag: funcprototype
#: extras_historytable.xml:83
#, no-c-format
msgid "<funcdef>boolean <function>Postgis_Enable_History</function></funcdef> <paramdef><type>text </type> <parameter>p_schema</parameter></paramdef> <paramdef><type>text </type> <parameter>p_table</parameter></paramdef>"
msgstr ""
"<funcdef>boolean <function>Postgis_Enable_History</function></funcdef> "
"<paramdef><type>text </type> <parameter>p_schema</parameter></paramdef> "
"<paramdef><type>text </type> <parameter>p_table</parameter></paramdef>"

#. Tag: para
#: extras_historytable.xml:94
#, no-c-format
msgid "Registers a table in the history_information table for tracking and also adds in side line history table with same name as table but prefixed with <varname>history</varname> in the same schema as the original table. Puts in insert, update, delete rules on the table. Any inserts,updates,deletes of the geometry are recorded in the history table."
msgstr ""
"registriert eine Tabelle zur Verfolgung in der Tabelle »history_information« "
"und fügt außerdem innerhalb eine Zeilenchroniktabelle ein. Sie hat denselben "
"Tabellennamen, dem jedoch ein <varname>history</varname> vorangestellt wird "
"und dasselbe Schema wie die Originaltabelle. Darin werden Regeln zum "
"Einfügen, Löschen und Aktualisieren in der Tabelle abgelegt. Jegliches "
"Einfügen, Aktualisieren und Löschen wird in der Chroniktabelle aufgezeichnet."

#. Tag: para
#: extras_historytable.xml:97
#, no-c-format
msgid "This function currently relies on a geometry column being registered in <varname>geometry_columns</varname> and fails if the geometry column is not present in <varname>geometry_columns</varname> table."
msgstr ""
"Diese Funktion beruht derzeit darauf, dass eine Geometriespalte in "
"<varname>geometry_columns</varname> registriert wurde. Sie scheitert, falls "
"die Geometriespalte nicht in der Tabelle <varname>geometry_columns</varname> "
"vorhanden ist."

#. Tag: programlisting
#: extras_historytable.xml:107
#, no-c-format
msgid ""
      "CREATE TABLE roads(gid SERIAL PRIMARY KEY, road_name varchar(150));\n"
      "SELECT AddGeometryColumn('roads', 'geom', 26986, 'LINESTRING', 2);\n"
      "                                \n"
      "SELECT postgis_enable_history('public', 'roads', 'geom') As register_table;\n"
      "register_table\n"
      "--------------\n"
      "t\n"
      "\n"
      "INSERT INTO roads(road_name, geom) \n"
      "  VALUES('Test Street', ST_GeomFromText('LINESTRING(231660.5 832170,231647 832202,231627.5 832250.5)',26986));\n"
      "\n"
      "-- check transaction detail --\n"
      "SELECT date_added, last_operation, current_version \n"
      "FROM roads_history \n"
      "WHERE road_name = 'Test Street' ORDER BY date_added DESC;\n"
      "\n"
      "       date_added       | last_operation | current_version\n"
      "------------------------+----------------+-----------------\n"
      " 2011-02-07 12:44:36.92 | INSERT         | 2"
msgstr ""
      "CREATE TABLE roads(gid SERIAL PRIMARY KEY, road_name varchar(150));\n"
      "SELECT AddGeometryColumn('roads', 'geom', 26986, 'LINESTRING', 2);\n"
      "                                \n"
      "SELECT postgis_enable_history('public', 'roads', 'geom') As register_table;\n"
      "register_table\n"
      "--------------\n"
      "t\n"
      "\n"
      "INSERT INTO roads(road_name, geom) \n"
      "  VALUES('Test Street', ST_GeomFromText('LINESTRING(231660.5 832170,231647 832202,231627.5 832250.5)',26986));\n"
      "\n"
      "-- check transaction detail --\n"
      "SELECT date_added, last_operation, current_version \n"
      "FROM roads_history \n"
      "WHERE road_name = 'Test Street' ORDER BY date_added DESC;\n"
      "\n"
      "       date_added       | last_operation | current_version\n"
      "------------------------+----------------+-----------------\n"
      " 2011-02-07 12:44:36.92 | INSERT         | 2"


--- End Message ---
--- Begin Message ---
Source: postgis
Source-Version: 2.1.2+dfsg-1

We believe that the bug you reported is fixed in the latest version of
postgis, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 729...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <sebas...@xs4all.nl> (supplier of updated postgis package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 04 Apr 2014 20:16:30 +0200
Source: postgis
Binary: postgis postgis-doc libpostgis-java liblwgeom-2.1.2 liblwgeom-dev 
postgresql-9.3-postgis-2.1 postgresql-9.3-postgis-scripts 
postgresql-9.3-postgis-2.1-scripts
Architecture: source amd64 all
Version: 2.1.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Bas Couwenberg <sebas...@xs4all.nl>
Description: 
 liblwgeom-2.1.2 - PostGIS "Lightweight Geometry" library
 liblwgeom-dev - PostGIS "Lightweight Geometry" library - Development files
 libpostgis-java - Geographic objects support for PostgreSQL -- JDBC support
 postgis    - Geographic objects support for PostgreSQL
 postgis-doc - Geographic objects support for PostgreSQL -- documentation
 postgresql-9.3-postgis-2.1 - Geographic objects support for PostgreSQL 9.3
 postgresql-9.3-postgis-2.1-scripts - PostGIS for PostgreSQL 9.3 -- scripts -- 
dummy package
 postgresql-9.3-postgis-scripts - Geographic objects support for PostgreSQL 9.3 
-- scripts
Closes: 717307 729284 743489
Changes: 
 postgis (2.1.2+dfsg-1) unstable; urgency=medium
 .
   * Add myself to Uploaders.
   * Update copyright file using copyright-format 1.0.
   * Repack upstream tarball, remove OGC test cases with unclear license.
     (closes: #743489)
   * Add gbp.conf to use pristine-tar by default.
   * Add man page for raster2pgsql.
     (closes: #717307)
   * Bump Debhelper compatibility to 9.
   * Add partial German translation for documentation.
     Thanks to Chris Leick for the patch.
     (closes: #729284)
Checksums-Sha1: 
 5aeafb305db3d553c6d91649e467eb94f9f75552 3817 postgis_2.1.2+dfsg-1.dsc
 b4450b397c7e2b33eb297482d3af427c41961989 6744593 postgis_2.1.2+dfsg.orig.tar.gz
 f6988832a0eb4d302b2a4859db786f4429b800c5 47096 
postgis_2.1.2+dfsg-1.debian.tar.xz
 e991b9dcb209b0ec258ad75fff6f95e607510ab9 495724 postgis_2.1.2+dfsg-1_amd64.deb
 04e8e4c17b9548f11abbbea5214635da700b742a 492210 
liblwgeom-2.1.2_2.1.2+dfsg-1_amd64.deb
 ba4cf55aaca5ffe9fdfb3bdeec142adcca6c408f 513036 
liblwgeom-dev_2.1.2+dfsg-1_amd64.deb
 399d6e616fff3cc0627c3f734c7bf17e5c5630f2 580012 
postgresql-9.3-postgis-2.1_2.1.2+dfsg-1_amd64.deb
 af7ffe260d934ae32844bdc8eb73cc58200239f0 2978976 
postgis-doc_2.1.2+dfsg-1_all.deb
 5d2845fea9f14e6d727740ad531d09fe1f14f88a 418420 
libpostgis-java_2.1.2+dfsg-1_all.deb
 ece6280eae11e83baf43fd83fe2b7c9b6dabd104 714158 
postgresql-9.3-postgis-scripts_2.1.2+dfsg-1_all.deb
 7a58dc6e809efe02bf5c165f206af6a0194c33e6 346202 
postgresql-9.3-postgis-2.1-scripts_2.1.2+dfsg-1_all.deb
Checksums-Sha256: 
 d8cd19964533ed605bad042d147c9c42641c2f16f1ab14cca23a0cb2efc62636 3817 
postgis_2.1.2+dfsg-1.dsc
 dae0edf9aa2b211365d132e7a478d06e666464b4c095fb1c48decfd9bd7ce39a 6744593 
postgis_2.1.2+dfsg.orig.tar.gz
 c879a2c66c7a24f4c4d1a4002e8a1d2dd51559323aa28ceeb45c6f7210088df4 47096 
postgis_2.1.2+dfsg-1.debian.tar.xz
 29c34dcc842ef38ad6cef8ec37d6c03da9d3396ae4bb6985fc5422749f6f3c14 495724 
postgis_2.1.2+dfsg-1_amd64.deb
 1c7c093190e9dc2787482f9b324e708670af2dc491c2412350bf90668a0e5853 492210 
liblwgeom-2.1.2_2.1.2+dfsg-1_amd64.deb
 18519dc30015a3cc8e332f4a29df99e714b4d5c516b3fbbae2a2b38405c16252 513036 
liblwgeom-dev_2.1.2+dfsg-1_amd64.deb
 497e104a951506113391acfab77d107e1b9c279080060f4d746cb5cbb8a7c014 580012 
postgresql-9.3-postgis-2.1_2.1.2+dfsg-1_amd64.deb
 a492dacb41f4e192a0173873265cb365c8f5a71588ac8a2998af76f4b64593b5 2978976 
postgis-doc_2.1.2+dfsg-1_all.deb
 9ddd4f82811488599d6c0f5f164f8f91d5c00488f1cddaca68f977e9e3f97c3a 418420 
libpostgis-java_2.1.2+dfsg-1_all.deb
 0cb12363a3eaf86f9ae9923358ea00ab983e99af8d2566fea82f96712060a7cf 714158 
postgresql-9.3-postgis-scripts_2.1.2+dfsg-1_all.deb
 3c5408af0ebebc5ea441991ee80e03a63d7192250d3110e03170a5b66c183ff2 346202 
postgresql-9.3-postgis-2.1-scripts_2.1.2+dfsg-1_all.deb
Files: 
 b00bc6555fe0916d453fdb8bece768ba 3817 misc optional postgis_2.1.2+dfsg-1.dsc
 c67af77f2f337d0c008513a44665b5c1 6744593 misc optional 
postgis_2.1.2+dfsg.orig.tar.gz
 9681133d2c62669c69995b6ecf19c416 47096 misc optional 
postgis_2.1.2+dfsg-1.debian.tar.xz
 56ad36676d79fe3e64fb575e96467831 495724 misc optional 
postgis_2.1.2+dfsg-1_amd64.deb
 43d5c635e351794e410e772c2e9237ba 492210 libs optional 
liblwgeom-2.1.2_2.1.2+dfsg-1_amd64.deb
 5293a1dc5197971cc289ad72d667feb2 513036 libdevel optional 
liblwgeom-dev_2.1.2+dfsg-1_amd64.deb
 b99bd508d0347dc02e60bc578585b4cd 580012 misc optional 
postgresql-9.3-postgis-2.1_2.1.2+dfsg-1_amd64.deb
 35b7427d1e55232e2a41e1c8b5dc54b7 2978976 doc optional 
postgis-doc_2.1.2+dfsg-1_all.deb
 0ab8dd16615ab8f98de555a42721f25e 418420 java optional 
libpostgis-java_2.1.2+dfsg-1_all.deb
 f1e4e3c712c19f982632b8c4c8559a30 714158 misc optional 
postgresql-9.3-postgis-scripts_2.1.2+dfsg-1_all.deb
 8681dd6c3f34822c4dad4eb06767434e 346202 misc optional 
postgresql-9.3-postgis-2.1-scripts_2.1.2+dfsg-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQQcBAEBCgAGBQJTQohZAAoJEOhoLRs/MemzxCsf/1oQDdweQ2zYBc3eB1nj5Rq0
Vn8lWemzcrxLnwd3/TxLo6wUQr3SWRLSEnTfGVttYCyerL6CeecmdX2Mv93fFdsB
NbMNsa1wEiWDLGLETqlX3Lf9qt4zHbSPgbIU32O3F2uk0kRpj4fcH8ohl5B9ALPh
H6oxc+n7XTX3QD2hvY0pCVNBHDTwOptg44akN4A76rSMe0C00vvzlm0VBzMhSTHk
osTxMT8iZNix+UIWziBmgehbra221L24dNPLrp1rii0fZpTHH2j6QRb24my0E3NJ
DaBsyWGPSoAwgxpmS4Cku0mhYEdz09BgLJH5VvtdwEIjQgU4c4eiP9cEgnGLlxUp
J0nVt03vFb1nMH9VSMs0GzWVxx7/i9Rs18riasl50KljzoZIkpoqHM1/rFKDFI0S
pRjA54AGmYp8K891VlkbSt5tWZnZjOLMm5i4sWw75nbMZb2MSo+lJAmET4HBw3Zl
FjjhoKCnBwG8kakwlQRNpTdkIIcA6p5/od52dUxKfIj7JVIpa6oOXWSxJBRrRXzC
NWILN7SmEjFLB/4LiwAy2F67x1abyXmILDkHSr1XfmCDsZ3B2engXBOEZi6icbgj
hMYuPm2qjJueKEcavDg81CWJjVIonhR3wY8gfIpCGvoIBuy4xn+CZuZQnemB3iAS
lFUb1pakO/m3d/3sb+X6hEc09t8j7YbMfpmI+BdfSE1Nud8yJQ+zzxlZX2C0RzA9
u9BmoQ6PFSdFCEN5+jNyHj5pCLRwIUKr3Rw/vYM2KIupN2aNrM3bcmjYT+ws8/TZ
9sc0l+F4JjDp7HhWsmTRPx8bDu/vyd11bur2bqp+I3qIF6n95TWe+2y4ZJ4Fn+6g
fns2qciMHv/GYYY89To7dqPOTUJCUnHXoCYjOoN+Tzmx7ootSiXb8LS5BqO0ul9R
hCyT0RIRwKDcBsqtAkxRXsb4xfpN6h/ckFBKYGiBmhrwQUrW+X4fUkGlyh+r0U4t
RrFYG55h2CfmQEcp0wM2P7QiVcq/U2jWnGn9qUc2u9myml9iYK0zAzSHNpzFnnN4
QJCDg7i5v2l7hymBlvFwTsKQIZQ3EaB/bw9WhHTHOrg3/+rHeFc3GQPV9e8aXQAI
EYixL4YbH3+F8AvbfNfpdnZrhDW3f9PXAAnMpv6kJB675kAJKDbr7rkUG595G/eA
9aVUFSNglfUUX+GaVIsHsFiGD6yvDuR4qyBS4spvCGvFdolx6lwf3FKHQj3lUUMR
Fi6QTzqAy6jBkdEpeVQVIU9lbRYb8IFJMjCY3yjNS/78JHCd5f6bQ5NhB1zB0Nh3
uJZs2bWC8ACBii3pX3UZv2s2rwMTaXEwOu25rX8yZW+Xy3hGjBbiXcN7Dv1osb4=
=uDjx
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to