[Git][debian-gis-team/mapserver][master] 4 commits: Add upstream patch to install mapscript.php. (LP: #1884854)
Bas Couwenberg
gitlab at salsa.debian.org
Sat Jun 27 19:44:06 BST 2020
Bas Couwenberg pushed to branch master 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.
- - - - -
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,12 @@
+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 <sebastic at debian.org> Sat, 27 Jun 2020 20:32:54 +0200
+
mapserver (7.6.0-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/patches/phpng-mapscript.patch
=====================================
@@ -0,0 +1,14 @@
+Description: install required mapscript.php
+Author: Jeff McKenna <jmckenna at gatewaygeomatics.com>
+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/3ab7c0bbdcba12b7a1444bf8860c0ff0941e2c18...1ff4bc5c84af526bfbfe92f879b638cab1f980c9
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/compare/3ab7c0bbdcba12b7a1444bf8860c0ff0941e2c18...1ff4bc5c84af526bfbfe92f879b638cab1f980c9
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/20200627/d7a28fe0/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list