Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile
Commits: c657371c by Felix Delattre at 2020-11-21T10:58:28+00:00 Avoid circular dependency. - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,13 @@ libapache2-mod-tile (0.5-2) UNRELEASED; urgency=medium + [ Felix Delattre ] + * Avoid circular dependency (Closes: #975073). + + [ Bas Couwenberg ] * Team upload. * Bump watch file version to 4. - -- Bas Couwenberg <[email protected]> Fri, 06 Nov 2020 18:56:37 +0100 + -- Felix Delattre <[email protected]> Sat, 21 Nov 2020 10:53:23 +0000 libapache2-mod-tile (0.5-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -19,9 +19,10 @@ Homepage: https://wiki.openstreetmap.org/wiki/Mod_tile Package: libapache2-mod-tile Architecture: any Section: httpd -Depends: renderd | tirex, - ${shlibs:Depends}, +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: renderd | tirex, + ${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 View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/c657371cc1948608284523fd69b8f2935a541475 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/c657371cc1948608284523fd69b8f2935a541475 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
