[Git][debian-gis-team/libapache2-mod-tile][master] 3 commits: Add ${misc:Recommends} to renderd Recommends.

Bas Couwenberg gitlab at salsa.debian.org
Tue Sep 29 08:06:12 BST 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / libapache2-mod-tile


Commits:
09c535d8 by Bas Couwenberg at 2020-09-29T08:58:57+02:00
Add ${misc:Recommends} to renderd Recommends.

- - - - -
acf81385 by Bas Couwenberg at 2020-09-29T09:04:41+02:00
Don't enable renderd Munin plugins by default either.

- - - - -
9ee28a1c by Bas Couwenberg at 2020-09-29T09:06:05+02:00
Update watch file to also match pre-releases.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/renderd.postinst
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -23,6 +23,7 @@ libapache2-mod-tile (0.5-1) UNRELEASED; urgency=medium
     - Drop dh-autoreconf build dependency
   * Remove get-orig-source target from rules.
   * Update get-orig-source script for more robust git snapshots.
+  * Add ${misc:Recommends} to renderd Recommends.
 
   [ Felix Delattre ]
   * Added information about patches forwarded to upstream.


=====================================
debian/control
=====================================
@@ -48,6 +48,7 @@ Depends: adduser,
          ${shlibs:Depends},
          ${misc:Depends}
 Recommends: osm2pgsql,
+            ${misc:Recommends}
 Description: Daemon that renders map tiles using mapnik
  mod_tile is a system to serve raster tiles for example to use within a
  slippy map. It provides a dynamic combination of efficient caching and


=====================================
debian/renderd.postinst
=====================================
@@ -25,17 +25,4 @@ 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 ]
-then
-    cd /etc/munin/plugins
-    for i in /usr/share/munin/plugins/renderd_*
-    do
-        if [ ! -h `basename $i` ]
-        then
-            ln -s $i .
-        fi
-    done
-fi
-
 #DEBHELPER#


=====================================
debian/watch
=====================================
@@ -4,4 +4,4 @@ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
 uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/\-/\./g,\
 filenamemangle=s/(?:.*?)?(?:rel|v|mod_tile)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/mod_tile-$1.$2/ \
 https://github.com/openstreetmap/mod_tile/releases \
-(?:.*?/archive/)?(?:rel|v|mod_tile)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+(?:.*?/archive/)?(?:rel|v|mod_tile)?[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/compare/4524aed3a98c04df8a99b1eca0abef233ccbf901...9ee28a1c9c10127a602de8808ffd8a3c4242a983

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/compare/4524aed3a98c04df8a99b1eca0abef233ccbf901...9ee28a1c9c10127a602de8808ffd8a3c4242a983
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/20200929/59d1095a/attachment-0001.html>


More information about the Pkg-grass-devel mailing list