Christoph Berg pushed to branch master at Debian GIS Project / osm2pgrouting
Commits: 481714a1 by Christoph Berg at 2026-05-27T21:03:47+00:00 Allow building against libpqxx-8.0. - - - - - 3 changed files: - debian/changelog - + debian/patches/libpqxx-8.0 - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,15 @@ -osm2pgrouting (3.0.0-2) UNRELEASED; urgency=medium +osm2pgrouting (3.0.0-2) unstable; urgency=medium + * Team upload. + + [ Bas Couwenberg ] * Drop Priority: optional, default since dpkg 1.22.13. * Bump Standards-Version to 4.7.4, changes: priority. - -- Bas Couwenberg <[email protected]> Sat, 03 Jan 2026 14:07:38 +0100 + [ Christoph Berg ] + * Allow building against libpqxx-8.0. + + -- Christoph Berg <[email protected]> Wed, 27 May 2026 21:01:19 +0000 osm2pgrouting (3.0.0-1) unstable; urgency=medium ===================================== debian/patches/libpqxx-8.0 ===================================== @@ -0,0 +1,13 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -41,7 +41,9 @@ include_directories(SYSTEM ${Boost_INCLU + + + message(STATUS "PQXX_VERSION=${PQXX_VERSION}") +-if (PQXX_VERSION VERSION_GREATER_EQUAL "7.0.0") ++if (PQXX_VERSION VERSION_GREATER_EQUAL "8.0.0") ++ set(CMAKE_CXX_STANDARD 20) ++elseif (PQXX_VERSION VERSION_GREATER_EQUAL "7.0.0") + set(CMAKE_CXX_STANDARD 17) + else() + add_definitions(-DPQXX_DISCONNECT) ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +libpqxx-8.0 View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgrouting/-/commit/481714a1c6e475030fad66cfe7cc8d314ffb913e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgrouting/-/commit/481714a1c6e475030fad66cfe7cc8d314ffb913e You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
