[Git][debian-gis-team/libapache2-mod-tile][master] Add patch to use libjs-openlayers package.

Bas Couwenberg gitlab at salsa.debian.org
Fri Jul 19 08:32:28 BST 2019



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 <sebastic at debian.org>  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 <sebastic at debian.org>
+
+--- 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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190719/766bc918/attachment-0001.html>


More information about the Pkg-grass-devel mailing list