Codebase list readosm / 44198f9
Restructure control file with cme fix dpkg-control. Bas Couwenberg 10 years ago
1 changed file(s) with 26 addition(s) and 28 deletion(s). Raw diff Collapse all Expand all
00 Source: readosm
1 Maintainer: Debian OpenStreetMap Team <pkg-osm-maint@lists.alioth.debian.org>
2 Uploaders: David Paleino <dapal@debian.org>,
3 Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>,
4 Bas Couwenberg <sebastic@xs4all.nl>
15 Section: libs
26 Priority: optional
3 Maintainer: Debian OpenStreetMap Team <pkg-osm-maint@lists.alioth.debian.org>
4 Uploaders: David Paleino <dapal@debian.org>
5 , Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
6 , Bas Couwenberg <sebastic@xs4all.nl>
7 Build-Depends:
8 debhelper (>= 9)
9 , autotools-dev
10 , dh-autoreconf
11 , libexpat1-dev
12 , zlib1g-dev
13 , doxygen
7 Build-Depends: debhelper (>= 9),
8 autotools-dev,
9 dh-autoreconf,
10 libexpat1-dev,
11 zlib1g-dev,
12 doxygen
1413 Standards-Version: 3.9.4
14 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-osm/readosm.git
15 Vcs-Git: git://anonscm.debian.org/pkg-osm/readosm.git
1516 Homepage: https://www.gaia-gis.it/fossil/readosm/index
16 Vcs-Git: git://anonscm.debian.org/pkg-osm/readosm.git
17 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-osm/readosm.git
1817
1918 Package: libreadosm-dev
19 Architecture: any
2020 Section: libdevel
21 Architecture: any
22 Depends:
23 ${misc:Depends}
24 , libexpat1-dev
25 , zlib1g-dev
26 , libreadosm1 (= ${binary:Version})
21 Depends: ${misc:Depends},
22 libexpat1-dev,
23 zlib1g-dev,
24 libreadosm1 (= ${binary:Version})
2725 Description: simple library to parse OpenStreetMap files - headers
2826 ReadOSM is an open source library to extract valid data from within an
2927 OpenStreetMap input file. Such OSM files come in two different
4038
4139 Package: libreadosm1
4240 Architecture: any
41 Depends: ${shlibs:Depends},
42 ${misc:Depends}
4343 Pre-Depends: ${misc:Pre-Depends}
44 Depends:
45 ${shlibs:Depends}
46 , ${misc:Depends}
4744 Description: simple library to parse OpenStreetMap files
4845 ReadOSM is an open source library to extract valid data from within an
4946 OpenStreetMap input file. Such OSM files come in two different
6057 Architecture: any
6158 Section: debug
6259 Priority: extra
63 Depends:
64 ${shlibs:Depends}
65 , ${misc:Depends}
66 , libreadosm1 (= ${binary:Version})
60 Depends: ${shlibs:Depends},
61 ${misc:Depends},
62 libreadosm1 (= ${binary:Version})
6763 Description: simple library to parse OpenStreetMap files - debug symbols
6864 ReadOSM is an open source library to extract valid data from within an
6965 OpenStreetMap input file. Such OSM files come in two different
7975 This package contains detached symbols useful for debugging.
8076
8177 Package: libreadosm-doc
78 Architecture: all
8279 Section: doc
83 Architecture: all
84 Depends: libjs-jquery, ${misc:Depends}
80 Depends: libjs-jquery,
81 ${misc:Depends}
8582 Description: simple library to parse OpenStreetMap files - documentation
8683 ReadOSM is an open source library to extract valid data from within an
8784 OpenStreetMap input file. Such OSM files come in two different
9592 completely transparent from the application own perspective.
9693 .
9794 This package contains the library documentation..
95