ǝɹʇʇɐʃǝ◖ xıʃǝɟ pushed to branch master at Debian GIS Project / tilemaker
Commits: 90a571fe by Felix Delattre at 2021-09-03T11:48:49+00:00 Correct copyright file. - - - - - cf9a5981 by Felix Delattre at 2021-09-03T11:49:56+00:00 Added some smaller improvements. - - - - - 3 changed files: - debian/changelog - debian/control - debian/copyright Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,11 @@ tilemaker (2.0.0-1~exp1) experimental; urgency=medium + * Initial package (Closes: #993076) * Imported version 2.0.0 * Add patch to handle DESTDIR. * Add patch to avoid calling git outside of repository. * Add patch to add man page for tilemaker. * Add patch to rely on packaged rapidjson dependency. * Add example configuration and processing files. - * Initial package (Closes: #993076) -- Felix Delattre <[email protected]> Tue, 31 Aug 2021 09:29:12 +0000 ===================================== debian/control ===================================== @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10~), libboost-iostreams-dev, libboost-program-options-dev, libboost-system-dev, - liblua5.1-0-dev, + liblua5.1-dev, libprotobuf-dev, libshp-dev, libsqlite3-dev, @@ -27,5 +27,8 @@ Depends: shapelib, ${misc:Depends}, ${shlibs:Depends}, Description: Generates vector tiles from OpenStreetMap data - tilemaker generates vector tiles without from OpenStreetMap planet and diff - files without any complex stack or need for database. +tilemaker is a single executable command that takes OpenStreetMap data as + planet or diff files and directly makes it into vector tiles. It's + supremely customisable, and if you just want off-the-shelf tiles in a + standard style, tilemaker comes bundled with the configuration and process + files to rely on the schema of OpenMapTiles by default. ===================================== debian/copyright ===================================== @@ -1,5 +1,5 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tilemaker +Upstream-Name: Tilemaker Upstream-Contact: Richard Fairhurst <[email protected]> Source: https://github.com/systemed/tilemaker @@ -11,6 +11,10 @@ Files: include/rapidjson/* Copyright: 2015, THL A29 Limited, a Tencent company, and Milo Yip License: MIT +Files: include/rapidjson/msinttypes/*h +Copyright: 2015, 2006-2013 Alexander Chemeris +License: BSD-3 + Files: include/sqlite_modern_cpp.h Copyright: 2017, Amin Roosta License: MIT @@ -19,6 +23,14 @@ Files: include/kaguya.hpp Copyright: 2016-2017, satoren License: BSL-1.0 +Files: include/geometry/correct.hpp +Copyright: 2021, Wouter van Kleunen +License: Beerware + +Files: include/osmformat.proto +Copyright: 2010, Scott A. Crosby +License: LGPL-3+ + Files: server/static/fonts/* Copyright: 2010-2016, Google Inc. 2016, Klokan Technologies GmbH @@ -83,6 +95,13 @@ License: BSL-1.0 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +License: Beerware + "THE BEER-WARE LICENSE" (Revision 42) + . + Wouter van Kleunen wrote this file. As long as you retain this notice you + can do whatever you want with this stuff. If we meet some day, and you think + this stuff is worth it, you can buy me a beer in return. + License: OFL-1.1 SIL OPEN FONT LICENSE - Version 1.1 - 26 February 2007 . View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/compare/0763bd994303823ad446f8190a8f4cebb012a4b5...cf9a5981fb7a3ac611e8cc979e5d8dd9e1f258cd -- View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/compare/0763bd994303823ad446f8190a8f4cebb012a4b5...cf9a5981fb7a3ac611e8cc979e5d8dd9e1f258cd 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
