[neon/backports-noble/libsignon-glib-noble/Neon/unstable] debian/patches: drop upstreamed patch
Carlos De Maine
null at kde.org
Tue Sep 3 02:46:17 BST 2024
Git commit 9597669abaddc88e46d976182be5607b42f23b4d by Carlos De Maine.
Committed on 23/06/2023 at 14:54.
Pushed by carlosdem into branch 'Neon/unstable'.
drop upstreamed patch
M +0 -1 debian/patches/series
D +0 -28 debian/patches/upstream_build-make-documentation-really-optional.patch
https://invent.kde.org/neon/backports-noble/libsignon-glib-noble/-/commit/9597669abaddc88e46d976182be5607b42f23b4d
diff --git a/debian/patches/series b/debian/patches/series
index b87b7d0..53362b8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-upstream_build-make-documentation-really-optional.patch
fix-interfaces-path.diff
diff --git a/debian/patches/upstream_build-make-documentation-really-optional.patch b/debian/patches/upstream_build-make-documentation-really-optional.patch
deleted file mode 100644
index e56a31c..0000000
--- a/debian/patches/upstream_build-make-documentation-really-optional.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From fc1098b3a376a04020c9e733eafda9fa0ac51723 Mon Sep 17 00:00:00 2001
-From: Pino Toscano <toscano.pino at tiscali.it>
-Date: Sat, 2 Jan 2021 14:19:18 +0100
-Subject: [PATCH] build: make documentation really optional
-
-Build of the documentation only if the meson option for it is enabled.
----
- meson.build | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 5d0de55..b10f80d 100644
---- a/meson.build
-+++ b/meson.build
-@@ -23,7 +23,9 @@ endif
- root_dir = include_directories ('.')
-
- subdir('libsignon-glib')
--subdir('docs')
-+if get_option('documentation')
-+ subdir('docs')
-+endif
-
- if get_option('python')
- subdir('pygobject')
---
-2.29.2
-
More information about the Neon-commits
mailing list