ǝɹʇʇɐʃǝ◖ xıʃǝɟ pushed to branch master at Debian GIS Project / tilemaker
Commits: e9b70607 by Felix Delattre at 2021-08-27T11:04:37+00:00 Add basic debian package changelog. - - - - - 3b2db59c by Felix Delattre at 2021-08-27T11:04:49+00:00 Build package. - - - - - 4 changed files: - + debian/changelog - + debian/control - + debian/rules - + debian/tilemaker.install Changes: ===================================== debian/changelog ===================================== @@ -0,0 +1,6 @@ +tilemaker (2.0.0-1~exp1) UNRELEASED; urgency=medium + + * Imported version 2.0.0 + * Initial package (Closes: #993076) + + -- Felix Delattre <[email protected]> Tue, 27 Aug 2021 11:13:23 +0000 ===================================== debian/control ===================================== @@ -0,0 +1,27 @@ +Source: tilemaker +Maintainer: Debian GIS Project <[email protected]> +Uploaders: Felix Delattre <[email protected]> +Section: science +Priority: optional +Build-Depends: debhelper (>= 10~), + libboost-all-dev, + liblua5.1-0-dev, + libprotobuf-dev, + libshp-dev, + libsqlite3-dev, + protobuf-compiler, +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/debian-gis-team/tilemaker +Vcs-Git: https://salsa.debian.org/debian-gis-team/tilemaker.git +Homepage: https://tilemaker.org/ + +Package: tilemaker +Section: utils +Architecture: any +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. It uses the schema of + OpenMapTiles by default, but other configuration can be provided. ===================================== debian/rules ===================================== @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# DH_VERBOSE := 1 + +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + +%: + dh $@ ===================================== debian/tilemaker.install ===================================== @@ -0,0 +1 @@ +usr/local/bin/tilemaker usr/bin View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/compare/ab7313cde0166e98e16e9f31467256e3d38c9754...3b2db59c9eaa1b2539de1093e2031993a446df76 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/compare/ab7313cde0166e98e16e9f31467256e3d38c9754...3b2db59c9eaa1b2539de1093e2031993a446df76 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
