[Git][debian-gis-team/tirex][master] 2 commits: Add back package for tirex-syncd.

ǝɹʇʇɐʃǝ◖ xıʃǝɟ (@xamanu) gitlab at salsa.debian.org
Fri Aug 20 14:04:45 BST 2021



ǝɹʇʇɐʃǝ◖ xıʃǝɟ pushed to branch master at Debian GIS Project / tirex


Commits:
e5b53d67 by Felix Delattre at 2021-08-20T13:00:51+00:00
Add back package for tirex-syncd.

- - - - -
4d9fe32d by Felix Delattre at 2021-08-20T13:02:08+00:00
Move standard backend into main package.

- - - - -


5 changed files:

- debian/control
- − debian/tirex-backend-mapnik.install
- − debian/tirex-backend-mapnik.postinst
- + debian/tirex-syncd.install
- debian/tirex.postinst


Changes:

=====================================
debian/control
=====================================
@@ -23,23 +23,21 @@ Depends: adduser,
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends},
-Recommends: tirex-backend-mapnik,
-            ${misc:Recommends}
+Recommends: ${misc:Recommends}
 Description: Daemon that renders raster map tile using different backends
- The Tirex suite of programs manages map raster tile rendering and caching.
- This package contains the master daemon, rendering manager, test backend,
- and assorted utility programs.
- .
- This package contains the core piece of tirex.
+ Tirex consists of several tools to manage map raster tile rendering and
+ caching. It contains the master daemon, rendering manager, backends for
+ mapnik and testing, and assorted utility programs.
 
-Package: tirex-backend-mapnik
+Package: tirex-syncd
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: tirex,
+         ${shlibs:Depends},
          ${misc:Depends},
-         tirex,
-Description: Mapnik backend for the Tirex raster tile rendering system
- The Tirex suite of programs manages taster map tile rendering and caching.
- This is the Mapnik backend for creating maps with the Mapnik renderer.
- .
- This package contains the backend connection with a Mapnik server
+Description: Tirex sync daemon
+ The Tirex suite of programs manages map tile rendering and caching.
+ This is the sync daemon which listens for messages of tiles fully rendered,
+ and then copies the metatile to another server. The sync daemon is intended
+ to be used in setups where you have multiple tile servers with their own
+ rendering queues.


=====================================
debian/tirex-backend-mapnik.install deleted
=====================================
@@ -1,2 +0,0 @@
-usr/lib/tirex/backends/mapnik
-etc/tirex/renderer/mapnik.conf


=====================================
debian/tirex-backend-mapnik.postinst deleted
=====================================
@@ -1,7 +0,0 @@
-#! /bin/sh
-
-set -e
-
-[ -d /etc/tirex/renderer/mapnik ] || mkdir -p /etc/tirex/renderer/mapnik
-
-#DEBHELPER#


=====================================
debian/tirex-syncd.install
=====================================
@@ -0,0 +1,2 @@
+/usr/bin/tirex-syncd
+/usr/share/man/man1/tirex-syncd.1


=====================================
debian/tirex.postinst
=====================================
@@ -22,4 +22,6 @@ case "$1" in
 	;;
 esac
 
+[ -d /etc/tirex/renderer/mapnik ] || mkdir -p /etc/tirex/renderer/mapnik
+
 #DEBHELPER#



View it on GitLab: https://salsa.debian.org/debian-gis-team/tirex/-/compare/8de0a4447ece62e896c83858854bc9b95a8cd785...4d9fe32d9a404fb9317fb1bcaf8b43541f62042a

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/tirex/-/compare/8de0a4447ece62e896c83858854bc9b95a8cd785...4d9fe32d9a404fb9317fb1bcaf8b43541f62042a
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/20210820/a7fbf3bd/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list