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

Bas Couwenberg gitlab at salsa.debian.org
Tue Aug 4 13:23:49 BST 2020



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


Commits:
4ab1323f by Bas Couwenberg at 2020-08-04T13:58:26+02:00
Drop postgis-gui package, requires GTK-2 which is deprecated. (closes: #967707)

- - - - -
91361db8 by Bas Couwenberg at 2020-08-04T13:58:42+02:00
Set distribution to experimental.

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/control.in
- − debian/postgis-gui.docs
- − debian/postgis-gui.manpages
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+postgis (3.1.0~alpha2+dfsg-1~exp2) experimental; urgency=medium
+
+  * Drop postgis-gui package, requires GTK-2 which is deprecated.
+    (closes: #967707)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 04 Aug 2020 13:58:28 +0200
+
 postgis (3.1.0~alpha2+dfsg-1~exp1) experimental; urgency=medium
 
   [ Christoph Berg ]


=====================================
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/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/af3cabb3b8ab66c6c41f0a6f7729baa335660ca6...91361db8d2ac4d1a50bde4ea4f8f3c24cb50cf26

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/af3cabb3b8ab66c6c41f0a6f7729baa335660ca6...91361db8d2ac4d1a50bde4ea4f8f3c24cb50cf26
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/5367cef6/attachment-0001.html>


More information about the Pkg-grass-devel mailing list