Re: libosmium is marked for autoremoval from testing

2016-09-30 Thread Jochen Topf
On Do, Sep 29, 2016 at 04:39:09 +, Debian testing autoremoval watch wrote:
> Date: Thu, 29 Sep 2016 04:39:09 +
> From: Debian testing autoremoval watch <nore...@release.debian.org>
> To: libosm...@packages.debian.org
> Subject: libosmium is marked for autoremoval from testing
> 
> libosmium 2.9.0-2 is marked for autoremoval from testing on 2016-11-04
> 
> It is affected by these RC bugs:
> 838463: libosmium: FTBFS when built with dpkg-buildpackage -A (chmod: No such 
> file or directory)

Hm. Shouldn't this be fixed in 2.9.0-2?

Jochen
-- 
Jochen Topf  joc...@remote.org  http://www.jochentopf.com/  +49-351-31778688

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


[osm-tile-server] branch master updated (b248716 -> 1101d6f)

2015-11-10 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a change to branch master
in repository osm-tile-server.

  from  b248716   More in man page
   new  1101d6f   Consistent spacings and other minor tweaks.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/man/genmanpages.sh| 11 +--
 debian/osm-tile-server-base.config   |  2 +-
 debian/osm-tile-server-base.postinst |  4 ++--
 scripts/osm-tile-server-download |  3 +--
 scripts/osm-tile-server-import   |  6 +++---
 scripts/osm-tile-server-process  |  2 +-
 scripts/osm-tile-server-status   | 10 +++---
 7 files changed, 20 insertions(+), 18 deletions(-)

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

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


[osm-tile-server] 01/01: Consistent spacings and other minor tweaks.

2015-11-10 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a commit to branch master
in repository osm-tile-server.

commit 1101d6f6c6d009f5b534df56f9927f30946c5cc4
Author: Jochen Topf <joc...@topf.org>
Date:   Tue Nov 10 10:22:09 2015 +0100

Consistent spacings and other minor tweaks.
---
 debian/man/genmanpages.sh| 11 +--
 debian/osm-tile-server-base.config   |  2 +-
 debian/osm-tile-server-base.postinst |  4 ++--
 scripts/osm-tile-server-download |  3 +--
 scripts/osm-tile-server-import   |  6 +++---
 scripts/osm-tile-server-process  |  2 +-
 scripts/osm-tile-server-status   | 10 +++---
 7 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/debian/man/genmanpages.sh b/debian/man/genmanpages.sh
index 1204194..def6ab0 100755
--- a/debian/man/genmanpages.sh
+++ b/debian/man/genmanpages.sh
@@ -1,8 +1,7 @@
 #!/bin/bash
 
-
-txt2man -d "${CHANGELOG_DATE}" -t OSM-TILE-SERVER.CONF  -s 5 
osm-tile-server.conf.txt > osm-tile-server.conf.5
-txt2man -d "${CHANGELOG_DATE}" -t OSM-TILE-SERVER-PROCESS   -s 1 
osm-tile-server-process.txt  > osm-tile-server-process.1
-txt2man -d "${CHANGELOG_DATE}" -t OSM-TILE-SERVER-IMPORT-s 1 
osm-tile-server-import.txt   > osm-tile-server-import.1
-txt2man -d "${CHANGELOG_DATE}" -t OSM-TILE-SERVER-TILELITE  -s 7 
osm-tile-server-tilelite.txt > osm-tile-server-tilelite.7
-txt2man -d "${CHANGELOG_DATE}" -t OSM-TILE-SERVER   -s 7 
osm-tile-server.txt  > osm-tile-server.7
+txt2man -d "${CHANGELOG_DATE}" -t OSM-TILE-SERVER.CONF -s 5 
osm-tile-server.conf.txt > osm-tile-server.conf.5
+txt2man -d "${CHANGELOG_DATE}" -t OSM-TILE-SERVER-PROCESS  -s 1 
osm-tile-server-process.txt  > osm-tile-server-process.1
+txt2man -d "${CHANGELOG_DATE}" -t OSM-TILE-SERVER-IMPORT   -s 1 
osm-tile-server-import.txt   > osm-tile-server-import.1
+txt2man -d "${CHANGELOG_DATE}" -t OSM-TILE-SERVER-TILELITE -s 7 
osm-tile-server-tilelite.txt > osm-tile-server-tilelite.7
+txt2man -d "${CHANGELOG_DATE}" -t OSM-TILE-SERVER  -s 7 
osm-tile-server.txt  > osm-tile-server.7
diff --git a/debian/osm-tile-server-base.config 
b/debian/osm-tile-server-base.config
index e244868..62624de 100644
--- a/debian/osm-tile-server-base.config
+++ b/debian/osm-tile-server-base.config
@@ -10,7 +10,7 @@ CONFIGTYPEQUESTION=2
 BACKSTATE=4
 
 . /etc/osm-tile-server.conf
-if [ ! "$DBNAME" = "" ] ;then
+if [ ! "$DBNAME" = "" ] ; then
   db_set osm-tile-server/db-name $DBNAME
 fi
 
diff --git a/debian/osm-tile-server-base.postinst 
b/debian/osm-tile-server-base.postinst
index b3a6f83..4416a54 100644
--- a/debian/osm-tile-server-base.postinst
+++ b/debian/osm-tile-server-base.postinst
@@ -37,11 +37,11 @@ case "$1" in
 PROCESSNOW=$RET
 db_set osm-tile-server/do_it_now "Later"
 
-if ! getent group $DBUSER >/dev/null; then
+if ! getent group $DBUSER >/dev/null ; then
 addgroup --system $DBUSER >/dev/null
 fi
 
-if ! getent passwd $DBUSER >/dev/null; then
+if ! getent passwd $DBUSER >/dev/null ; then
 adduser \
 --system \
 --disabled-login \
diff --git a/scripts/osm-tile-server-download b/scripts/osm-tile-server-download
index 564052b..eae1af4 100755
--- a/scripts/osm-tile-server-download
+++ b/scripts/osm-tile-server-download
@@ -8,9 +8,8 @@ REGION=`cat /var/lib/osm-tile-server-base/selected_region.txt`
 FILENAME="downloaded.osm.pbf"
 URL="${SRC_URL}/${REGION}-latest.osm.pbf"
 COMMAND="wget -O /var/cache/osm-tile-server-base/${FILENAME} ${URL}"
-echo "The following command will be run to download:\n\n"
+echo "The following command will now be run to download:\n\n"
 echo " ${COMMAND}\n\n"
 
 $COMMAND
 
-
diff --git a/scripts/osm-tile-server-import b/scripts/osm-tile-server-import
index 74cb1e6..4c099a8 100755
--- a/scripts/osm-tile-server-import
+++ b/scripts/osm-tile-server-import
@@ -19,9 +19,9 @@ if groups | grep -q '\bosm-tile-server\b' ; then
 ALLOWED=1
 fi
 
-if [ $ALLOWED = 1 ] ;then
-  /usr/lib/osm-tile-server-base/bin/osm-tile-server-import-raw "$1"
+if [ $ALLOWED = 1 ] ; then
+/usr/lib/osm-tile-server-base/bin/osm-tile-server-import-raw "$1"
 else
-  no_permission
+no_permission
 fi
 
diff --git a/scripts/osm-tile-server-process b/scripts/osm-tile-server-process
index b8598f8..492221a 100755
--- a/scripts/osm-tile-server-process
+++ b/scripts/osm-tile-server-process
@@ -20,7 +20,7 @@ if groups | grep -q '\bosm-tile-server\b' ; then
 ALLOWED=1
 fi
 
-if [ $ALLOWED = 0 ] ;then
+if [ $ALLOWED = 0 ] ; then
 

[pyosmium] branch master updated (bf8fe06 - 1c994fc)

2015-05-20 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a change to branch master
in repository pyosmium.

  from  bf8fe06   Also install examples.
   new  1c994fc   Update pyosmium package description.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control | 30 --
 1 file changed, 12 insertions(+), 18 deletions(-)

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

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


[pyosmium] 01/01: Update pyosmium package description.

2015-05-20 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a commit to branch master
in repository pyosmium.

commit 1c994fc2962f3e6a24cb16ece25ea9cded2fdaf8
Author: Jochen Topf joc...@topf.org
Date:   Wed May 20 16:27:36 2015 +0200

Update pyosmium package description.

PyOsmium doesn't (yet) support everything the underlying C++ library 
supports.
The description was referring more to the C++ library than the Python 
library
built on top of it.
---
 debian/control | 30 --
 1 file changed, 12 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 86d508d..7d0797d 100644
--- a/debian/control
+++ b/debian/control
@@ -39,16 +39,13 @@ Description: Osmium library bindings for Python
  The PyOsmium module allows you to access some of the features of the Osmium
  library from Python code.
  .
- The Osmium library has extensive support for all types of OSM entities: nodes,
- ways, relations, and changesets. It allows reading from and writing to OSM
- files in XML and PBF formats, including change files and full history files.
- Osmium can store OSM data in memory and on disk in various formats and using
- various indexes. Its easy to use handler interface allows you to quickly write
- data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS
- and GeoJSON geometries for easy conversion into many GIS formats and it can
- assemble multipolygons from ways and relations.
+ PyOsmium has extensive support for all types of OSM entities: nodes, ways,
+ relations, and changesets. It allows reading from OSM files in XML and PBF
+ formats, including change files and full history files. Its easy to use
+ handler interface allows you to quickly write data filtering and conversion
+ functions.
  .
- This package contains the PyOsmium module for Python 2. 
+ This package contains the PyOsmium module for Python 2.
 
 Package: python3-pyosmium
 Architecture: any
@@ -61,14 +58,11 @@ Description: Osmium library bindings for Python 3
  The PyOsmium module allows you to access some of the features of the Osmium
  library from Python code.
  .
- The Osmium library has extensive support for all types of OSM entities: nodes,
- ways, relations, and changesets. It allows reading from and writing to OSM
- files in XML and PBF formats, including change files and full history files.
- Osmium can store OSM data in memory and on disk in various formats and using
- various indexes. Its easy to use handler interface allows you to quickly write
- data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS
- and GeoJSON geometries for easy conversion into many GIS formats and it can
- assemble multipolygons from ways and relations.
+ PyOsmium has extensive support for all types of OSM entities: nodes, ways,
+ relations, and changesets. It allows reading from OSM files in XML and PBF
+ formats, including change files and full history files. Its easy to use
+ handler interface allows you to quickly write data filtering and conversion
+ functions.
  .
- This package contains the PyOsmium module for Python 3. 
+ This package contains the PyOsmium module for Python 3.
 

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

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


[libosmium] 01/01: Suggest instead of recommend the -doc package from libosmium2-dev.

2015-04-01 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a commit to branch master
in repository libosmium.

commit f2e04a78fdf56428ade2882497037174fbec0385
Author: Jochen Topf joc...@topf.org
Date:   Wed Apr 1 10:55:56 2015 +0200

Suggest instead of recommend the -doc package from libosmium2-dev.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 2b7849c..ecbbf1a 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Package: libosmium2-dev
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends}
-Recommends: libosmium2-doc
+Suggests: libosmium2-doc
 Description: C++ framework for working with OSM data files
  The Osmium library has extensive support for all types of OSM entities: nodes,
  ways, relations, and changesets. It allows reading from and writing to OSM

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

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


[libosmium] branch master updated (4a74e66 - f2e04a7)

2015-04-01 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a change to branch master
in repository libosmium.

  from  4a74e66   Set distribution to unstable.
   new  f2e04a7   Suggest instead of recommend the -doc package from 
libosmium2-dev.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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


[osmcoastline] 01/01: Use upstream man pages instead of special Debian man pages.

2015-04-01 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a commit to branch master
in repository osmcoastline.

commit da09e2524fbf1a150ef15b2120efaccdde4f945b
Author: Jochen Topf joc...@topf.org
Date:   Wed Apr 1 09:59:11 2015 +0200

Use upstream man pages instead of special Debian man pages.
---
 debian/control   |   8 +-
 debian/man/osmcoastline.1.xml| 173 ---
 debian/man/osmcoastline_filter.1.xml |  81 
 debian/man/osmcoastline_ways.1.xml   |  30 --
 debian/osmcoastline.manpages |   1 -
 debian/rules |  11 ---
 6 files changed, 3 insertions(+), 301 deletions(-)

diff --git a/debian/control b/debian/control
index 8fed029..8f99ba3 100644
--- a/debian/control
+++ b/debian/control
@@ -12,11 +12,9 @@ Build-Depends: debhelper (= 9),
libosmium2-dev,
libosmpbf-dev,
libspatialite-dev,
-   zlib1g-dev,
-   docbook2x,
-   docbook-xsl,
-   docbook-xml,
-   xsltproc
+   pandoc,
+   sqlite3,
+   zlib1g-dev
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/osmcoastline.git/
 Vcs-Git: git://anonscm.debian.org/pkg-grass/osmcoastline.git
diff --git a/debian/man/osmcoastline.1.xml b/debian/man/osmcoastline.1.xml
deleted file mode 100644
index f4f6ec4..000
--- a/debian/man/osmcoastline.1.xml
+++ /dev/null
@@ -1,173 +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='osmcoastline'
-
-  refmeta
-refentrytitleosmcoastline/refentrytitle
-manvolnum1/manvolnum
-  /refmeta
-
-  refnamediv
-refnameosmcoastline/refname
-refpurposeextract coastline from OSM data/refpurpose
-  /refnamediv
-
-  refsynopsisdiv id='synopsis'
-cmdsynopsis
-  commandosmcoastline/command
-  arg choice='opt'replaceableoptions/replaceable/arg
-  arg choice='plain'replaceableosmfile/replaceable/arg
-/cmdsynopsis
-  /refsynopsisdiv
-
-  refsect1 id='description'
-titleDESCRIPTION/title
-para
-  commandosmcoastline/command extracts the coastline from an OSM
-  planet file and assembles all the pieces into polygons for use in map
-  renderers etc.
-/para
-  /refsect1
-
-  refsect1 id='options'
-titleOPTIONS/title
-   
-variablelist
-
-  varlistentry
-termoption-h/option/term
-termoption--help/option/term
-listitem
-  para
-Display usage information
-  /para
-/listitem
-  /varlistentry
-
-  varlistentry
-termoption-c/option replaceableDIST/replaceable/term
-
termoption--close-distance/option=replaceableDIST/replaceable/term
-listitem
-  para
-Distance between nodes under which open rings are closed
-(0 - disable closing of rings)
-  /para
-/listitem
-  /varlistentry
-
-  varlistentry
-termoption-b/option replaceableOVERLAP/replaceable/term
-
termoption--bbox-overlap/option=replaceableOVERLAP/replaceable/term
-listitem
-  para
-Set overlap when splitting polygons
-  /para
-/listitem
-  /varlistentry
-
-  varlistentry
-termoption-i/option/term
-termoption--no-index/option/term
-listitem
-  para
-Do not create spatial indexes in output db
-  /para
-/listitem
-  /varlistentry
-
-  varlistentry
-termoption-d/option/term
-termoption--debug/option/term
-listitem
-  para
-Enable debugging output
-  /para
-/listitem
-  /varlistentry
-
-  varlistentry
-termoption-f/option/term
-termoption--overwrite/option/term
-listitem
-  para
-Overwrite output file if it already exists
-  /para
-/listitem
-  /varlistentry
-
-  varlistentry
-termoption-l/option/term
-termoption--output-lines/option/term
-listitem
-  para
-Output coastlines as lines to database file
-  /para
-/listitem
-  /varlistentry
-
-  varlistentry
-termoption-m/option replaceableNUM/replaceable/term
-
termoption--max-points/option=replaceableNUM/replaceable/term
-listitem
-  para
-Split lines/polygons with more than this many points
-(0 - disable splitting)
-  /para
-/listitem
-  /varlistentry
-
-  varlistentry
-termoption-o/option replaceableFILE/replaceable/term
-
termoption--output-database/option=replaceableFILE/replaceable/term
-listitem
-  para
-Spatialite database file for output
-  /para

[osmcoastline] branch master updated (7a84ec4 - da09e25)

2015-04-01 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a change to branch master
in repository osmcoastline.

  from  7a84ec4   Install CHANGELOG.md as upstream changelog.
   new  da09e25   Use upstream man pages instead of special Debian man 
pages.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control   |   8 +-
 debian/man/osmcoastline.1.xml| 173 ---
 debian/man/osmcoastline_filter.1.xml |  81 
 debian/man/osmcoastline_ways.1.xml   |  30 --
 debian/osmcoastline.manpages |   1 -
 debian/rules |  11 ---
 6 files changed, 3 insertions(+), 301 deletions(-)
 delete mode 100644 debian/man/osmcoastline.1.xml
 delete mode 100644 debian/man/osmcoastline_filter.1.xml
 delete mode 100644 debian/man/osmcoastline_ways.1.xml
 delete mode 100644 debian/osmcoastline.manpages

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

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


[osmcoastline] branch master updated (954110a - e524e71)

2015-03-17 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a change to branch master
in repository osmcoastline.

  from  954110a   Use osmcode.org contact URL instead of d...@osm.org in 
Contact metadata.
   new  e524e71   Remove osmcoastline-doc package.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control   | 24 
 debian/osmcoastline-doc.doc-base |  8 
 debian/osmcoastline-doc.docs |  1 -
 debian/osmcoastline-doc.links|  1 -
 debian/rules |  9 -
 5 files changed, 43 deletions(-)
 delete mode 100644 debian/osmcoastline-doc.doc-base
 delete mode 100644 debian/osmcoastline-doc.docs
 delete mode 100644 debian/osmcoastline-doc.links

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

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


[osmcoastline] 01/01: Remove osmcoastline-doc package.

2015-03-17 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a commit to branch master
in repository osmcoastline.

commit e524e7111844e2eb6bf5d1c5939f4724adff6e0f
Author: Jochen Topf joc...@topf.org
Date:   Tue Mar 17 16:18:38 2015 +0100

Remove osmcoastline-doc package.

The contents of this package are not useful for osmcoastline users.
---
 debian/control   | 24 
 debian/osmcoastline-doc.doc-base |  8 
 debian/osmcoastline-doc.docs |  1 -
 debian/osmcoastline-doc.links|  1 -
 debian/rules |  9 -
 5 files changed, 43 deletions(-)

diff --git a/debian/control b/debian/control
index 963cc09..8fed029 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,6 @@ Build-Depends: debhelper (= 9),
libosmpbf-dev,
libspatialite-dev,
zlib1g-dev,
-   doxygen,
-   graphviz,
docbook2x,
docbook-xsl,
docbook-xml,
@@ -46,25 +44,3 @@ Description: Extract coastline data from OpenStreetMap 
planet file
  .
  This package contains the OSMCoastline utilities.
 
-Package: osmcoastline-doc
-Architecture: all
-Section: doc
-Depends: libjs-jquery,
- ${misc:Depends}
-Description: Extract coastline data from OpenStreetMap planet file - 
documentation
- OSMCoastline extracts the coastline from an OSM planet file and assembles all
- the pieces into polygons for use in map renderers etc.
- .
- OSMCoastline relies on the Osmium library for its OpenStreetMap data handling.
- .
- The Osmium library has extensive support for all types of OSM entities: nodes,
- ways, relations, and changesets. It allows reading from and writing to OSM
- files in XML and PBF formats, including change files and full history files.
- Osmium can store OSM data in memory and on disk in various formats and using
- various indexes. Its easy to use handler interface allows you to quickly write
- data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS
- and GeoJSON geometries for easy conversion into many GIS formats and it can
- assemble multipolygons from ways and relations.
- .
- This package contains the OSMCoastline documentation.
-
diff --git a/debian/osmcoastline-doc.doc-base b/debian/osmcoastline-doc.doc-base
deleted file mode 100644
index bbc6104..000
--- a/debian/osmcoastline-doc.doc-base
+++ /dev/null
@@ -1,8 +0,0 @@
-Document: osmcoastline
-Title: OSMCoastline documentation
-Author: Jochen Topf
-Section: Science/Geoscience
-
-Format: HTML
-Index: /usr/share/doc/osmcoastline-doc/html/index.html
-Files: /usr/share/doc/osmcoastline-doc/html/*.html
diff --git a/debian/osmcoastline-doc.docs b/debian/osmcoastline-doc.docs
deleted file mode 100644
index 306ee07..000
--- a/debian/osmcoastline-doc.docs
+++ /dev/null
@@ -1 +0,0 @@
-obj-*/doc/html/
diff --git a/debian/osmcoastline-doc.links b/debian/osmcoastline-doc.links
deleted file mode 100644
index 3f563b7..000
--- a/debian/osmcoastline-doc.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/javascript/jquery/jquery.js 
usr/share/doc/osmcoastline-doc/html/jquery.js
diff --git a/debian/rules b/debian/rules
index d6c3267..30c7f04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,12 +26,3 @@ override_dh_auto_build-indep:
 override_dh_auto_test:
(cd obj-*  ./runtest.sh || echo Ignoring expected test failure)
 
-override_dh_installdocs:
-   dh_installdocs
-
-   # Remove embedded jquery.js in favor of libjs-query
-   $(RM) debian/*/usr/share/doc/*/html/jquery.js
-
-   # Remove useless autogenerated doxygen file
-   $(RM) debian/*/usr/share/doc/*/html/*.md5
-

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

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


[osmium-tool] branch master updated (8914322 - 2cdfa38)

2015-03-17 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a change to branch master
in repository osmium-tool.

  from  8914322   Use osmcode.org contact URL instead of d...@osm.org in 
Contact metadata.
   new  2cdfa38   Rename install file so the zsh completion file is 
installed.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/{osmium.install = osmium-tool.install} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename debian/{osmium.install = osmium-tool.install} (100%)

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

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


[pyosmium] 01/01: Add missing build dependencies.

2015-03-17 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a commit to branch master
in repository pyosmium.

commit bcd1c599a6bb14fc69af53c74e980d8ac712238c
Author: Jochen Topf joc...@topf.org
Date:   Tue Mar 17 16:33:06 2015 +0100

Add missing build dependencies.
---
 debian/control | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ac36947..e6bcb9a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,22 @@ Section: science
 Priority: optional
 Build-Depends: debhelper (= 9),
dh-python,
+   libboost-dev,
+   libboost-python-dev,
+   libbz2-dev,
+   libexpat1-dev,
+   libgdal-dev,
+   libgeos++-dev,
+   libosmium2-dev,
+   libosmpbf-dev,
+   libproj-dev,
+   libprotobuf-dev,
+   libsparsehash-dev,
python-all-dev,
python-setuptools,
python3-all-dev,
-   python3-setuptools
+   python3-setuptools,
+   zlib1g-dev
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/pyosmium.git/
 Vcs-Git: git://anonscm.debian.org/pkg-grass/pyosmium.git

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

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


[pyosmium] branch master updated (6ea11fa - bcd1c59)

2015-03-17 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a change to branch master
in repository pyosmium.

  from  6ea11fa   Use osmcode.org contact URL instead of d...@osm.org in 
Contact metadata.
   new  bcd1c59   Add missing build dependencies.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

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

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


[libosmium] 01/01: Only install files in include/osmium, not everything in include.

2015-03-16 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a commit to branch master
in repository libosmium.

commit 884636d12b82347a0d126de4bd4229ae8cde0cf5
Author: Jochen Topf joc...@topf.org
Date:   Mon Mar 16 21:35:38 2015 +0100

Only install files in include/osmium, not everything in include.

Does not install boost_unicode_iterator.hpp and mmap_for_windows.hpp, both 
are
not needed for current Debian systems.
---
 debian/libosmium2-dev.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/libosmium2-dev.install b/debian/libosmium2-dev.install
index ab093ac..6b87535 100644
--- a/debian/libosmium2-dev.install
+++ b/debian/libosmium2-dev.install
@@ -1 +1 @@
-include/ usr/
+include/osmium usr/include

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

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


Bug#779807: osmosis: XML parser messes up data

2015-03-04 Thread Jochen Topf
Package: osmosis
Version: 0.43.1-2
Severity: important

Dear Maintainer,

there is a critical problem in the way Osmosis is packaged in Debian.

To reproduce:
Download XML for this node: http://www.openstreetmap.org/node/3382756758
Run
osmosis --rx 3382756758.osm --wx -

The funny character in the name:en tag will be doubled. This does not
happen with stock Osmosis, but only with the Debian version.

It seems this is due to a faulty XML parser library. The Xerces lib is
missing in /etc/osmosis/plexus.conf. If I understand correctly this means
Java will fall back to its own XML implementation which is buggy.

If you add a line 

load /usr/share/java/xercesImpl.jar

to the file the error will not happen any more.

This is a rather critical problem, because it will lead to data corruption
whenever some Unicode characters are used in OSM files.

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages osmosis depends on:
ii  default-jre-headless [java6-runtime-headless]2:1.7-52
ii  libbatik-java1.7+dfsg-4
ii  libcommons-codec-java1.9-1
ii  libcommons-compress-java 1.9-1
ii  libcommons-dbcp-java 1.4-5
ii  libcommons-pool-java 1.6-2
ii  libjpf-java  1.5.1+dfsg-4
ii  libmysql-java5.1.32-1
ii  libnetty-java1:3.2.6.Final-2
ii  libosmpbf-java   1.3.3-2
ii  libplexus-classworlds-java   1.5.0-5
ii  libpostgis-java  2.1.4+dfsg-2
ii  libpostgresql-jdbc-java  9.2-1002-1
ii  libprotobuf-java 2.6.1-1
ii  libspring-beans-java 3.0.6.RELEASE-17
ii  libspring-context-java   3.0.6.RELEASE-17
ii  libspring-core-java  3.0.6.RELEASE-17
ii  libspring-jdbc-java  3.0.6.RELEASE-17
ii  libspring-transaction-java   3.0.6.RELEASE-17
ii  libxerces2-java  2.11.0-7
ii  libxz-java   1.5-1
ii  openjdk-6-jre-headless [java6-runtime-headless]  6b31-1.13.3-1
ii  openjdk-7-jre-headless [java6-runtime-headless]  7u75-2.5.4-2

osmosis recommends no packages.

osmosis suggests no packages.

-- no debconf information

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


[website] branch master updated (10a0e31 - b478b03)

2014-05-06 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a change to branch master
in repository website.

  from  10a0e31   Use 'request membership' instead 'request for membership'.
   new  b478b03   Fix typo

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 policy.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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


[website] 01/01: Fix typo

2014-05-06 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

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

commit b478b030ff590357b1b6f5505a768fc77c7ce82a
Author: Jochen Topf joc...@topf.org
Date:   Tue May 6 09:50:30 2014 +0200

Fix typo
---
 policy.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy.xml b/policy.xml
index bf23c82..7aac2e7 100644
--- a/policy.xml
+++ b/policy.xml
@@ -879,7 +879,7 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
 and literalpristine-tar/literal branches from an existing clone
 at once, use the commandgbp-pull/command command.
 programlisting
-commandgbp-pull/command option--prinstine-tar/option
+commandgbp-pull/command option--pristine-tar/option
 /programlisting
   /para
   para

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

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


[osm2pgsql] branch master updated (99065ae - 07e1d72)

2014-04-30 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a change to branch master
in repository osm2pgsql.

  from  99065ae   Enable parallel builds.
   new  07e1d72   Remove Suggests: josm, gosmore.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control | 2 --
 1 file changed, 2 deletions(-)

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

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


[osm2pgsql] 01/01: Remove Suggests: josm, gosmore.

2014-04-30 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a commit to branch master
in repository osm2pgsql.

commit 07e1d7236af3faa4500921415bc6757278a0d9f9
Author: Jochen Topf joc...@topf.org
Date:   Wed Apr 30 20:21:34 2014 +0200

Remove Suggests: josm, gosmore.

There is really no reason why those two particular suggestions are here. 
Both
are also OSM programs, but so are many others.
---
 debian/control | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/control b/debian/control
index 06f8b0b..65963e1 100644
--- a/debian/control
+++ b/debian/control
@@ -29,8 +29,6 @@ Depends: ${shlibs:Depends},
  ${misc:Depends}
 Recommends: postgis,
 postgresql-9.3-postgis-2.1 | postgresql-9.1-postgis
-Suggests: josm,
-  gosmore
 Description: OpenStreetMap data to PostgreSQL converter
  Convert OSM planet snapshot data to SQL suitable for loading
  into a PostgreSQL database with PostGIS geospatial extensions. This

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

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


[osmosis] branch master updated (5b3ceea - 0d4d6eb)

2014-04-08 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a change to branch master
in repository osmosis.

  from  5b3ceea   Bump Standards-Version to 3.9.5, changes: Vcs-* fields.
   new  98eba33   Fixed CRLF line endings in debian/log4j.properties.
   new  0d4d6eb   Updated manual page provided by Debian.

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/log4j.properties | 10 -
 debian/osmosis.1| 55 +++--
 debian/osmosis.xml  | 31 
 3 files changed, 66 insertions(+), 30 deletions(-)

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

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


[osmosis] 02/02: Updated manual page provided by Debian.

2014-04-08 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a commit to branch master
in repository osmosis.

commit 0d4d6ebe1d759c243591342dba620f416120ca39
Author: Jochen Topf joc...@topf.org
Date:   Tue Apr 8 19:44:39 2014 +0200

Updated manual page provided by Debian.
---
 debian/osmosis.1   | 55 +++---
 debian/osmosis.xml | 31 +-
 2 files changed, 62 insertions(+), 24 deletions(-)

diff --git a/debian/osmosis.1 b/debian/osmosis.1
index fc3a86b..866af8f 100644
--- a/debian/osmosis.1
+++ b/debian/osmosis.1
@@ -1,13 +1,13 @@
 '\ t
 .\ Title: OSMOSIS
 .\Author: Giovanni Mascellani mascell...@poisson.phc.unipi.it
-.\ Generator: DocBook XSL Stylesheets v1.75.2 http://docbook.sf.net/
-.\  Date: 04/01/2010
+.\ Generator: DocBook XSL Stylesheets v1.78.1 http://docbook.sf.net/
+.\  Date: 04/08/2014
 .\Manual: Osmosis User Manual
 .\Source: osmosis
 .\  Language: English
 .\
-.TH OSMOSIS 1 04/01/2010 osmosis Osmosis User Manual
+.TH OSMOSIS 1 04/08/2014 osmosis Osmosis User Manual
 .\ -
 .\ * Define some portability stuff
 .\ -
@@ -42,9 +42,9 @@ command\.
 This manual page was written for the Debian distribution because the original 
program does not have a manual page\.
 .PP
 \fBosmosis\fR
-is a command\-line Java program that processes OpenStreetMap data\. It 
consistes of a series of component which can be chained together in order to 
perform operations on OpenStreetMap databases or XML files\.
+is a command line Java application for processing OSM data\. The tool 
consists of pluggable components that can be chained to perform a larger 
operation\. For example, it has components for reading/writing databases and 
files, deriving/applying changes to data sources, and sorting data, (etc\.)\. 
It has been written to easily add new features without re\-writing common tasks 
such as file and database handling\.
 .PP
-Such options include:
+Some examples of the things it can currently do are:
 .sp
 .RS 4
 .ie n \{\
@@ -54,7 +54,7 @@ Such options include:
 .sp -1
 .IP \(bu 2.3
 .\}
-Generate and load dumps from and to a database\.
+Generate planet dumps from a database
 .RE
 .sp
 .RS 4
@@ -65,7 +65,7 @@ Generate and load dumps from and to a database\.
 .sp -1
 .IP \(bu 2.3
 .\}
-Produce changesets comparing databases and files and applying them to other 
databases and files\.
+Load planet dumps into a database
 .RE
 .sp
 .RS 4
@@ -76,7 +76,7 @@ Produce changesets comparing databases and files and applying 
them to other data
 .sp -1
 .IP \(bu 2.3
 .\}
-Sort data contained in a file\.
+Produce change sets using database history tables
 .RE
 .sp
 .RS 4
@@ -87,7 +87,40 @@ Sort data contained in a file\.
 .sp -1
 .IP \(bu 2.3
 .\}
-Extract data contained in a bounding box or in a polygon\.
+Apply change sets to a local database
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Compare two planet dump files and produce a change set
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Re\-sort the data contained in planet dump files
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Extract data inside a bounding box or polygon
 .RE
 .SH OPTIONS
 .PP
@@ -101,8 +134,8 @@ and its subpages\.
 The upstreams
 BTS
 can be found at
-\m[blue]\fB\%http://trac.openstreetmap.org/\fR\m[]\;. Bugs are also discussed 
on upstream mailing list, at
-\m[blue]\fB\%http://lists.openstreetmap.org/listinfo/dev\fR\m[]\;.
+\m[blue]\fB\%http://trac.openstreetmap.org/query?component=osmosis\fR\m[]\;. 
Bugs are also discussed on upstream mailing list, at
+\m[blue]\fB\%http://lists.openstreetmap.org/listinfo/osmosis-dev\fR\m[]\;.
 .SH AUTHOR
 .PP
 \fBGiovanni Mascellani\fR \mascellani@poisson\.phc\.unipi\.it\
diff --git a/debian/osmosis.xml b/debian/osmosis.xml
index 9e0dcb9..fc6ffa8 100644
--- a/debian/osmosis.xml
+++ b/debian/osmosis.xml
@@ -61,17 +61,22 @@
   commanddhpackage;/command command./para
 paraThis manual page was written for the Debian distribution
   because the original program does not have a manual page./para
-paracommanddhpackage;/command is a command-line Java program that
-  processes OpenStreetMap data. It consistes of a series of component
-  which can be chained together in order to perform operations on
-  OpenStreetMap databases or XML files./para
-paraSuch options include:/para
+paracommanddhpackage;/command is a command line Java application for
+processing OSM data. The tool consists of pluggable components that can be
+chained to perform a larger operation. For example, it has components for
+reading/writing databases and files, deriving/applying changes to data
+sources, and sorting data

[osmosis] 01/02: Fixed CRLF line endings in debian/log4j.properties.

2014-04-08 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a commit to branch master
in repository osmosis.

commit 98eba33bc60a37e4b6c1053e3c482716a05057cf
Author: Jochen Topf joc...@topf.org
Date:   Tue Apr 8 19:44:17 2014 +0200

Fixed CRLF line endings in debian/log4j.properties.
---
 debian/log4j.properties | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/log4j.properties b/debian/log4j.properties
index ea95252..e2000d4 100644
--- a/debian/log4j.properties
+++ b/debian/log4j.properties
@@ -1,6 +1,4 @@
-
-# Only show WARN or higher messages for org.java.plugin package
-log4j.logger.org.java.plugin=WARN
-
-
-
\ No newline at end of file
+
+# Only show WARN or higher messages for org.java.plugin package
+log4j.logger.org.java.plugin=WARN
+

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

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


[mkgmap] branch master updated (2b9a705 - e62d8d7)

2014-03-05 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a change to branch master
in repository mkgmap.

  from  2b9a705   Add Build-Depends: libosmpbf-java according to a hint by 
Jochen Topf
   new  9a69fae   Add missing dependency to libprotobuf-java
   new  e62d8d7   Updated list of docs

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control |  1 +
 debian/docs| 36 +++-
 2 files changed, 32 insertions(+), 5 deletions(-)

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

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


[mkgmap] 01/02: Add missing dependency to libprotobuf-java

2014-03-05 Thread Jochen Topf
This is an automated email from the git hooks/post-receive script.

joto-guest pushed a commit to branch master
in repository mkgmap.

commit 9a69faeb75d5fa5b79ff4eca4a2dd231a04dd3da
Author: Jochen Topf joc...@topf.org
Date:   Thu Mar 6 08:45:58 2014 +0100

Add missing dependency to libprotobuf-java
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 6adcb82..2a05b2d 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: debhelper (= 9),
default-jdk,
time,
libfastutil-java,
+   libprotobuf-java,
libosmpbf-java
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/mkgmap.git

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

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