Codebase list readosm / 7fd2fbf debian / control
7fd2fbf

Tree @7fd2fbf (Download .tar.gz)

control @7fd2fbf

598f2b4
21b5114
9b2a60b
9a6eca9
598f2b4
 
881db16
44198f9
 
 
 
9055e07
 
7fd2fbf
aa43805
 
44198f9
598f2b4
 
 
7c766d5
44198f9
 
 
 
 
598f2b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7c766d5
44198f9
 
598f2b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7c766d5
44198f9
8709fda
598f2b4
 
 
 
 
 
 
 
 
 
 
 
 
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 (>= 9.20160114),
               autotools-dev,
               dh-autoreconf,
               libexpat1-dev,
               zlib1g-dev,
               doxygen,
               graphviz
Standards-Version: 4.5.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..