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