File: control

package info (click to toggle)
osm2pgrouting 2.3.8-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,052 kB
  • sloc: cpp: 3,725; python: 3,105; xml: 504; sh: 109; sql: 54; ansic: 46; makefile: 18
file content (34 lines) | stat: -rw-r--r-- 1,283 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
Source: osm2pgrouting
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Daniel Kastl <daniel@georepublic.de>,
           Bas Couwenberg <sebastic@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
               cmake,
               libboost-graph-dev,
               libboost-program-options-dev,
               libexpat1-dev,
               libosmium2-dev,
               libpq-dev,
               libpqxx-dev,
               docbook2x,
               docbook-xsl,
               docbook-xml,
               xsltproc
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/osm2pgrouting
Vcs-Git: https://salsa.debian.org/debian-gis-team/osm2pgrouting.git
Homepage: https://github.com/pgRouting/osm2pgrouting
Rules-Requires-Root: no

Package: osm2pgrouting
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Tool to import OpenStreetMap data into a pgRouting database
 osm2pgrouting is a command line tool that makes it easy to import
 OpenStreetMap data into a pgRouting database. It builds the routing
 network topology automatically and creates tables for feature types and
 road classes. pgRouting has to be installed to be able to run
 osm2pgrouting.