[Git][debian-gis-team/libapache2-mod-tile][master] Small improvements in commenting and dependencies as web app.

Felix Delattre gitlab at salsa.debian.org
Thu Sep 3 08:38:57 BST 2020



Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile


Commits:
2d105267 by Felix Delattre at 2020-09-03T07:38:14+00:00
Small improvements in commenting and dependencies as web app.

- - - - -


4 changed files:

- debian/control
- debian/renderd.install
- debian/renderd.postinst
- debian/renderd.prerm


Changes:

=====================================
debian/control
=====================================
@@ -67,7 +67,8 @@ Depends: libjs-leaflet,
          renderd,
          ${shlibs:Depends},
          ${misc:Depends},
-Recommends: ${misc:Recommends}
+Recommends: apache2 | httpd,
+            ${misc:Recommends}
 Description: renderd example map data and configuration
  It comes with all connecting pieces to make renderd work
  with Mapnik and Apache2 webserver.


=====================================
debian/renderd.install
=====================================
@@ -1,4 +1,4 @@
 usr/bin/render*
 usr/share/man/man*/render*
 debian/etc/renderd/renderd.conf etc
-munin/renderd*      usr/share/munin/plugins
+munin/renderd* usr/share/munin/plugins


=====================================
debian/renderd.postinst
=====================================
@@ -23,6 +23,7 @@ case "$1" in
 esac
 
 chown _renderd:_renderd /var/cache/renderd
+chown _renderd:_renderd /var/cache/renderd/tiles
 
 # automatically install munin plugins if munin is present.
 if [ -d /etc/munin/plugins ]


=====================================
debian/renderd.prerm
=====================================
@@ -1,6 +1,7 @@
 #!/bin/sh
 set -e
 
+# automatically remove cached tiles
 if [ -d /var/cache/renderd/tiles/example-map ]
 then
     rm -rf /var/cache/renderd/tiles/example-map



View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/2d10526762f658389901e1d960e60eeb9cf03f0b

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/2d10526762f658389901e1d960e60eeb9cf03f0b
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/20200903/93032d39/attachment-0001.html>


More information about the Pkg-grass-devel mailing list