[Git][debian-gis-team/postgis][master] 3 commits: Add metapackages to help upgrade the postgis packages.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sat Oct 15 07:28:23 BST 2022



Bas Couwenberg pushed to branch master at Debian GIS Project / postgis


Commits:
6cff0547 by Bas Couwenberg at 2022-10-15T08:00:53+02:00
Add metapackages to help upgrade the postgis packages.

- - - - -
d3a4ba5f by Bas Couwenberg at 2022-10-15T08:02:39+02:00
Update packaging for postgresql-15.

- - - - -
04b91a49 by Bas Couwenberg at 2022-10-15T08:04:03+02:00
Set distribution to experimental.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/control.in


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+postgis (3.3.1+dfsg-2~exp1) experimental; urgency=medium
+
+  * Add metapackages to help upgrade the postgis packages.
+  * Update packaging for postgresql-15.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 15 Oct 2022 08:03:48 +0200
+
 postgis (3.3.1+dfsg-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/control
=====================================
@@ -72,17 +72,16 @@ Description: Geographic objects support for PostgreSQL -- documentation
  .
  This package contains the PostGIS documentation.
 
-Package: postgresql-14-postgis-3
+Package: postgresql-15-postgis-3
 Architecture: any
-Depends: postgresql-14,
-         postgresql-14-postgis-3-scripts,
+Depends: postgresql-15,
+         postgresql-15-postgis-3-scripts,
          ${shlibs:Depends},
          ${misc:Depends}
 Suggests: postgis
 Breaks: postgis (<< 1.2.1)
-Provides: postgresql-14-postgis,
-          postgresql-postgis
-Description: Geographic objects support for PostgreSQL 14
+Provides: postgresql-15-postgis
+Description: Geographic objects support for PostgreSQL 15
  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
@@ -90,16 +89,15 @@ Description: Geographic objects support for PostgreSQL 14
  SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
  "Simple Features Specification for SQL".
 
-Package: postgresql-14-postgis-3-scripts
+Package: postgresql-15-postgis-3-scripts
 Architecture: all
 Multi-Arch: foreign
 Depends: ${perl:Depends},
          ${misc:Depends}
-Recommends: postgresql-14-postgis-3
-Provides: postgresql-14-postgis-scripts,
-          postgresql-postgis-scripts
-Replaces: postgresql-14-postgis-scripts (<< 2.2.2+dfsg-3~)
-Description: Geographic objects support for PostgreSQL 14 -- SQL scripts
+Recommends: postgresql-15-postgis-3
+Provides: postgresql-15-postgis-scripts
+Replaces: postgresql-15-postgis-scripts (<< 2.2.2+dfsg-3~)
+Description: Geographic objects support for PostgreSQL 15 -- 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
@@ -108,4 +106,36 @@ Description: Geographic objects support for PostgreSQL 14 -- SQL scripts
  "Simple Features Specification for SQL".
  .
  This package contains the SQL scripts for installing PostGIS in a PostgreSQL
- 14 database, and for upgrading from earlier PostGIS versions.
+ 15 database, and for upgrading from earlier PostGIS versions.
+
+Package: postgresql-postgis
+Architecture: any
+Section: metapackages
+Depends: postgresql-postgis-scripts,
+         postgresql-15-postgis-3,
+         ${misc:Depends}
+Description: Geographic objects support for PostgreSQL -- Metapackage
+ 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 metapackage depends on the PostGIS package for PostgreSQL 15.
+
+Package: postgresql-postgis-scripts
+Architecture: all
+Multi-Arch: foreign
+Depends: postgresql-15-postgis-3-scripts,
+         ${misc:Depends}
+Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
+ 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 metapackage depends on the PostGIS scripts package for
+ PostgreSQL 15.


=====================================
debian/control.in
=====================================
@@ -80,8 +80,7 @@ Depends: postgresql-PGVERSION,
          ${misc:Depends}
 Suggests: postgis
 Breaks: postgis (<< 1.2.1)
-Provides: postgresql-PGVERSION-postgis,
-          postgresql-postgis
+Provides: postgresql-PGVERSION-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"
@@ -96,8 +95,7 @@ Multi-Arch: foreign
 Depends: ${perl:Depends},
          ${misc:Depends}
 Recommends: postgresql-PGVERSION-postgis-3
-Provides: postgresql-PGVERSION-postgis-scripts,
-          postgresql-postgis-scripts
+Provides: postgresql-PGVERSION-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
@@ -109,3 +107,35 @@ 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.
+
+Package: postgresql-postgis
+Architecture: any
+Section: metapackages
+Depends: postgresql-postgis-scripts,
+         postgresql-PGVERSION-postgis-3,
+         ${misc:Depends}
+Description: Geographic objects support for PostgreSQL -- Metapackage
+ 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 metapackage depends on the PostGIS package for PostgreSQL PGVERSION.
+
+Package: postgresql-postgis-scripts
+Architecture: all
+Multi-Arch: foreign
+Depends: postgresql-PGVERSION-postgis-3-scripts,
+         ${misc:Depends}
+Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
+ 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 metapackage depends on the PostGIS scripts package for
+ PostgreSQL PGVERSION.



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/a5aaac65eebd9decb1d8145a1628016aacf73b39...04b91a499ae9df0aff90011cdefa3c43251d4d85

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/a5aaac65eebd9decb1d8145a1628016aacf73b39...04b91a499ae9df0aff90011cdefa3c43251d4d85
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20221015/1b05480d/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list