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
|
Source: pgrouting
Section: misc
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Michael Fladischer <FladischerMichael@fladi.at>
Build-Depends: cmake,
debhelper (>= 9),
libboost-graph-dev,
libcgal-dev,
postgresql-server-dev-all,
python-sphinx (>= 1.0.7+dfsg)
Standards-Version: 3.9.5
Homepage: http://www.pgrouting.org
Vcs-Git: git://anonscm.debian.org/pkg-grass/pgrouting.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pgrouting.git
Package: postgresql-PGVERSION-pgrouting
Architecture: any
Depends: postgresql-PGVERSION,
postgresql-PGVERSION-postgis-2.1,
${misc:Depends},
${shlibs:Depends}
Suggests: postgresql-PGVERSION-pgrouting-doc
Description: basic routing functionality support for PostgreSQL PGVERSION
pgRouting is part of PostLBS, which provides core tools for Location Based
Services (LBS). It adds support for some routing algorithm to the PostgreSQL
object-relational database and it's core includes three types of shortest path
implementation. In combination with PostGIS this extension provides more useful
functionality.
Package: postgresql-PGVERSION-pgrouting-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: basic routing functionality support for PostgreSQL PGVERSION (Documentation)
pgRouting is part of PostLBS, which provides core tools for Location Based
Services (LBS). It adds support for some routing algorithm to the PostgreSQL
object-relational database and it's core includes three types of shortest path
implementation. In combination with PostGIS this extension provides more useful
functionality.
.
This package contains the documentation.
|