File: control

package info (click to toggle)
mkgmap-splitter 0.0.0%2Bsvn548-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,204 kB
  • ctags: 1,746
  • sloc: java: 12,369; xml: 1,632; sh: 32; makefile: 16
file content (40 lines) | stat: -rw-r--r-- 1,391 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
Source: mkgmap-splitter
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 9),
               javahelper,
               ant,
               default-jdk-headless (>= 2:1.8) | java8-sdk-headless,
               libbsh-java,
               libfastutil-java,
               libjcommander-java,
               libprotobuf-java,
               libosmpbf-java,
               libxpp3-java,
               testng (>= 6.8.8),
               docbook2x,
               docbook-xsl,
               docbook-xml,
               xsltproc
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mkgmap-splitter.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mkgmap-splitter.git
Homepage: http://www.mkgmap.org.uk/doc/splitter.html

Package: mkgmap-splitter
Architecture: all
Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless,
         ${java:Depends},
         ${misc:Depends}
Recommends: mkgmap,
            osmctools
Description: Tile splitter for mkgmap
 This program splits OpenStreetMap data into smaller tiles to fit within the
 Garmin map format limits as created by mkmap.
 .
 Main features:
  - Variable sized tiles so that you don't get a large number of tiny files.
  - Tiles join exactly with no overlap or gaps.