[Git][debian-gis-team/osm2pgrouting][master] 2 commits: Add patch to fix FTBFS with CMake 4.x. (closes: #1113378)
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon Sep 1 08:32:15 BST 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgrouting
Commits:
66bde740 by Bas Couwenberg at 2025-09-01T09:30:17+02:00
Add patch to fix FTBFS with CMake 4.x. (closes: #1113378)
- - - - -
735234f0 by Bas Couwenberg at 2025-09-01T09:30:32+02:00
Set distribution to unstable.
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/cmake-4.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,11 +1,13 @@
-osm2pgrouting (2.3.8-4) UNRELEASED; urgency=medium
+osm2pgrouting (2.3.8-4) unstable; urgency=medium
* Bump Standards-Version to 4.7.2, no changes.
* Fix old FSF address in copyright file.
* Add patch to fix FTFBS with GCC 15 & Boost 1.88.
(closes: #1110600)
+ * Add patch to fix FTBFS with CMake 4.x.
+ (closes: #1113378)
- -- Bas Couwenberg <sebastic at debian.org> Thu, 20 Mar 2025 06:13:49 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 01 Sep 2025 09:30:22 +0200
osm2pgrouting (2.3.8-3) unstable; urgency=medium
=====================================
debian/patches/cmake-4.patch
=====================================
@@ -0,0 +1,13 @@
+Description: Fix FTBFS with CMake 4.x.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug: https://github.com/pgRouting/osm2pgrouting/issues/312
+Forwarded: https://github.com/pgRouting/osm2pgrouting/pull/313
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
++cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
+
+ if ( ${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR} )
+ message(FATAL_ERROR "In-source builds not allowed.
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
gcc-15.patch
+cmake-4.patch
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgrouting/-/compare/f2b7e0c6ce86cd8eab1346818bc3d7779d3ea97b...735234f0ac2f9c06666990cd8b03df551acf34fa
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgrouting/-/compare/f2b7e0c6ce86cd8eab1346818bc3d7779d3ea97b...735234f0ac2f9c06666990cd8b03df551acf34fa
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/20250901/1a69649e/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list