Bas Couwenberg pushed to branch master at Debian GIS Project / libosmium
Commits: 25c9c318 by Bas Couwenberg at 2021-09-12T09:03:58+02:00 Bump debhelper compat to 12, no changes. - - - - - 4e82eb79 by Bas Couwenberg at 2021-09-12T09:21:56+02:00 Use installed files instead of source tree. - - - - - d619c550 by Bas Couwenberg at 2021-09-12T09:41:58+02:00 Update doc-base paths. - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/libosmium2-dev.install - debian/libosmium2-doc.doc-base - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,9 @@ libosmium (2.17.0-2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.0, no changes. + * Bump debhelper compat to 12, no changes. + * Use installed files instead of source tree. + * Update doc-base paths. -- Bas Couwenberg <[email protected]> Wed, 08 Sep 2021 16:36:26 +0200 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Bas Couwenberg <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10~), +Build-Depends: debhelper-compat (= 12), doxygen, cmake, graphviz, ===================================== debian/libosmium2-dev.install ===================================== @@ -1,2 +1 @@ -include/osmium usr/include -include/gdalcpp.hpp usr/include +usr/include ===================================== debian/libosmium2-doc.doc-base ===================================== @@ -4,5 +4,5 @@ Author: Jochen Topf Section: Programming/C++ Format: HTML -Index: /usr/share/doc/libosmium2-doc/html/index.html -Files: /usr/share/doc/libosmium2-doc/html/*.html +Index: /usr/share/doc/libosmium2-dev/html/index.html +Files: /usr/share/doc/libosmium2-dev/html/*.html ===================================== debian/rules ===================================== @@ -11,7 +11,7 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) dh $@ --builddirectory=build override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1 + dh_auto_configure -- -DINSTALL_GDALCPP=ON override_dh_auto_build-arch: dh_auto_build --arch View it on GitLab: https://salsa.debian.org/debian-gis-team/libosmium/-/compare/44e65d0fa72f62b9d185b6fb93edf9bf060dc92e...d619c5503c3e295f1d893b661720469d73d3dc8a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libosmium/-/compare/44e65d0fa72f62b9d185b6fb93edf9bf060dc92e...d619c5503c3e295f1d893b661720469d73d3dc8a 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
