Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Update packaging for postgresql-11.
· 3e141133
Bas Couwenberg
authored
Oct 05, 2018
3e141133
Set distribution to experimental.
· b25111a9
Bas Couwenberg
authored
Oct 05, 2018
b25111a9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b25111a9
postgis (2.5.0+dfsg-2
) UNRELEASED
; urgency=medium
postgis (2.5.0+dfsg-2
~exp1) experimental
; urgency=medium
* Strip trailing comma from Uploaders.
* Reorder Breads/Provides/Replaces fields.
* Update packaging for postgresql-11.
-- Bas Couwenberg <sebastic@debian.org>
Mon, 24 Sep 2018 11:35:40
+0200
-- Bas Couwenberg <sebastic@debian.org>
Fri, 05 Oct 2018 17:05:37
+0200
postgis (2.5.0+dfsg-1) unstable; urgency=medium
...
...
debian/control
View file @
b25111a9
...
...
@@ -44,7 +44,7 @@ Package: postgis
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: postgresql-1
0
-postgis-2.5,
Recommends: postgresql-1
1
-postgis-2.5,
postgis-doc
Suggests: postgis-gui
Description: Geographic objects support for PostgreSQL
...
...
@@ -62,7 +62,7 @@ Package: postgis-gui
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: postgresql-1
0
-postgis-2.5,
Recommends: postgresql-1
1
-postgis-2.5,
postgis-doc
Suggests: postgis
Breaks: postgis (<< 2.2.2+dfsg-2~)
...
...
@@ -130,17 +130,17 @@ Description: PostGIS "Lightweight Geometry" library - Development files
processing functions, are implemented here. This package contains
the development files.
Package: postgresql-1
0
-postgis-2.5
Package: postgresql-1
1
-postgis-2.5
Architecture: any
Depends: postgresql-1
0
,
Depends: postgresql-1
1
,
${shlibs:Depends},
${misc:Depends}
Recommends: postgresql-1
0
-postgis-2.5-scripts
Recommends: postgresql-1
1
-postgis-2.5-scripts
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-1
0
-postgis,
Provides: postgresql-1
1
-postgis,
postgresql-postgis
Description: Geographic objects support for PostgreSQL 1
0
Description: Geographic objects support for PostgreSQL 1
1
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
...
...
@@ -148,23 +148,23 @@ Description: Geographic objects support for PostgreSQL 10
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL".
.
To create the PostGIS extensions in a PostgreSQL 1
0
database, the
postgresql-1
0
-postgis-2.5-scripts package must be installed as well.
To create the PostGIS extensions in a PostgreSQL 1
1
database, the
postgresql-1
1
-postgis-2.5-scripts package must be installed as well.
Package: postgresql-1
0
-postgis-2.5-scripts
Package: postgresql-1
1
-postgis-2.5-scripts
Architecture: all
Multi-Arch: foreign
Depends: ${perl:Depends},
${misc:Depends}
Recommends: postgresql-1
0
-postgis-2.5
Breaks: postgresql-1
0
-postgis-scripts (<< 2.2.2+dfsg-3~)
Conflicts: postgresql-1
0
-postgis-2.2-scripts,
postgresql-1
0
-postgis-2.3-scripts,
postgresql-1
0
-postgis-2.4-scripts
Provides: postgresql-1
0
-postgis-scripts,
Recommends: postgresql-1
1
-postgis-2.5
Breaks: postgresql-1
1
-postgis-scripts (<< 2.2.2+dfsg-3~)
Conflicts: postgresql-1
1
-postgis-2.2-scripts,
postgresql-1
1
-postgis-2.3-scripts,
postgresql-1
1
-postgis-2.4-scripts
Provides: postgresql-1
1
-postgis-scripts,
postgresql-postgis-scripts
Replaces: postgresql-1
0
-postgis-scripts (<< 2.2.2+dfsg-3~)
Description: Geographic objects support for PostgreSQL 1
0
-- SQL scripts
Replaces: postgresql-1
1
-postgis-scripts (<< 2.2.2+dfsg-3~)
Description: Geographic objects support for PostgreSQL 1
1
-- 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
...
...
@@ -173,5 +173,5 @@ Description: Geographic objects support for PostgreSQL 10 -- SQL scripts
"Simple Features Specification for SQL".
.
This package contains the SQL scripts for installing PostGIS in a PostgreSQL
1
0
database, and for upgrading from earlier PostGIS versions.
1
1
database, and for upgrading from earlier PostGIS versions.