diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-09-27 07:38:26 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-09-27 07:38:26 +0200 |
commit | 0099f8d5f37acb402bc98c0fae24f0ffb27bc48f (patch) | |
tree | 5e775ca99d78bfdf8cb54ac41c1256c2557a9f55 | |
parent | 06d698d2615d006bdb0e62ff78e5b40437698054 (diff) |
Fix FTBFS with CMmake 4
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/files | 1 | ||||
-rw-r--r-- | debian/patches/0005-cmake_fix_ftbfs.patch | 13 | ||||
-rw-r--r-- | debian/patches/series | 1 |
4 files changed, 21 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7116861..a8561df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gnome-pie (0.7.3-3) UNRELEASED; urgency=medium + + * New debian/0005-cmake_fix_ftbfs.patch (Closes: #1112967): + - Fix FTBFS with CMmake 4. + + -- Jörg Frings-Fürst <debian@jff.email> Fri, 26 Sep 2025 16:32:41 +0200 + gnome-pie (0.7.3-2) unstable; urgency=medium * debian/rules: diff --git a/debian/files b/debian/files deleted file mode 100644 index 276b641..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -gnome-pie_0.7.3-2_source.buildinfo gnome optional diff --git a/debian/patches/0005-cmake_fix_ftbfs.patch b/debian/patches/0005-cmake_fix_ftbfs.patch new file mode 100644 index 0000000..f5aa075 --- /dev/null +++ b/debian/patches/0005-cmake_fix_ftbfs.patch @@ -0,0 +1,13 @@ +Index: trunk/CMakeLists.txt +=================================================================== +--- trunk.orig/CMakeLists.txt ++++ trunk/CMakeLists.txt +@@ -4,7 +4,7 @@ + + project("gnomepie" C) + +-cmake_minimum_required(VERSION 2.6) ++cmake_minimum_required(VERSION 3.2...3.31) + + # Location where cmake first looks for modules. + list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/vala) diff --git a/debian/patches/series b/debian/patches/series index 6df8e3f..fc58f89 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,5 @@ #0110-Fix-Build-error.patch +0005-cmake_fix_ftbfs.patch 0900-fix_it_po.patch 0700-ayatana-appindicator.patch 0105-spelling_errors.patch |