summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/0005-cmake_fix_ftbfs.patch8
-rw-r--r--debian/patches/0110-Fix-Build-error.patch19
-rw-r--r--debian/patches/series1
4 files changed, 12 insertions, 22 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c9432d..fa9453e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
gnome-pie (0.7.3-3) UNRELEASED; urgency=medium
- * New debian/0005-cmake_fix_ftbfs.patch (Closes: #1112967):
- - Fix FTBFS with CMmake 4.
+ * debian/patches/:
+ - New 0005-cmake_fix_ftbfs.patch (Closes: #1112967):
+ + Fix FTBFS with CMmake 4.
+ - Remove unused 0110-Fix-Build-error.patch.
* debian/control:
- Change Standards-Version to 4.7.2.0 (No changes needed).
- Change Vcs-Git from git. to https:.
diff --git a/debian/patches/0005-cmake_fix_ftbfs.patch b/debian/patches/0005-cmake_fix_ftbfs.patch
index f5aa075..e583bf6 100644
--- a/debian/patches/0005-cmake_fix_ftbfs.patch
+++ b/debian/patches/0005-cmake_fix_ftbfs.patch
@@ -1,3 +1,11 @@
+Description: Fix FTBFS with CMake 4
+Author: Jörg Frings-Fürst <debian@jff.email>
+Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112967
+Forwarded: not-needed, project archived.
+Last-Update: 2025-09-27
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/CMakeLists.txt
===================================================================
--- trunk.orig/CMakeLists.txt
diff --git a/debian/patches/0110-Fix-Build-error.patch b/debian/patches/0110-Fix-Build-error.patch
deleted file mode 100644
index 0ec2925..0000000
--- a/debian/patches/0110-Fix-Build-error.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix build errors
-Author: Jörg Frings-Fürst <debian@jff.email>
-forwarded: https://github.com/Simmesimme/Gnome-Pie/issues/177
-Last-Update: 2020-05-31
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: trunk/src/actions/action.vala
-===================================================================
---- trunk.orig/src/actions/action.vala
-+++ trunk/src/actions/action.vala
-@@ -69,7 +69,7 @@ public abstract class Action : GLib.Obje
- /// C'tor, initializes all members.
- /////////////////////////////////////////////////////////////////////
-
-- public Action(string name, string icon, bool is_quickaction) {
-+ Action(string name, string icon, bool is_quickaction) {
- GLib.Object(name : name, icon : icon, is_quickaction : is_quickaction);
- }
-
diff --git a/debian/patches/series b/debian/patches/series
index fc58f89..4f5e20f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-#0110-Fix-Build-error.patch
0005-cmake_fix_ftbfs.patch
0900-fix_it_po.patch
0700-ayatana-appindicator.patch