[Git][debian-gis-team/postgis][master] 2 commits: Drop postgis-doc package, graphicsmagick-imagemagick-compat is gone.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Mon Nov 3 10:35:30 GMT 2025



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


Commits:
21277b63 by Bas Couwenberg at 2025-11-03T11:08:20+01:00
Drop postgis-doc package, graphicsmagick-imagemagick-compat is gone.

- - - - -
218a03ec by Bas Couwenberg at 2025-11-03T11:25:26+01:00
Set distribution to unstable.

- - - - -


7 changed files:

- debian/changelog
- debian/control
- debian/control.in
- − debian/postgis-doc.doc-base
- − debian/postgis-doc.install
- debian/postgis.manpages
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,9 @@
-postgis (3.6.0+dfsg-3) UNRELEASED; urgency=medium
+postgis (3.6.0+dfsg-3) unstable; urgency=medium
 
   * Use test-build-validate-cleanup instead of test-build-twice.
+  * Drop postgis-doc package, graphicsmagick-imagemagick-compat is gone.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sat, 25 Oct 2025 13:02:47 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 03 Nov 2025 11:25:10 +0100
 
 postgis (3.6.0+dfsg-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -10,13 +10,9 @@ Priority: optional
 Build-Depends: architecture-is-64-bit <!pkg.postgresql.32-bit>,
                bison,
                dctrl-tools,
-               dblatex,
                debhelper-compat (= 13),
-               docbook,
-               docbook-xsl,
                dpkg-dev (>= 1.16.1~),
                flex,
-               graphicsmagick-imagemagick-compat,
                libcunit1-dev,
                libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~),
                libgeos-dev (>= 3.6),
@@ -26,7 +22,6 @@ Build-Depends: architecture-is-64-bit <!pkg.postgresql.32-bit>,
                libprotobuf-c-dev,
                libsfcgal-dev (>= 1.3.1) [!armel !armhf],
                libxml2-dev (>= 2.5.0~),
-               libxml2-utils,
                lsb-release,
                pkgconf,
                po-debconf,
@@ -34,8 +29,7 @@ Build-Depends: architecture-is-64-bit <!pkg.postgresql.32-bit>,
                postgresql-common (>= 148~),
                postgresql-server-dev-all,
                protobuf-c-compiler,
-               rdfind,
-               xsltproc
+               rdfind
 Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/postgis
 Vcs-Git: https://salsa.debian.org/debian-gis-team/postgis.git
@@ -46,8 +40,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${perl:Depends},
          ${misc:Depends}
-Recommends: postgresql-postgis,
-            postgis-doc
+Recommends: postgresql-postgis
 Description: Geographic objects support for PostgreSQL
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -59,22 +52,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-doc
-Architecture: all
-Multi-Arch: foreign
-Section: doc
-Depends: ${misc:Depends}
-Suggests: postgis
-Description: Geographic objects support for PostgreSQL -- documentation
- 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 documentation.
-
 Package: postgresql-18-postgis-3
 Architecture: any
 Depends: postgresql-18,


=====================================
debian/control.in
=====================================
@@ -10,13 +10,9 @@ Priority: optional
 Build-Depends: architecture-is-64-bit <!pkg.postgresql.32-bit>,
                bison,
                dctrl-tools,
-               dblatex,
                debhelper-compat (= 13),
-               docbook,
-               docbook-xsl,
                dpkg-dev (>= 1.16.1~),
                flex,
-               graphicsmagick-imagemagick-compat,
                libcunit1-dev,
                libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~),
                libgeos-dev (>= 3.6),
@@ -26,7 +22,6 @@ Build-Depends: architecture-is-64-bit <!pkg.postgresql.32-bit>,
                libprotobuf-c-dev,
                libsfcgal-dev (>= 1.3.1) [!armel !armhf],
                libxml2-dev (>= 2.5.0~),
-               libxml2-utils,
                lsb-release,
                pkgconf,
                po-debconf,
@@ -34,8 +29,7 @@ Build-Depends: architecture-is-64-bit <!pkg.postgresql.32-bit>,
                postgresql-common (>= 148~),
                postgresql-server-dev-all,
                protobuf-c-compiler,
-               rdfind,
-               xsltproc
+               rdfind
 Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/postgis
 Vcs-Git: https://salsa.debian.org/debian-gis-team/postgis.git
@@ -46,8 +40,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${perl:Depends},
          ${misc:Depends}
-Recommends: postgresql-postgis,
-            postgis-doc
+Recommends: postgresql-postgis
 Description: Geographic objects support for PostgreSQL
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -59,22 +52,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-doc
-Architecture: all
-Multi-Arch: foreign
-Section: doc
-Depends: ${misc:Depends}
-Suggests: postgis
-Description: Geographic objects support for PostgreSQL -- documentation
- 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 documentation.
-
 Package: postgresql-PGVERSION-postgis-3
 Architecture: any
 Depends: postgresql-PGVERSION,


=====================================
debian/postgis-doc.doc-base deleted
=====================================
@@ -1,7 +0,0 @@
-Document: postgis-doc
-Title: PostGIS 2.0 Manual
-Section: Science/Geoscience
-
-Format: HTML
-Index: /usr/share/doc/postgis-doc/postgis-en.html
-Files: /usr/share/doc/postgis-doc/*.html


=====================================
debian/postgis-doc.install deleted
=====================================
@@ -1,3 +0,0 @@
-usr/share/doc/postgis-en.html usr/share/doc/postgis-doc/
-usr/share/doc/style.css       usr/share/doc/postgis-doc/
-usr/share/doc/images          usr/share/doc/postgis-doc/


=====================================
debian/postgis.manpages
=====================================
@@ -1,5 +1 @@
-doc/man/pgsql2shp.1
-doc/man/pgtopo_export.1
-doc/man/pgtopo_import.1
-doc/man/shp2pgsql.1
 debian/raster2pgsql.1


=====================================
debian/rules
=====================================
@@ -77,7 +77,6 @@ override_dh_auto_clean: debian/control
 	done)
 
 	[ ! -f GNUmakefile ] || $(MAKE) $(NJOBS) distclean || true
-	[ ! -f GNUmakefile ] || $(MAKE) $(NJOBS) -C doc images-clean || true
 
 #	Cleanup after the Makefile
 	rm -f postgis/postgis_upgrade_20_minor.sql.in \
@@ -136,7 +135,6 @@ override_dh_auto_build:
 #	Build against the newest Postgres version
 	@echo "### PostgreSQL $(NEWEST_POSTGRES_VERSION) build ###"
 	$(MAKE) $(NJOBS)
-	$(MAKE) $(NJOBS) -C doc
 
 #	Build against all other Postgres versions
 	(set -e; \
@@ -203,12 +201,6 @@ override_dh_auto_install:
 		done \
 	done)
 
-#	Compile and install docs
-	$(MAKE) -C doc docs-install man-install \
-		DESTDIR=$(CURDIR)/debian/tmp \
-		PGSQL_DOCDIR=/usr/share/doc \
-		PGSQL_MANDIR=/usr/share/man
-
 #	De-duplicate upgrade scripts - using hard-links for exactly one
 #	directory (so we don't generate cross-directory hard ones).
 	(set -e; \



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/09b7384b77d5c3d17c7df9b55b988664815659d9...218a03ece79658603df1e2710d7fd49ff8276d5e

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/09b7384b77d5c3d17c7df9b55b988664815659d9...218a03ece79658603df1e2710d7fd49ff8276d5e
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/20251103/1213d9de/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list