[Git][debian-gis-team/postgis][experimental] 3 commits: Update packaging for postgresql-14.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Oct 5 21:27:24 BST 2021



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


Commits:
d8f22957 by Bas Couwenberg at 2021-10-05T21:36:33+02:00
Update packaging for postgresql-14.

- - - - -
46bcf9be by Bas Couwenberg at 2021-10-05T21:41:51+02:00
Add upstream patch to fix missing the INSERT statements.

- - - - -
4afc2992 by Bas Couwenberg at 2021-10-05T21:42:05+02:00
Set distribution to experimental.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/0001-Revert-Harmonize-with-old-behaviour.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,11 @@
-postgis (3.2.0~alpha1+dfsg-1~exp4) UNRELEASED; urgency=medium
+postgis (3.2.0~alpha1+dfsg-1~exp4) experimental; urgency=medium
 
   * Drop pie rules for xenial.
   * Add pkg-config to build dependencies.
+  * Update packaging for postgresql-14.
+  * Add upstream patch to fix missing the INSERT statements.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sun, 03 Oct 2021 20:04:14 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 05 Oct 2021 21:41:53 +0200
 
 postgis (3.2.0~alpha1+dfsg-1~exp3) experimental; urgency=medium
 


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


=====================================
debian/patches/0001-Revert-Harmonize-with-old-behaviour.patch
=====================================
@@ -0,0 +1,19 @@
+Description: Revert "Harmonize with old behaviour."
+ This reverts commit 595f840ebc479657adac9143cfaf890faba72f99.
+ .
+ Fixes #4994 in 3.1 branch (3.1.5dev)
+Author: Sandro Santilli <strk at kbt.io>
+Origin: https://trac.osgeo.org/postgis/changeset/7b58a4644dc0d4b9ebedfd33d4e3f9fc717ad211/git
+Bug: https://trac.osgeo.org/postgis/ticket/4994
+
+--- a/loader/dbfopen.c
++++ b/loader/dbfopen.c
+@@ -1750,7 +1750,7 @@ int SHPAPI_CALL DBFIsRecordDeleted( DBFH
+ /* -------------------------------------------------------------------- */
+ /*	Have we read the record?					*/
+ /* -------------------------------------------------------------------- */
+-    if( psDBF->nRecords > 0 && !DBFLoadRecord( psDBF, iShape ) )
++    if( !DBFLoadRecord( psDBF, iShape ) )
+         return FALSE;
+ 
+ /* -------------------------------------------------------------------- */


=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@ incorrect-path-for-interpreter.patch
 lwgeom_topo.patch
 mr59.patch
 0001-run_test.pl-avoid-loader-test-failure-breaking-subse.patch
+0001-Revert-Harmonize-with-old-behaviour.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/fac8ff89fa83a06840fabeac1c0cea1b21149f1c...4afc2992a353556f3176b4e521d3fcb064ef1c50

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/fac8ff89fa83a06840fabeac1c0cea1b21149f1c...4afc2992a353556f3176b4e521d3fcb064ef1c50
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/20211005/f4c9d134/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list