[Git][debian-gis-team/libapache2-mod-tile][master] Sort dependencies, specific dependencies first.

Bas Couwenberg gitlab at salsa.debian.org
Thu Aug 27 05:23:20 BST 2020



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


Commits:
de253ff7 by Bas Couwenberg at 2020-08-27T06:22:17+02:00
Sort dependencies, specific dependencies first.

Don't depend on libmapnik3.0, should be set via ${shlibs:Depends}.

- - - - -


1 changed file:

- debian/control


Changes:

=====================================
debian/control
=====================================
@@ -19,11 +19,11 @@ Homepage: https://wiki.openstreetmap.org/wiki/Mod_tile
 Package: libapache2-mod-tile
 Architecture: any
 Section: web
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: apache2,
          libjs-openlayers,
-         apache2,
          renderd | tirex,
+         ${shlibs:Depends},
+         ${misc:Depends}
 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
@@ -45,11 +45,10 @@ Description: Apache module to deliver tiles created by renderd
 Package: renderd
 Architecture: any
 Section: utils
-Depends: lsb-base,
+Depends: libapache2-mod-tile,
+         lsb-base,
          ${shlibs:Depends},
-         ${misc:Depends},
-         libapache2-mod-tile,
-         libmapnik3.0,
+         ${misc:Depends}
 Recommends: osm2pgsql,
 Suggests: libapache2-mod-tile
 Description: Daemon that renders map tiles using mapnik



View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/de253ff75f399419f8255c4595fa7a1514aa0384

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/de253ff75f399419f8255c4595fa7a1514aa0384
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/20200827/40585d2b/attachment-0001.html>


More information about the Pkg-grass-devel mailing list