Bas Couwenberg pushed to branch master at Debian GIS Project / osmium-tool
Commits: f7065a71 by Bas Couwenberg at 2022-02-13T08:54:08+01:00 Require at least libosmium2-dev 2.17.0. - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/libosmium-version.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +osmium-tool (1.14.0-2) UNRELEASED; urgency=medium + + * Require at least libosmium2-dev 2.17.0. + + -- Bas Couwenberg <[email protected]> Sun, 13 Feb 2022 08:24:01 +0100 + osmium-tool (1.14.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 12), libboost-program-options-dev, libbz2-dev, libexpat1-dev, - libosmium2-dev (>= 2.16.0), + libosmium2-dev (>= 2.17.0), pandoc, zlib1g-dev Standards-Version: 4.6.0 ===================================== debian/patches/libosmium-version.patch ===================================== @@ -0,0 +1,16 @@ +Description: Require Osmium 2.17.0 for is_false. + error: 'const class osmium::util::Options' has no member named 'is_false' +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/osmcode/osmium-tool/pull/242 + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -43,7 +43,7 @@ option(BUILD_TESTING "Build the tests" O + find_package(Boost 1.55.0 REQUIRED COMPONENTS program_options) + include_directories(SYSTEM ${Boost_INCLUDE_DIRS}) + +-find_package(Osmium 2.16.0 REQUIRED COMPONENTS io) ++find_package(Osmium 2.17.0 REQUIRED COMPONENTS io) + include_directories(SYSTEM ${OSMIUM_INCLUDE_DIRS}) + + ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +libosmium-version.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/osmium-tool/-/commit/f7065a71184619fc45d0e03b870d7e08d92f02eb -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osmium-tool/-/commit/f7065a71184619fc45d0e03b870d7e08d92f02eb 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
