[neon/kf6/kf6-kconfig/Neon/unstable] debian/patches: debian bug was archive a long time ago, so drop the patch

Carlos De Maine null at kde.org
Sun Mar 8 13:05:33 GMT 2026


Git commit ca165a5319727897215e7cfb01631518ef2eb5fa by Carlos De Maine.
Committed on 08/03/2026 at 13:05.
Pushed by carlosdem into branch 'Neon/unstable'.

debian bug was archive a long time ago, so drop the patch

D  +0    -36   debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/kf6/kf6-kconfig/-/commit/ca165a5319727897215e7cfb01631518ef2eb5fa

diff --git a/debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch b/debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch
deleted file mode 100644
index b9884c2..0000000
--- a/debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From: Maximiliano Curia <maxy at gnuservers.com.ar>
-Date: Thu, 25 Jan 2018 11:02:56 -0300
-Subject: Allow packagers set kconfig_compiler install dir
-
-Origin: Debian
-Bug-Debian: https://bugs.debian.org/887452
-Last-Update: 2018-01-25
----
- CMakeLists.txt                      | 3 +++
- src/kconfig_compiler/CMakeLists.txt | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-Index: kconfig/CMakeLists.txt
-===================================================================
---- kconfig.orig/CMakeLists.txt
-+++ kconfig/CMakeLists.txt
-@@ -73,6 +73,9 @@ endif()
- include (ECMPoQmTools)
- ecm_install_po_files_as_qm(poqm)
- 
-+# allow kconfig_compiler install dir to be set as a configure argument
-+set(KCONFIG_COMPILER_INSTALL_DIR "${KDE_INSTALL_LIBEXECDIR_KF5}" CACHE STRING
-+   "Set directory for kconfig compiler tool")
- 
- # create a Config.cmake and a ConfigVersion.cmake file and install them
- set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF6Config")
-Index: kconfig/src/kconfig_compiler/CMakeLists.txt
-===================================================================
---- kconfig.orig/src/kconfig_compiler/CMakeLists.txt
-+++ kconfig/src/kconfig_compiler/CMakeLists.txt
-@@ -25,4 +25,4 @@ target_link_libraries(kconfig_compiler Q
- 
- ecm_mark_nongui_executable(kconfig_compiler)
- 
--install(TARGETS kconfig_compiler EXPORT KF6ConfigCompilerTargets DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF})
-+install(TARGETS kconfig_compiler EXPORT KF6ConfigCompilerTargets DESTINATION ${KCONFIG_COMPILER_INSTALL_DIR})
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 12201f7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-Allow-packagers-set-kconfig_compiler-install-dir.patch


More information about the Neon-commits mailing list