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

Bas Couwenberg gitlab at salsa.debian.org
Thu Jul 18 19:29:59 BST 2019



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


Commits:
48490f74 by Bas Couwenberg at 2019-07-18T18:12:39Z
Add ${misc:Recommends} to libapache2-mod-tile.

- - - - -
8fab4ef5 by Bas Couwenberg at 2019-07-18T18:13:09Z
Drop renderd from Suggests, already part of Depends.

- - - - -
21bbc013 by Bas Couwenberg at 2019-07-18T18:14:38Z
Fix typo in changelog.

- - - - -
d9a4b200 by Bas Couwenberg at 2019-07-18T18:18:27Z
Remove renderd.conf before dh_install, custom config installed instead.

- - - - -
60e7bc87 by Bas Couwenberg at 2019-07-18T18:20:37Z
Fix install files.

- - - - -
d07ebe6c by Bas Couwenberg at 2019-07-18T18:29:34Z
Add dependency on lsb-base required by init script.

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/libapache2-mod-tile.install
- debian/renderd.install
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -6,7 +6,12 @@ libapache2-mod-tile (0.4+git20170108-e25bfdb-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.4.0, no changes.
   * Update watch file to limit matches to archive path.
   * Update gbp.conf to use --source-only-changes by default.
-  * Add patch by Boris Shtrasman to use libinitparser package.
+  * Add patch by Boris Shtrasman to use libiniparser package.
+  * Add ${misc:Recommends} to libapache2-mod-tile.
+  * Drop renderd from Suggests, already part of Depends.
+  * Remove renderd.conf before dh_install, custom config installed instead.
+  * Fix install files.
+  * Add dependency on lsb-base required by init script.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 14 Jul 2019 13:26:28 +0200
 


=====================================
debian/control
=====================================
@@ -23,7 +23,7 @@ Depends: apache2,
          renderd | tirex-master,
          ${shlibs:Depends},
          ${misc:Depends},
-Suggests: renderd
+Recommends: ${misc:Recommends}
 Description: Apache module to deliver tiles created by renderd
  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
@@ -44,7 +44,8 @@ Description: Apache module to deliver tiles created by renderd
 Package: renderd
 Architecture: any
 Section: utils
-Depends: ${shlibs:Depends},
+Depends: lsb-base,
+         ${shlibs:Depends},
          ${misc:Depends}
 Recommends: osm2pgsql,
             openstreetmap-carto | openstreetmap-mapnik-stylesheet-data | openstreetmap-mapnik-carto-stylesheet-data


=====================================
debian/libapache2-mod-tile.install
=====================================
@@ -1,6 +1,6 @@
-debian/tile.load                  /etc/apache2/mods-available
-debian/tileserver_site.conf       /etc/apache2/sites-available
-slippymap.html                    /usr/share/libapache2-mod-tile
-munin/mod_tile*                   /usr/share/munin/plugins
-openstreetmap-tiles-update-expire /usr/bin
-osmosis-db_replag                 /usr/bin
+debian/tile.load                  etc/apache2/mods-available
+debian/tileserver_site.conf       etc/apache2/sites-available
+slippymap.html                    usr/share/libapache2-mod-tile
+munin/mod_tile*                   usr/share/munin/plugins
+openstreetmap-tiles-update-expire usr/bin
+osmosis-db_replag                 usr/bin


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


=====================================
debian/rules
=====================================
@@ -9,6 +9,8 @@ override_dh_auto_test:
 	dh_auto_test || echo "Ignoring test failures"
 
 override_dh_install:
+	$(RM) $(CURDIR)/debian/tmp/etc/renderd.conf
+
 	dh_install --list-missing
 
 get-orig-source:



View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/compare/1585a75a94b92727727b57dda148cb02df976d05...d07ebe6ce6b40e29ddd9d2e22bfa54b7ab2760cb

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/compare/1585a75a94b92727727b57dda148cb02df976d05...d07ebe6ce6b40e29ddd9d2e22bfa54b7ab2760cb
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/20190718/947083bc/attachment-0001.html>


More information about the Pkg-grass-devel mailing list