Source: osmium
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
           Andreas Tille <tille@debian.org>,
           Bas Couwenberg <sebastic@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 9),
               cppcheck,
               libboost-dev,
               libboost-filesystem-dev,
               libboost-iostreams-dev,
               libboost-regex-dev,
               libboost-system-dev,
               libboost-test-dev,
               libexpat1-dev,
               libgd-dev,
               libgdal-dev (>= 1.10.0-0~),
               libgeos++-dev,
               libicu-dev,
               libosmpbf-dev,
               libprotobuf-dev,
               libshp-dev,
               libsparsehash-dev,
               libsqlite3-dev,
               libv8-dev,
               protobuf-compiler,
               zlib1g-dev
# , doxygen
# , graphviz
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/osmium.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/osmium.git
Homepage: http://wiki.openstreetmap.org/wiki/Osmium/Old_version

Package: libosmium-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}
Description: C++ framework for working with OSM data files
 Osmium is a C++ framework for working with OSM data files. Osmium can read
 OSM data in XML or binary format (PBF) and can call different handlers for
 each OSM object.
 .
 Available handlers include:
  * Javascript handler (calls Javascript callbacks you provide)
  * Multipolygon handler (assembles areas(multipolygons) from relations and
    ways)
  * NodeLocationStore handler (stores node locations and builds way
    geometries from them)
  * Statistics handler (does some general statistics)
  * (others...)
 .
 This package provides the header files useful to develop third-party
 applications.

Package: osmjs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: osmium-based Javascript framework for handling OSM data
 Osmium is a C++ framework for working with OSM data files. Osmium can read
 OSM data in XML or binary format (PBF) and can call different handlers for
 each OSM object.
 .
 Available handlers include:
  * Javascript handler (calls Javascript callbacks you provide)
  * Multipolygon handler (assembles areas(multipolygons) from relations and
    ways)
  * NodeLocationStore handler (stores node locations and builds way
    geometries from them)
  * Statistics handler (does some general statistics)
  * (others...)
 .
 This package contains the Javascript framework based on osmium.

#Package: osmium-doc
#Section: doc
#Architecture: all
#Depends: ${misc:Depends}
# , libjs-jquery
#Description: C++ framework for working with OSM data files - docs
# Osmium is a C++ framework for working with OSM data files. Osmium can read
# OSM data in XML or binary format (PBF) and can call different handlers for
# each OSM object.
# .
# Available handlers include:
#  * Javascript handler (calls Javascript callbacks you provide)
#  * Multipolygon handler (assembles areas(multipolygons) from relations and
#    ways)
#  * NodeLocationStore handler (stores node locations and builds way
#    geometries from them)
#  * Statistics handler (does some general statistics)
#  * (others...)
# .
# This package provides documentation about the Osmium framework.

