| 12
 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
 
 | Source: postgis-java
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless (>= 2:1.7) | java7-sdk-headless,
               maven-debian-helper
Build-Depends-Indep: junit4,
                     libpostgresql-jdbc-java,
                     libslf4j-java,
                     libsurefire-java,
                     maven-repo-helper,
                     maven
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/postgis-java
Vcs-Git: https://salsa.debian.org/debian-gis-team/postgis-java.git
Homepage: https://github.com/postgis/postgis-java
Rules-Requires-Root: no
Package: libpostgis-java
Architecture: all
Section: java
Depends: ${maven:Depends},
         ${misc:Depends}
Suggests: postgresql-postgis
Breaks: libpostgis-jdbc,
        libpostgisjava,
        postgresql-postgis-java
Replaces: libpostgis-jdbc,
          libpostgisjava,
          postgresql-postgis-java
Description: Geographic objects support for PostgreSQL -- JDBC support
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains JDBC support for PostGIS.
 |