Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Update packaging for postgresql-12.
· 2c6a222d
Bas Couwenberg
authored
Oct 29, 2019
2c6a222d
Add dctrl-tools to build dependencies for grep-dctrl.
· 9e0b69d1
Bas Couwenberg
authored
Oct 29, 2019
9e0b69d1
Set distribution to experimental.
· 4360c8c2
Bas Couwenberg
authored
Oct 29, 2019
4360c8c2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4360c8c2
postgis (3.0.0+dfsg-2
) UNRELEASED
; urgency=medium
postgis (3.0.0+dfsg-2
~exp1) experimental
; urgency=medium
[ Christoph Berg ]
* Revert chaikin tests failing on ppc64el.
-- Christoph Berg <myon@debian.org> Sat, 26 Oct 2019 11:27:25 +0200
[ Bas Couwenberg ]
* Update packaging for postgresql-12.
* Add dctrl-tools to build dependencies for grep-dctrl.
-- Bas Couwenberg <sebastic@debian.org> Tue, 29 Oct 2019 05:24:36 +0100
postgis (3.0.0+dfsg-1) unstable; urgency=medium
...
...
debian/control
View file @
4360c8c2
...
...
@@ -10,6 +10,7 @@ Priority: optional
Build-Depends: autoconf2.13,
autotools-dev,
bison,
dctrl-tools,
dblatex,
debhelper (>= 9),
dh-autoreconf,
...
...
@@ -44,7 +45,7 @@ Package: postgis
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: postgresql-1
1
-postgis-3,
Recommends: postgresql-1
2
-postgis-3,
postgis-doc
Suggests: postgis-gui
Description: Geographic objects support for PostgreSQL
...
...
@@ -62,7 +63,7 @@ Package: postgis-gui
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: postgresql-1
1
-postgis-3,
Recommends: postgresql-1
2
-postgis-3,
postgis-doc
Suggests: postgis
Breaks: postgis (<< 2.2.2+dfsg-2~)
...
...
@@ -94,17 +95,17 @@ Description: Geographic objects support for PostgreSQL -- documentation
.
This package contains the PostGIS documentation.
Package: postgresql-1
1
-postgis-3
Package: postgresql-1
2
-postgis-3
Architecture: any
Depends: postgresql-1
1
,
postgresql-1
1
-postgis-3-scripts,
Depends: postgresql-1
2
,
postgresql-1
2
-postgis-3-scripts,
${shlibs:Depends},
${misc:Depends}
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-1
1
-postgis,
Provides: postgresql-1
2
-postgis,
postgresql-postgis
Description: Geographic objects support for PostgreSQL 1
1
Description: Geographic objects support for PostgreSQL 1
2
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
...
...
@@ -112,19 +113,19 @@ Description: Geographic objects support for PostgreSQL 11
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL".
.
To create the PostGIS extensions in a PostgreSQL 1
1
database, the
postgresql-1
1
-postgis-3-scripts package must be installed as well.
To create the PostGIS extensions in a PostgreSQL 1
2
database, the
postgresql-1
2
-postgis-3-scripts package must be installed as well.
Package: postgresql-1
1
-postgis-3-scripts
Package: postgresql-1
2
-postgis-3-scripts
Architecture: all
Multi-Arch: foreign
Depends: ${perl:Depends},
${misc:Depends}
Recommends: postgresql-1
1
-postgis-3
Provides: postgresql-1
1
-postgis-scripts,
Recommends: postgresql-1
2
-postgis-3
Provides: postgresql-1
2
-postgis-scripts,
postgresql-postgis-scripts
Replaces: postgresql-1
1
-postgis-scripts (<< 2.2.2+dfsg-3~)
Description: Geographic objects support for PostgreSQL 1
1
-- SQL scripts
Replaces: postgresql-1
2
-postgis-scripts (<< 2.2.2+dfsg-3~)
Description: Geographic objects support for PostgreSQL 1
2
-- SQL scripts
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
...
...
@@ -133,5 +134,5 @@ Description: Geographic objects support for PostgreSQL 11 -- SQL scripts
"Simple Features Specification for SQL".
.
This package contains the SQL scripts for installing PostGIS in a PostgreSQL
1
1
database, and for upgrading from earlier PostGIS versions.
1
2
database, and for upgrading from earlier PostGIS versions.
debian/control.in
View file @
4360c8c2
...
...
@@ -10,6 +10,7 @@ Priority: optional
Build-Depends: autoconf2.13,
autotools-dev,
bison,
dctrl-tools,
dblatex,
debhelper (>= 9),
dh-autoreconf,
...
...