File: control

package info (click to toggle)
imposm 2.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 860 kB
  • ctags: 1,328
  • sloc: python: 4,018; cpp: 504; makefile: 3; sql: 1
file content (49 lines) | stat: -rw-r--r-- 1,443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: imposm
Section: python
Priority: extra
Maintainer: Debian OpenStreetMap Team <pkg-osm-maint@lists.alioth.debian.org>
Uploaders:
 David Paleino <dapal@debian.org>
Build-Depends: debhelper (>= 9~)
 , python-all-dev (>= 2.6.6-3~)
 , python-setuptools
 , libtokyocabinet-dev
 , cython
 , protobuf-compiler
 , libprotobuf-dev
Standards-Version: 3.9.5
Homepage: http://imposm.org/
Vcs-Git: git://anonscm.debian.org/pkg-osm/imposm.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-osm/imposm.git;a=summary

Package: python-imposm
Architecture: any
Provides: ${python:Provides}
Depends: ${python:Depends}
 , ${misc:Depends}
 , ${shlibs:Depends}
Description: importer for OpenStreetMap data - Python module
 Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
 can import the data into PostgreSQL/PostGIS databases.
 .
 It is designed to create databases that are optimized for rendering/WMS
 services.
 .
 This package contains the Python module

Package: imposm
Section: web
Architecture: all
Depends:
 ${misc:Depends}
 , ${python:Depends}
 , python-imposm (>= ${binary:Version})
 , python-pkg-resources
Description: importer for OpenStreetMap data
 Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
 can import the data into PostgreSQL/PostGIS databases.
 .
 It is designed to create databases that are optimized for rendering/WMS
 services.
 .
 This package contains the importer.