[neon/kde/kalgebra/Neon/unstable] debian/patches: remove patch which does not apply

Jonathan Riddell null at kde.org
Mon Dec 14 17:42:09 GMT 2020


Git commit 5b00fe7cb743f81f5995b2c9b12186e9d99b8d5e by Jonathan Riddell.
Committed on 14/12/2020 at 17:42.
Pushed by jriddell into branch 'Neon/unstable'.

remove patch which does not apply

D  +0    -17   debian/patches/backend.diff
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/kde/kalgebra/commit/5b00fe7cb743f81f5995b2c9b12186e9d99b8d5e

diff --git a/debian/patches/backend.diff b/debian/patches/backend.diff
deleted file mode 100644
index bd98e01..0000000
--- a/debian/patches/backend.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-Author: Pino Toscano <pino at debian.org>
-Description: Do not unconditionally add a directory for MOBILE_BACKEND
- This makes it possible to specify a non-existing backend to disable an
- existing one.
-Last-Update: 2017-12-08
-Forwarded: no
-
---- a/mobile/plugins/widgets/CMakeLists.txt
-+++ b/mobile/plugins/widgets/CMakeLists.txt
-@@ -1,4 +1,6 @@
--add_subdirectory(${MOBILE_BACKEND})
-+if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${MOBILE_BACKEND})
-+  add_subdirectory(${MOBILE_BACKEND})
-+endif()
- 
- install( FILES
-     qmldir
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e971957..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-backend.diff


More information about the Neon-commits mailing list