Bas Couwenberg pushed to branch master at Debian GIS Project / tilemaker
Commits: 47334484 by Bas Couwenberg at 2021-10-09T08:18:17+02:00 Drop obsolete CONFIG variable from rules. - - - - - a70785f6 by Bas Couwenberg at 2021-10-09T08:33:13+02:00 Drop dh-cmake build dependency. - - - - - bca259ca by Bas Couwenberg at 2021-10-09T08:41:22+02:00 Trim down changelog for initial release. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,13 +1,5 @@ tilemaker (2.0.0+ds-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. - * Add patches for hardening by fortifying functions. - * Bump Standards-Version to 4.6.0, no changes. -- Felix Delattre <[email protected]> Wed, 08 Sep 2021 14:21:21 +0000 ===================================== debian/control ===================================== @@ -4,7 +4,6 @@ Uploaders: Felix Delattre <[email protected]> Section: science Priority: optional Build-Depends: cmake, - dh-cmake, debhelper-compat (= 12), libboost-dev, libboost-filesystem-dev, ===================================== debian/rules ===================================== @@ -12,8 +12,5 @@ TM_VERSION := $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') export DEB_CXXFLAGS_MAINT_APPEND=-DTM_VERSION=$(TM_VERSION) -# Allow debug package to be created -CONFIG := -g - %: dh $@ --buildsystem=cmake View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/compare/38af5a2bbcef0f750b110abba12f3252c6e27b92...bca259ca94c41639ad38f23870823f484ede0a41 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/compare/38af5a2bbcef0f750b110abba12f3252c6e27b92...bca259ca94c41639ad38f23870823f484ede0a41 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
