File: control

package info (click to toggle)
postgis-java 1%3A2021.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 876 kB
  • sloc: java: 5,546; xml: 1,656; sh: 12; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 1,564 bytes parent folder | download
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
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 (= 12)
Build-Depends-Indep: default-jdk-headless (>= 2:1.7) | java7-sdk-headless,
                     junit4,
                     libpostgresql-jdbc-java,
                     libslf4j-java,
                     libsurefire-java,
                     maven-debian-helper,
                     maven-repo-helper,
                     maven
Standards-Version: 4.6.1
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

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.