[Git][debian-gis-team/tilemaker][master] 2 commits: Add basic debian package changelog.

ǝɹʇʇɐʃǝ◖ xıʃǝɟ (@xamanu) gitlab at salsa.debian.org
Fri Aug 27 12:05:25 BST 2021



ǝɹʇʇɐʃǝ◖ 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 <debian at xama.nu>  Tue, 27 Aug 2021 11:13:23 +0000


=====================================
debian/control
=====================================
@@ -0,0 +1,27 @@
+Source: tilemaker
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Felix Delattre <debian at xama.nu>
+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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20210827/518022b6/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list