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
  
     | 
    
      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-compat (= 13),
               dh-sequence-javahelper,
               javahelper,
               ant,
               ant-optional,
               default-jdk-headless (>= 2:1.8) | java8-sdk-headless,
               libbsh-java,
               libfastutil-java,
               libjcommander-java,
               libprotobuf-java,
               libosmpbf-java (>= 1.3.3-14),
               libxpp3-java,
               junit4,
               testng (>= 6.8.8),
               docbook2x,
               docbook-xsl,
               docbook-xml,
               xsltproc
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/mkgmap-splitter
Vcs-Git: https://salsa.debian.org/debian-gis-team/mkgmap-splitter.git
Homepage: https://www.mkgmap.org.uk/doc/splitter.html
Rules-Requires-Root: no
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.
 
     |