File: control

package info (click to toggle)
tilemaker 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 78,284 kB
  • sloc: cpp: 28,715; ansic: 4,052; makefile: 180; ruby: 77; sh: 6
file content (37 lines) | stat: -rw-r--r-- 1,372 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
Source: tilemaker
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Felix Delattre <debian@xama.nu>
Section: science
Priority: optional
Build-Depends: cmake,
               debhelper-compat (= 13),
               libboost-dev,
               libboost-filesystem-dev,
               libboost-iostreams-dev,
               libboost-program-options-dev,
               libboost-system-dev,
               liblua5.1-dev,
               libprotobuf-dev,
               libshp-dev,
               libsqlite3-dev,
               pkgconf,
               protobuf-compiler,
               rapidjson-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/tilemaker
Vcs-Git: https://salsa.debian.org/debian-gis-team/tilemaker.git
Homepage: https://tilemaker.org/
Rules-Requires-Root: no

Package: tilemaker
Section: utils
Architecture: any
Depends: shapelib,
         ${misc:Depends},
         ${shlibs:Depends},
Description: Generates vector tiles from OpenStreetMap data
 tilemaker is a single executable command that takes OpenStreetMap data as
 planet or diff files and directly makes it into vector tiles.  It's
 supremely customisable, and if you just want off-the-shelf tiles in a
 standard style, tilemaker comes bundled with the configuration and process
 files to rely on the schema of OpenMapTiles by default.