ǝɹʇʇɐʃǝ◖ xıʃǝɟ pushed to branch master at Debian GIS Project / tilemaker
Commits: 28afe887 by Felix Delattre at 2021-08-27T18:31:45+00:00 Add upstream metadata information - - - - - 846c8fdc by Felix Delattre at 2021-08-27T18:31:50+00:00 Add patch to add man page for tilemaker. - - - - - 4 changed files: - debian/changelog - + debian/patches/0003-Add-man-page-for-tilemaker.patch - debian/patches/series - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,7 @@ tilemaker (2.0.0-1~exp1) UNRELEASED; urgency=medium * 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. * Initial package (Closes: #993076) - -- Felix Delattre <[email protected]> Fri, 27 Aug 2021 15:34:03 +0000 + -- Felix Delattre <[email protected]> Fri, 27 Aug 2021 18:01:23 +0000 ===================================== debian/patches/0003-Add-man-page-for-tilemaker.patch ===================================== @@ -0,0 +1,90 @@ +From: Felix Delattre <[email protected]> +Date: Fri, 27 Aug 2021 16:28:46 +0000 +Subject: Add man page for tilemaker +Origin: https://github.com/systemed/tilemaker/pull/299/commits/9747e58170cbf82af1cd12f4efde1e29efd3b3e8 +Bug: https://github.com/systemed/tilemaker/pull/299 + +--- + Makefile | 3 +++ + docs/man/tilemaker.1 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 54 insertions(+) + create mode 100644 docs/man/tilemaker.1 + +diff --git a/Makefile b/Makefile +index b672922..a9a83eb 100644 +--- a/Makefile ++++ b/Makefile +@@ -63,6 +63,7 @@ endif + + prefix = /usr/local + ++MANPREFIX := /usr/share/man + TM_VERSION := ${DEB_VERSION_UPSTREAM} + CXXFLAGS := -O3 -Wall -Wno-unknown-pragmas -Wno-sign-compare -std=c++14 -pthread -fPIE -DTM_VERSION=$(TM_VERSION) $(CONFIG) + LIB := -L/usr/local/lib -lz $(LUA_LIBS) -lboost_program_options -lsqlite3 -lboost_filesystem -lboost_system -lboost_iostreams -lprotobuf -lshp +@@ -88,6 +89,8 @@ tilemaker: include/osmformat.pb.o include/vector_tile.pb.o src/mbtiles.o src/pbf + install: + install -m 0755 -d $(DESTDIR)$(prefix)/bin/ + install -m 0755 tilemaker $(DESTDIR)$(prefix)/bin/ ++ install -m 0755 -d ${DESTDIR}${MANPREFIX}/man1/ ++ install docs/man/tilemaker.1 ${DESTDIR}${MANPREFIX}/man1/ + + clean: + rm -f tilemaker src/*.o include/*.o +diff --git a/docs/man/tilemaker.1 b/docs/man/tilemaker.1 +new file mode 100644 +index 0000000..5b1d459 +--- /dev/null ++++ b/docs/man/tilemaker.1 +@@ -0,0 +1,51 @@ ++.\" Manpage for tilemaker. ++.TH man 8 "27 Aug 2021" "1.0" "tilemaker man page" ++.SH NAME ++tilemaker \- Generates vector tiles from OpenStreetMap data ++.SH SYNOPSIS ++nuseradd [USERNAME] ++.SH DESCRIPTION ++This manual page documents briefly the ++.B tilemaker ++command. ++.PP ++.B tilemaker ++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. ++.PP ++This program follows the usual GNU command line syntax, with long ++options starting with two dashes (`-'). ++A summary of options is included below. ++.TP ++\fB\-\-inputP ++Spource file from OpenStreetMap (.osm.pbf) ++.TP ++\fB\-\-outputP ++Target directory of .mbtiles/.sqlite file ++.TP ++\fB\-\-configP ++Config json file. ++.TP ++\fB\-\-processP ++Tag-processing Lua file ++.TP ++\fB\-\-storeP ++Temporary storage for node/ways/relation data ++.TP ++\fB\-\-mergeP ++Merge with existing .mbtiles/.sqlite file ++.TP ++\fB\-\-verboseP ++Verbose error output ++.TP ++\fB\-\-threadsP ++Number of threads (automatically detected if 0) ++.TP ++\fB\-\-helpP ++Show help message for tilemaker ++.PP ++.SH BUGS ++No known bugs. ++.SH AUTHOR ++This manual page was written by tilemaker contributors. ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ 0001-Add-DESTDIR-to-makefile.patch 0002-Avoid-using-git-with-release.patch +0003-Add-man-page-for-tilemaker.patch ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/systemed/tilemaker/issues +Bug-Submit: https://github.com/systemed/tilemaker/issues/new +Repository: https://github.com/systemed/tilemaker.git +Repository-Browse: https://github.com/systemed/tilemaker View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/compare/8ef2f04b415c1fddecf39132429b1b11829ada3d...846c8fdc90e5f1d798ccf8efbbc7d97e426e358c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/compare/8ef2f04b415c1fddecf39132429b1b11829ada3d...846c8fdc90e5f1d798ccf8efbbc7d97e426e358c 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
