[Git][debian-gis-team/postgis][master] 3 commits: Drop postgis-gui package, requires GTK-2 which is deprecated. (closes: #967707)

Bas Couwenberg gitlab at salsa.debian.org
Tue Aug 4 14:14:52 BST 2020



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


Commits:
fa9dfdd3 by Bas Couwenberg at 2020-08-04T14:02:45+02:00
Drop postgis-gui package, requires GTK-2 which is deprecated. (closes: #967707)

- - - - -
0b56e950 by Bas Couwenberg at 2020-08-04T14:51:55+02:00
Mark patches as Forwarded: not-needed.

- - - - -
2cf2a5c6 by Bas Couwenberg at 2020-08-04T14:51:55+02:00
Set distribution to unstable.

- - - - -


7 changed files:

- debian/changelog
- debian/control
- debian/control.in
- debian/patches/relax-test-timing-constraints.patch
- − debian/postgis-gui.docs
- − debian/postgis-gui.manpages
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,16 @@
-postgis (3.0.1+dfsg-5) UNRELEASED; urgency=medium
+postgis (3.0.1+dfsg-5) unstable; urgency=medium
 
+  [ Christoph Berg ]
   * Remove debian/postgresql-generic-postgis-scripts.preinst.in.
     Obsolete, and it was buggy with older dpkg-diversions which didn't have
     --no-rename yet.
 
- -- Christoph Berg <myon at debian.org>  Sun, 17 May 2020 15:51:36 +0200
+  [ Bas Couwenberg ]
+  * Drop postgis-gui package, requires GTK-2 which is deprecated.
+    (closes: #967707)
+  * Mark patches as Forwarded: not-needed.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 04 Aug 2020 14:23:53 +0200
 
 postgis (3.0.1+dfsg-4) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -20,7 +20,6 @@ Build-Depends: autoconf2.13,
                libcunit1-dev,
                libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~),
                libgeos-dev (>= 3.6),
-               libgtk2.0-dev,
                libjson-c-dev | libjson0-dev (>= 0.9~),
                libproj-dev (>= 4.6.0),
                libprotobuf-c-dev,
@@ -45,7 +44,6 @@ Depends: ${shlibs:Depends},
          ${misc:Depends}
 Recommends: postgresql-12-postgis-3,
             postgis-doc
-Suggests: postgis-gui
 Description: Geographic objects support for PostgreSQL
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -57,26 +55,6 @@ Description: Geographic objects support for PostgreSQL
  This package contains the PostGIS userland binaries for importing and
  exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
 
-Package: postgis-gui
-Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Recommends: postgresql-12-postgis-3,
-            postgis-doc
-Suggests: postgis
-Breaks: postgis (<< 2.2.2+dfsg-2~)
-Replaces: postgis (<< 2.2.2+dfsg-2~)
-Description: Geographic objects support for PostgreSQL -- GUI programs
- 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 package contains the PostGIS graphical shape file loader,
- shp2pgsql-gui.
-
 Package: postgis-doc
 Architecture: all
 Multi-Arch: foreign


=====================================
debian/control.in
=====================================
@@ -20,7 +20,6 @@ Build-Depends: autoconf2.13,
                libcunit1-dev,
                libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~),
                libgeos-dev (>= 3.6),
-               libgtk2.0-dev,
                libjson-c-dev | libjson0-dev (>= 0.9~),
                libproj-dev (>= 4.6.0),
                libprotobuf-c-dev,
@@ -45,7 +44,6 @@ Depends: ${shlibs:Depends},
          ${misc:Depends}
 Recommends: postgresql-NEWEST_PGVERSION-postgis-3,
             postgis-doc
-Suggests: postgis-gui
 Description: Geographic objects support for PostgreSQL
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -57,26 +55,6 @@ Description: Geographic objects support for PostgreSQL
  This package contains the PostGIS userland binaries for importing and
  exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
 
-Package: postgis-gui
-Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Recommends: postgresql-NEWEST_PGVERSION-postgis-3,
-            postgis-doc
-Suggests: postgis
-Breaks: postgis (<< 2.2.2+dfsg-2~)
-Replaces: postgis (<< 2.2.2+dfsg-2~)
-Description: Geographic objects support for PostgreSQL -- GUI programs
- 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 package contains the PostGIS graphical shape file loader,
- shp2pgsql-gui.
-
 Package: postgis-doc
 Architecture: all
 Multi-Arch: foreign


=====================================
debian/patches/relax-test-timing-constraints.patch
=====================================
@@ -3,7 +3,7 @@ Description: Relax timing constraints for some tests.
  from 200ms or 250ms to 500ms. This should increase chances of tests passing
  even on busy or slow systems.
 Author: Markus Wanner <markus at bluegap.ch>
-Forwarded: no
+Forwarded: not-needed
 
 --- a/regress/core/interrupt.sql
 +++ b/regress/core/interrupt.sql


=====================================
debian/postgis-gui.docs deleted
=====================================
@@ -1 +0,0 @@
-debian/README.Debian


=====================================
debian/postgis-gui.manpages deleted
=====================================
@@ -1 +0,0 @@
-loader/shp2pgsql-gui.1


=====================================
debian/rules
=====================================
@@ -72,8 +72,7 @@ COMMON_CONFIGURE_ARGS = --host=$(DEB_HOST_GNU_TYPE) \
 	--mandir=\$${prefix}/share/man \
 	--infodir=\$${prefix}/share/info \
 	--without-interrupt-tests \
-	--without-phony-revision \
-	--with-gui
+	--without-phony-revision
 
 NJOBS := -j1
 ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
@@ -243,17 +242,6 @@ override_dh_auto_install:
 	mv $(CURDIR)/debian/tmp/usr/lib/postgresql/$(NEWEST_POSTGRES_VERSION)/bin/* \
 		$(CURDIR)/debian/postgis/usr/bin/
 
-#	Move GUI binaries to 'postgis-gui' binary package
-	mkdir -p $(CURDIR)/debian/postgis-gui/usr/bin
-	mv $(CURDIR)/debian/postgis/usr/bin/*gui $(CURDIR)/debian/postgis-gui/usr/bin/
-
-#	Move desktop file and application icons from the NEWEST_POSTGRES_VERSION build
-	mkdir -p $(CURDIR)/debian/postgis-gui/usr/share
-	mv $(CURDIR)/debian/tmp/usr/share/postgresql/$(NEWEST_POSTGRES_VERSION)/applications \
-		$(CURDIR)/debian/postgis-gui/usr/share/
-	mv $(CURDIR)/debian/tmp/usr/share/postgresql/$(NEWEST_POSTGRES_VERSION)/icons \
-		$(CURDIR)/debian/postgis-gui/usr/share/
-
 #	Set executable bit for postgis_restore.pl
 	chmod 755 $(CURDIR)/debian/*/usr/share/postgresql/*/contrib/postgis-*/postgis_restore.pl
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/a3f15239362e152215541c2df5ee882e13968e5a...2cf2a5c65db9b3bee553f4633613d3943aca0641

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/a3f15239362e152215541c2df5ee882e13968e5a...2cf2a5c65db9b3bee553f4633613d3943aca0641
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/20200804/c8d8e524/attachment-0001.html>


More information about the Pkg-grass-devel mailing list