[Git][debian-gis-team/tirex][master] 2 commits: Use tirex instead of tirex-core.
Felix Delattre
gitlab at salsa.debian.org
Mon Aug 31 21:34:50 BST 2020
Felix Delattre pushed to branch master at Debian GIS Project / tirex
Commits:
40efb795 by Felix Delattre at 2020-08-26T23:48:05+00:00
Use tirex instead of tirex-core.
- - - - -
52ccb987 by Felix Delattre at 2020-08-31T20:34:05+00:00
Sort dependencies, specific dependencies first.
- - - - -
7 changed files:
- debian/control
- debian/tirex-core.install → debian/tirex.install
- debian/tirex-core.postinst → debian/tirex.postinst
- debian/tirex-core.tirex-backend-manager.init → debian/tirex.tirex-backend-manager.init
- debian/tirex-core.tirex-backend-manager.simple-init → debian/tirex.tirex-backend-manager.simple-init
- debian/tirex-core.tirex-master.init → debian/tirex.tirex-master.init
- debian/tirex-core.tirex-master.simple-init → debian/tirex.tirex-master.simple-init
Changes:
=====================================
debian/control
=====================================
@@ -1,27 +1,27 @@
Source: tirex
-Section: web
-Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Felix Delattre <debian at xama.nu>
+Section: web
+Priority: optional
Build-Depends: debhelper (>= 10~),
libboost-program-options-dev,
libmapnik-dev,
Standards-Version: 4.5.0
-Homepage: http://wiki.openstreetmap.org/wiki/Tirex
Vcs-Browser: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile
Vcs-Git: https://salsa.debian.org/debian-gis-team/tirex.git
+Homepage: http://wiki.openstreetmap.org/wiki/Tirex
Package: tirex
Section: web
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
+Depends: adduser,
+ libapache2-mod-tile,
+ libgd-gd2-perl,
libjson-perl,
libipc-sharelite-perl,
- libgd-gd2-perl,
- adduser,
- libapache2-mod-tile,
tirex-backend-mapnik | tirex-backend-wms | tirex-backend-tms,
+ ${shlibs:Depends},
+ ${misc:Depends},
Suggests: tirex-backend-mapnik,
Description: Tirex raster tile rendering system
The Tirex suite of programs manages map raster tile rendering and caching.
@@ -47,8 +47,8 @@ Section: web
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- tirex,
libwww-perl,
+ tirex,
Description: WMS backend for the Tirex tile rendering system
The Tirex suite of programs manages map tile rendering and caching.
This is the WMS backend for fetching maps from a WMS server.
@@ -56,12 +56,12 @@ Description: WMS backend for the Tirex tile rendering system
Package: tirex-backend-tms
Section: web
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- tirex,
+Depends: tirex,
libwww-perl,
libnet-https-nb-perl,
libhttp-async-perl,
+ ${shlibs:Depends},
+ ${misc:Depends},
Description: WMS backend for the Tirex tile rendering system
The Tirex suite of programs manages map tile rendering and caching.
This is the WMS backend for fetching maps from a WMS server.
@@ -69,9 +69,9 @@ Description: WMS backend for the Tirex tile rendering system
Package: tirex-syncd
Section: web
Architecture: any
-Depends: ${shlibs:Depends},
+Depends: tirex,
+ ${shlibs:Depends},
${misc:Depends},
- tirex,
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,
@@ -82,10 +82,11 @@ Description: Tirex sync daemon
Package: tirex-example-map
Section: web
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
+Depends: libjs-leaflet,
tirex,
- tirex-backend-mapnik.
+ tirex-backend-mapnik,
+ ${shlibs:Depends},
+ ${misc:Depends},
Description: Tirex example map data and configuration
The Tirex suite of programs manages map tile rendering and caching.
This package includes example map data and an example config for the Mapnik
=====================================
debian/tirex-core.install → debian/tirex.install
=====================================
=====================================
debian/tirex-core.postinst → debian/tirex.postinst
=====================================
=====================================
debian/tirex-core.tirex-backend-manager.init → debian/tirex.tirex-backend-manager.init
=====================================
=====================================
debian/tirex-core.tirex-backend-manager.simple-init → debian/tirex.tirex-backend-manager.simple-init
=====================================
=====================================
debian/tirex-core.tirex-master.init → debian/tirex.tirex-master.init
=====================================
=====================================
debian/tirex-core.tirex-master.simple-init → debian/tirex.tirex-master.simple-init
=====================================
View it on GitLab: https://salsa.debian.org/debian-gis-team/tirex/-/compare/1cd28183e8eb967d56d0ba0f09a59f020f3f5db1...52ccb987d9126479ac6c7bd7d4a6f6f604474014
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/tirex/-/compare/1cd28183e8eb967d56d0ba0f09a59f020f3f5db1...52ccb987d9126479ac6c7bd7d4a6f6f604474014
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/20200831/95008dc1/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list