Codebase list readosm / 9c63564f-bb55-4e48-b2dc-31abe530b601/main debian / control
9c63564f-bb55-4e48-b2dc-31abe530b601/main

Tree @9c63564f-bb55-4e48-b2dc-31abe530b601/main (Download .tar.gz)

control @9c63564f-bb55-4e48-b2dc-31abe530b601/mainraw · history · blame

Source: readosm
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
           Bas Couwenberg <sebastic@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper,
               libexpat1-dev,
               zlib1g-dev,
               doxygen,
               graphviz
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/readosm
Vcs-Git: https://salsa.debian.org/debian-gis-team/readosm.git
Homepage: https://www.gaia-gis.it/fossil/readosm/index

Package: libreadosm-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libexpat1-dev,
         zlib1g-dev,
         libreadosm1 (= ${binary:Version})
Description: simple library to parse OpenStreetMap files - headers
 ReadOSM is an open source library to extract valid data from within an
 OpenStreetMap input file. Such OSM files come in two different
 formats, .osm (XML) and .pbf.
 .
 Some of the design goals of ReadOSM are:
  - to be simple and lightweight
  - to be stable, robust and efficient
  - to be easily and universally portable
  - making the whole parsing process of both .osm or .osm.pbf files
    completely transparent from the application own perspective.
 .
 This package contains files needed for development.

Package: libreadosm1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: simple library to parse OpenStreetMap files
 ReadOSM is an open source library to extract valid data from within an
 OpenStreetMap input file. Such OSM files come in two different
 formats, .osm (XML) and .pbf.
 .
 Some of the design goals of ReadOSM are:
  - to be simple and lightweight
  - to be stable, robust and efficient
  - to be easily and universally portable
  - making the whole parsing process of both .osm or .osm.pbf files
    completely transparent from the application own perspective.

Package: libreadosm-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: simple library to parse OpenStreetMap files - documentation
 ReadOSM is an open source library to extract valid data from within an
 OpenStreetMap input file. Such OSM files come in two different
 formats, .osm (XML) and .pbf.
 .
 Some of the design goals of ReadOSM are:
  - to be simple and lightweight
  - to be stable, robust and efficient
  - to be easily and universally portable
  - making the whole parsing process of both .osm or .osm.pbf files
    completely transparent from the application own perspective.
 .
 This package contains the library documentation..