Bas Couwenberg pushed to branch master at Debian GIS Project / mapcode
Commits: 82b07b1e by Bas Couwenberg at 2025-09-01T07:37:35+02:00 Add upstream patch to fix FTBFS with CMake 4.x. (closes: #1113266) - - - - - e5097f4e by Bas Couwenberg at 2025-09-01T07:46:44+02:00 Mark build-fixes patch as Forwarded: not-needed. - - - - - 4eddc7b6 by Bas Couwenberg at 2025-09-01T07:46:44+02:00 Set distribution to unstable. - - - - - 4 changed files: - debian/changelog - debian/patches/build-fixes - + debian/patches/cmake-4.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,11 @@ -mapcode (2.5.5-7) UNRELEASED; urgency=medium +mapcode (2.5.5-7) unstable; urgency=medium * Team upload. * Bump Standards-Version to 4.7.2, no changes. + * Add upstream patch to fix FTBFS with CMake 4.x. + (closes: #1113266) - -- Bas Couwenberg <[email protected]> Thu, 20 Mar 2025 06:10:28 +0100 + -- Bas Couwenberg <[email protected]> Mon, 01 Sep 2025 07:37:36 +0200 mapcode (2.5.5-6) unstable; urgency=medium ===================================== debian/patches/build-fixes ===================================== @@ -3,8 +3,7 @@ Description: Fix build infra Also add -fsigned-char as work-around for test fails (#843084) Author: Stefan Fritsch <[email protected]> Origin: vendor -Forwarded: no -Last-Update: 2016-11-02 +Forwarded: not-needed --- mapcode.orig/CMakeLists.txt +++ mapcode/CMakeLists.txt ===================================== debian/patches/cmake-4.patch ===================================== @@ -0,0 +1,16 @@ +Description: Fixed CMake version +Author: Rijn Buve <[email protected]> +Origin: https://github.com/mapcode-foundation/mapcode-cpp/commit/4117015a230f102929bb064b53e037b31adf1d9c +Forwarded: not-needed + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -12,7 +12,7 @@ + # See the License for the specific language governing permissions and + # limitations under the License. + +-cmake_minimum_required(VERSION 3.3) ++cmake_minimum_required(VERSION 3.5) + project(mapcode_cpp) + + # The debug configuration adds the "address sanitizer" to check for out of bounds behavior and such. ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ build-fixes +cmake-4.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcode/-/compare/e6474a9cfa24ee1a75743fdd6aedf91f648eec78...4eddc7b626adddc7aae0e77d67b02fc8c00d3a24 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcode/-/compare/e6474a9cfa24ee1a75743fdd6aedf91f648eec78...4eddc7b626adddc7aae0e77d67b02fc8c00d3a24 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
