Source: osrm
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Christopher Baines <mail@cbaines.net>,
           Andreas Tille <tille@debian.org>
Section: misc
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
               dh-exec,
               dh-systemd,
               cmake,
               libboost-dev,
               libboost-filesystem-dev,
               libboost-thread-dev,
               libboost-system-dev,
               libboost-regex-dev,
               libboost-iostreams-dev,
               libboost-program-options-dev,
               libboost-test-dev,
               libstxxl-dev,
               libxml2-dev,
               libsparsehash-dev,
               libbz2-dev,
               zlib1g-dev,
               libzip-dev,
               libgomp1,
               libpng-dev,
               liblua5.1-0-dev,
               libluabind-dev,
               pkg-config,
               libmapbox-variant-dev,
               libosmium2-dev,
               libgdal-dev,
               libtbb-dev,
               libexpat1-dev,
               doxygen,
               graphviz
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/osrm.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/osrm.git
Homepage: http://project-osrm.org/

Package: osrm
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: osrm-tools
Pre-Depends: adduser
Description: high performance routing engine for shortest paths in road networks
 The Open Source Routing Machine (OSRM) is a C++ implementation of a
 high-performance routing engine for shortest paths in road networks.
 .
 OSRM is able to compute and output a shortest path between any origin
 and destination within a few milliseconds.

Package: osrm-tools
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Breaks: osrm-dev (<< 4.9.1+ds-1~exp2)
Replaces: osrm-dev (<< 4.9.1+ds-1~exp2)
Enhances: osrm
Description: tools for use with osrm
 The Open Source Routing Machine (OSRM) is a C++ implementation of a
 high-performance routing engine for shortest paths in road networks.
 .
 This package contains the component analisis (osrm-components) tool
 which generates statistics and a shapefile for unroutable roads in the OSM
 data.

Package: osrm-dev
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: osrm-doc
Description: OSRM development files
 The Open Source Routing Machine (OSRM) is a C++ implementation of a
 high-performance routing engine for shortest paths in road networks.
 .
 This package contains the OSRM development files.

Package: osrm-doc
Architecture: all
Section: doc
Depends: libjs-jquery,
         ${misc:Depends}
Description: OSRM documentation
 The Open Source Routing Machine (OSRM) is a C++ implementation of a
 high-performance routing engine for shortest paths in road networks.
 .
 This package contains the documentation for OSRM.

