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.0
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.
