|
Revision 128, 0.9 KB
(checked in by anton, 3 years ago)
|
|
Debugging branch added
|
| Line | |
|---|
| 1 | Source: pgrouting |
|---|
| 2 | Section: misc |
|---|
| 3 | Priority: optional |
|---|
| 4 | Maintainer: Akio Takubo <takubo@saruga-tondara.net> |
|---|
| 5 | Build-Depends: debhelper (>= 5), postgresql-server-dev-8.2, cmake, libboost-graph-dev |
|---|
| 6 | Standards-Version: 3.7.2 |
|---|
| 7 | Section: libs |
|---|
| 8 | Homepage: http://pgrouting.postlbs.net/ |
|---|
| 9 | |
|---|
| 10 | Package: postgresql-8.2-pgrouting |
|---|
| 11 | Section: libs |
|---|
| 12 | Architecture: any |
|---|
| 13 | Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-8.2-postgis |
|---|
| 14 | Description: routing functionality support for PostgreSQL 8.2 |
|---|
| 15 | pgRouting is part of PostLBS, which provides core tools for Location Based Services (LBS) |
|---|
| 16 | as Open Source Software (OSS). Its tools are similar to those found on proprietary software. |
|---|
| 17 | pgRouting adds support for some routing algorithm to the PostgreSQL |
|---|
| 18 | object-relational database. |
|---|
| 19 | pgRouting core includes three types of shortest path implementation. And combination with |
|---|
| 20 | PostGIS provides more useful functionnality. |
|---|
| 21 | . |
|---|
| 22 | This package supports PostgreSQL 8.2. |
|---|
| 23 | |
|---|