Bas Couwenberg pushed to branch master at Debian GIS Project / libapache2-mod-tile
Commits: cc603e22 by Bas Couwenberg at 2019-07-19T07:02:47Z Add patch to use libjs-openlayers package. - - - - - 5 changed files: - debian/changelog - debian/control - + debian/libapache2-mod-tile.links - + debian/patches/openlayers.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -12,6 +12,7 @@ libapache2-mod-tile (0.4+git20170108-e25bfdb-1) UNRELEASED; urgency=medium * Remove renderd.conf before dh_install, custom config installed instead. * Fix install files. * Add dependency on lsb-base required by init script. + * Add patch to use libjs-openlayers package. -- Bas Couwenberg <[email protected]> Sun, 14 Jul 2019 13:26:28 +0200 ===================================== debian/control ===================================== @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9), libcairo2-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, libiniparser-dev, + libjs-openlayers, libmapnik-dev | libmapnik2-dev Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile @@ -20,6 +21,7 @@ Package: libapache2-mod-tile Architecture: any Section: httpd Depends: apache2, + libjs-openlayers, renderd | tirex-master, ${shlibs:Depends}, ${misc:Depends}, ===================================== debian/libapache2-mod-tile.links ===================================== @@ -0,0 +1 @@ +usr/share/javascript/openlayers usr/share/libapache2-mod-tile/openlayers ===================================== debian/patches/openlayers.patch ===================================== @@ -0,0 +1,14 @@ +Description: Use libjs-openlayers package. +Author: Bas Couwenberg <[email protected]> + +--- a/slippymap.html ++++ b/slippymap.html +@@ -5,7 +5,7 @@ + <!-- bring in the OpenLayers javascript library + (here we bring it from the remote site, but you could + easily serve up this javascript yourself) --> +- <script src="http://openlayers.org/api/OpenLayers.js"></script> ++ <script src="openlayers/OpenLayers.js"></script> + + <!-- bring in the OpenStreetMap OpenLayers layers. + Using this hosted file will make sure we are kept up ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ iniparser.patch +openlayers.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/commit/cc603e224ba784ff7c35e2ef2539fbe4c9a29d8a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/commit/cc603e224ba784ff7c35e2ef2539fbe4c9a29d8a 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
