Bas Couwenberg pushed to branch buster-backports at Debian GIS Project / mapserver
Commits: c31715b8 by Bas Couwenberg at 2020-06-27T19:04:00+02:00 Add upstream patch to install mapscript.php. (LP: #1884854) - - - - - ffb9437f by Bas Couwenberg at 2020-06-27T19:04:01+02:00 Include mapscript.php in php-mapscript-ng. - - - - - 3f6bf89f by Bas Couwenberg at 2020-06-27T19:04:01+02:00 Add lintian overrides for breakout-link. - - - - - 1ff4bc5c by Bas Couwenberg at 2020-06-27T20:33:05+02:00 Set distribution to unstable. - - - - - ef2d4772 by Bas Couwenberg at 2020-07-03T07:19:58+02:00 Merge tag 'debian/7.6.0-2' into buster-backports releasing package mapserver version 7.6.0-2 - - - - - d7006432 by Bas Couwenberg at 2020-07-03T07:20:17+02:00 Rebuild for buster-backports. - - - - - 6 changed files: - + debian/cgi-mapserver.lintian-overrides - debian/changelog - + debian/patches/phpng-mapscript.patch - debian/patches/series - debian/php-mapscript-ng.install - + debian/python3-mapscript.lintian-overrides Changes: ===================================== debian/cgi-mapserver.lintian-overrides ===================================== @@ -0,0 +1,3 @@ +# Not a problem +breakout-link usr/lib/cgi-bin/mapserv -> usr/bin/mapserv + ===================================== debian/changelog ===================================== @@ -1,3 +1,18 @@ +mapserver (7.6.0-2~bpo10+1) buster-backports; urgency=medium + + * Rebuild for buster-backports. + + -- Bas Couwenberg <[email protected]> Fri, 03 Jul 2020 07:20:13 +0200 + +mapserver (7.6.0-2) unstable; urgency=medium + + * Add upstream patch to install mapscript.php. + (LP: #1884854) + * Include mapscript.php in php-mapscript-ng. + * Add lintian overrides for breakout-link. + + -- Bas Couwenberg <[email protected]> Sat, 27 Jun 2020 20:32:54 +0200 + mapserver (7.6.0-1~bpo10+1) buster-backports; urgency=medium * Rebuild for buster-backports. ===================================== debian/patches/phpng-mapscript.patch ===================================== @@ -0,0 +1,14 @@ +Description: install required mapscript.php +Author: Jeff McKenna <[email protected]> +Origin: https://github.com/mapserver/mapserver/pull/6104 +Bug: https://bugs.launchpad.net/ubuntu/+source/mapserver/+bug/1884854 + +--- a/mapscript/phpng/CMakeLists.txt ++++ b/mapscript/phpng/CMakeLists.txt +@@ -84,4 +84,6 @@ set_target_properties(${SWIG_MODULE_maps + + if(NOT WIN32) + install(TARGETS php_mapscriptng DESTINATION ${PHP_EXTENSION_DIR}) ++ # install the required file containing MapServer constants and functions ++ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/mapscript.php DESTINATION ${PHP_EXTENSION_DIR} COMPONENT dev) + endif() ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ perl-mapscript-install.patch java-hardening.patch +phpng-mapscript.patch ===================================== debian/php-mapscript-ng.install ===================================== @@ -1 +1,2 @@ usr/lib/php/*/php_mapscriptng.* +usr/lib/php/*/mapscript.php ===================================== debian/python3-mapscript.lintian-overrides ===================================== @@ -0,0 +1,4 @@ +# Not a problem +breakout-link usr/lib/python3/dist-packages/mapscript/tests/data/vera/Vera.ttf -> usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf +breakout-link usr/lib/python3/dist-packages/mapscript/tests/data/vera/VeraBd.ttf -> usr/share/fonts/truetype/ttf-bitstream-vera/VeraBd.ttf + View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/compare/1b0666687d65cdbb479fc5fd7258503ddc1edd29...d7006432c1e753fff1b390582b56c3da5e296a73 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/compare/1b0666687d65cdbb479fc5fd7258503ddc1edd29...d7006432c1e753fff1b390582b56c3da5e296a73 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
