Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Add ${misc:Recommends} to libapache2-mod-tile.
· 48490f74
Bas Couwenberg
authored
Jul 18, 2019
48490f74
Drop renderd from Suggests, already part of Depends.
· 8fab4ef5
Bas Couwenberg
authored
Jul 18, 2019
8fab4ef5
Fix typo in changelog.
· 21bbc013
Bas Couwenberg
authored
Jul 18, 2019
21bbc013
Remove renderd.conf before dh_install, custom config installed instead.
· d9a4b200
Bas Couwenberg
authored
Jul 18, 2019
d9a4b200
Fix install files.
· 60e7bc87
Bas Couwenberg
authored
Jul 18, 2019
60e7bc87
Add dependency on lsb-base required by init script.
· d07ebe6c
Bas Couwenberg
authored
Jul 18, 2019
d07ebe6c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d07ebe6c
...
...
@@ -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
...
...
debian/control
View file @
d07ebe6c
...
...
@@ -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
View file @
d07ebe6c
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
View file @
d07ebe6c
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
View file @
d07ebe6c
...
...
@@ -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:
...
...