Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Strip trailing comma from Uploaders.
· 5b49f6e6
Bas Couwenberg
authored
Sep 24, 2018
5b49f6e6
Reorder Breads/Provides/Replaces fields.
· 5634655f
Bas Couwenberg
authored
Sep 24, 2018
5634655f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5634655f
postgis (2.5.0+dfsg-2) UNRELEASED; urgency=medium
* Strip trailing comma from Uploaders.
* Reorder Breads/Provides/Replaces fields.
-- Bas Couwenberg <sebastic@debian.org> Mon, 24 Sep 2018 11:35:40 +0200
postgis (2.5.0+dfsg-1) unstable; urgency=medium
* New upstream release.
...
...
debian/control
View file @
5634655f
...
...
@@ -4,7 +4,7 @@ Uploaders: Stephen Frost <sfrost@debian.org>,
Francesco Paolo Lovergine <frankie@debian.org>,
Markus Wanner <markus@bluegap.ch>,
Bas Couwenberg <sebastic@debian.org>,
Christoph Berg <myon@debian.org>
,
Christoph Berg <myon@debian.org>
Section: misc
Priority: optional
Build-Depends: autoconf2.13,
...
...
@@ -131,8 +131,6 @@ Description: PostGIS "Lightweight Geometry" library - Development files
the development files.
Package: postgresql-10-postgis-2.5
Provides: postgresql-10-postgis,
postgresql-postgis
Architecture: any
Depends: postgresql-10,
${shlibs:Depends},
...
...
@@ -140,6 +138,8 @@ Depends: postgresql-10,
Recommends: postgresql-10-postgis-2.5-scripts
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis,
postgresql-postgis
Description: Geographic objects support for PostgreSQL 10
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
...
...
@@ -152,8 +152,6 @@ Description: Geographic objects support for PostgreSQL 10
postgresql-10-postgis-2.5-scripts package must be installed as well.
Package: postgresql-10-postgis-2.5-scripts
Provides: postgresql-10-postgis-scripts,
postgresql-postgis-scripts
Architecture: all
Multi-Arch: foreign
Depends: ${perl:Depends},
...
...
@@ -163,6 +161,8 @@ Breaks: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Conflicts: postgresql-10-postgis-2.2-scripts,
postgresql-10-postgis-2.3-scripts,
postgresql-10-postgis-2.4-scripts
Provides: postgresql-10-postgis-scripts,
postgresql-postgis-scripts
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Description: Geographic objects support for PostgreSQL 10 -- SQL scripts
PostGIS adds support for geographic objects to the PostgreSQL
...
...
debian/control.in
View file @
5634655f
...
...
@@ -4,7 +4,7 @@ Uploaders: Stephen Frost <sfrost@debian.org>,
Francesco Paolo Lovergine <frankie@debian.org>,
Markus Wanner <markus@bluegap.ch>,
Bas Couwenberg <sebastic@debian.org>,
Christoph Berg <myon@debian.org>
,
Christoph Berg <myon@debian.org>
Section: misc
Priority: optional
Build-Depends: autoconf2.13,
...
...
@@ -131,8 +131,6 @@ Description: PostGIS "Lightweight Geometry" library - Development files
the development files.
Package: postgresql-PGVERSION-postgis-2.5
Provides: postgresql-PGVERSION-postgis,
postgresql-postgis
Architecture: any
Depends: postgresql-PGVERSION,
${shlibs:Depends},
...
...
@@ -140,6 +138,8 @@ Depends: postgresql-PGVERSION,
Recommends: postgresql-PGVERSION-postgis-2.5-scripts
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-PGVERSION-postgis,
postgresql-postgis
Description: Geographic objects support for PostgreSQL PGVERSION
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
...
...
@@ -152,8 +152,6 @@ Description: Geographic objects support for PostgreSQL PGVERSION
postgresql-PGVERSION-postgis-2.5-scripts package must be installed as well.
Package: postgresql-PGVERSION-postgis-2.5-scripts
Provides: postgresql-PGVERSION-postgis-scripts,
postgresql-postgis-scripts
Architecture: all
Multi-Arch: foreign
Depends: ${perl:Depends},
...
...
@@ -163,6 +161,8 @@ Breaks: postgresql-PGVERSION-postgis-scripts (<< 2.2.2+dfsg-3~)
Conflicts: postgresql-PGVERSION-postgis-2.2-scripts,
postgresql-PGVERSION-postgis-2.3-scripts,
postgresql-PGVERSION-postgis-2.4-scripts
Provides: postgresql-PGVERSION-postgis-scripts,
postgresql-postgis-scripts
Replaces: postgresql-PGVERSION-postgis-scripts (<< 2.2.2+dfsg-3~)
Description: Geographic objects support for PostgreSQL PGVERSION -- SQL scripts
PostGIS adds support for geographic objects to the PostgreSQL
...
...
@@ -174,3 +174,4 @@ Description: Geographic objects support for PostgreSQL PGVERSION -- SQL scripts
.
This package contains the SQL scripts for installing PostGIS in a PostgreSQL
PGVERSION database, and for upgrading from earlier PostGIS versions.