Bas Couwenberg pushed to branch master at Debian GIS Project / mapproxy
Commits: ec1a40fb by Bas Couwenberg at 2024-06-05T05:28:09+02:00 Drop mapproxy-doc package, causes FTBFS. (closes: #1072596) - - - - - 35064c2e by Bas Couwenberg at 2024-06-05T05:34:20+02:00 Set distribution to unstable. - - - - - 6 changed files: - debian/changelog - debian/control - − debian/mapproxy-doc.doc-base - − debian/mapproxy-doc.install - − debian/mapproxy-doc.lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mapproxy (2.0.2+dfsg-2) unstable; urgency=medium + + * Drop mapproxy-doc package, causes FTBFS. + (closes: #1072596) + + -- Bas Couwenberg <[email protected]> Wed, 05 Jun 2024 05:34:08 +0200 + mapproxy (2.0.2+dfsg-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -6,7 +6,6 @@ Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, - dh-sequence-sphinxdoc, libgdal-dev, python3-all, python3-lxml, @@ -18,8 +17,6 @@ Build-Depends: debhelper-compat (= 13), python3-requests, python3-setuptools, python3-shapely, - python3-sphinx, - python3-sphinx-bootstrap-theme, python3-webtest, python3-yaml, docbook2x, @@ -37,7 +34,6 @@ Architecture: all Section: web Depends: python3-mapproxy (= ${binary:Version}), ${misc:Depends} -Suggests: mapproxy-doc Description: open source proxy for geospatial data MapProxy is an open source proxy for geospatial data. It caches, accelerates and transforms data from existing map services and serves any desktop or web @@ -74,18 +70,3 @@ Description: open source proxy for geospatial data - Python 3 module fully compliant WMS server supporting any WMS client (desktop and web). . This package provides the mapproxy module for Python 3. - -Package: mapproxy-doc -Architecture: all -Section: doc -Depends: ${sphinxdoc:Depends}, - ${misc:Depends} -Description: open source proxy for geospatial data - documentation - MapProxy is an open source proxy for geospatial data. It caches, accelerates - and transforms data from existing map services and serves any desktop or web - GIS client. - . - MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a - fully compliant WMS server supporting any WMS client (desktop and web). - . - This package provides the MapProxy documentation. ===================================== debian/mapproxy-doc.doc-base deleted ===================================== @@ -1,9 +0,0 @@ -Document: mapproxy -Title: MapProxy Documentation -Author: Oliver Tonnhofer, Omniscale -Abstract: This manual describes what MapProxy is and how use it. -Section: Science/Geoscience - -Format: HTML -Index: /usr/share/doc/mapproxy/html/index.html -Files: /usr/share/doc/mapproxy/html/*.html ===================================== debian/mapproxy-doc.install deleted ===================================== @@ -1 +0,0 @@ -doc/_build/html usr/share/doc/mapproxy/ ===================================== debian/mapproxy-doc.lintian-overrides deleted ===================================== @@ -1,8 +0,0 @@ -# libjs-twitter-bootstrap is not compatible -embedded-javascript-library please use libjs-bootstrap [usr/share/doc/mapproxy/html/_static/bootstrap-*/js/bootstrap.js] -font-in-non-font-package [usr/share/doc/mapproxy/html/_static/boot*/fonts/*] -font-outside-font-dir [usr/share/doc/mapproxy/html/_static/boots*/fonts/*] - -# libjs-jquery is not compatible -embedded-javascript-library please use libjs-jquery [usr/share/doc/mapproxy/html/_static/js/jquery*] - ===================================== debian/rules ===================================== @@ -22,9 +22,6 @@ execute_before_dh_auto_build: mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \ done -execute_after_dh_auto_build: - (cd doc && PYTHONPATH=$(CURDIR) $(MAKE) html) - override_dh_auto_test: dh_auto_test || echo "Ignoring test failures" View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/compare/c432e1fcffc22d47150b70efc2e57c82ec168749...35064c2ecd85ea4479bdf184701abdc1d52a294a -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/compare/c432e1fcffc22d47150b70efc2e57c82ec168749...35064c2ecd85ea4479bdf184701abdc1d52a294a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
