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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
Source: pgrouting
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Michael Fladischer <FladischerMichael@fladi.at>
Section: misc
Priority: optional
Build-Depends: cmake (>= 3.2),
debhelper-compat (= 12),
graphviz,
libboost-graph-dev,
libjs-mathjax,
postgis,
postgresql-server-dev-all,
python3-sphinx (>= 1.8),
rdfind,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pgrouting
Vcs-Git: https://salsa.debian.org/debian-gis-team/pgrouting.git
Homepage: https://www.pgrouting.org
Rules-Requires-Root: no
Package: postgresql-15-pgrouting
Architecture: any
Depends: postgresql-15-pgrouting-scripts (>= ${source:Version}),
postgresql-15,
postgresql-15-postgis,
postgresql-15-postgis-scripts,
${misc:Depends},
${shlibs:Depends}
Suggests: postgresql-15-pgrouting-doc
Description: Routing functionality support for PostgreSQL/PostGIS
pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
geospatial routing and other network analysis functionality.
.
This package supports PostgreSQL 15.
Package: postgresql-15-pgrouting-scripts
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
geospatial routing and other network analysis functionality.
.
This package contains the SQL scripts for installing pgRouting, and for
upgrading from earlier pgRouting versions.
.
This package supports PostgreSQL 15.
Package: postgresql-15-pgrouting-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-mathjax,
${misc:Depends},
${sphinxdoc:Depends}
Description: Routing functionality support for PostgreSQL/PostGIS (Documentation)
pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
geospatial routing and other network analysis functionality.
.
This package contains the documentation.
Package: postgresql-pgrouting
Architecture: any
Section: metapackages
Depends: postgresql-pgrouting-scripts,
postgresql-15-pgrouting,
${misc:Depends}
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
geospatial routing and other network analysis functionality.
.
This metapackage depends on the PgRouting package for PostgreSQL 15.
Package: postgresql-pgrouting-scripts
Architecture: all
Multi-Arch: foreign
Section: metapackages
Depends: postgresql-15-pgrouting-scripts,
${misc:Depends}
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
geospatial routing and other network analysis functionality.
.
This metapackage depends on the PgRouting scripts package for
PostgreSQL 15.
|