Skip to content
Commits on Source (6)
......@@ -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@debian.org> Sun, 14 Jul 2019 13:26:28 +0200
......
......@@ -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/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.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
......@@ -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:
......