[neon/neon-packaging/gitklient/Neon/unstable] debian: remove patches and add git as runtime dependency

Carlos De Maine null at kde.org
Fri Feb 10 00:16:01 GMT 2023


Git commit 0f2f40a7041b7eff7cdf194a115282ebb7140690 by Carlos De Maine.
Committed on 10/02/2023 at 00:15.
Pushed by carlosdem into branch 'Neon/unstable'.

remove patches and add git as runtime dependency

M  +2    -1    debian/control
D  +0    -31   debian/patches/0001-test-kcrash.patch
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/neon-packaging/gitklient/commit/0f2f40a7041b7eff7cdf194a115282ebb7140690

diff --git a/debian/control b/debian/control
index aa05e47..5d4aa9d 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,8 @@ Maintainer: Neon CI <neon at kde.org>
 Package: gitklient
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends},
+         git
 Description: GitKlient is a kde sdk application for interacting with git version control repositories.
  .
  This package contains the Qt5 version of GitKlient.
diff --git a/debian/patches/0001-test-kcrash.patch b/debian/patches/0001-test-kcrash.patch
deleted file mode 100644
index 079a4ca..0000000
--- a/debian/patches/0001-test-kcrash.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -urN a/src/gui/core/appmainwindow.cpp b/src/gui/core/appmainwindow.cpp
---- a/src/gui/core/appmainwindow.cpp	2023-02-08 08:14:24.703726157 +1000
-+++ b/src/gui/core/appmainwindow.cpp	2023-02-08 08:16:20.619351649 +1000
-@@ -10,6 +10,8 @@
- #include <QCloseEvent>
- #include <QEventLoop>
- 
-+#include <KCrash>
-+
- AppMainWindow::AppMainWindow(QWidget *parent, Qt::WindowFlags f)
-     : KXmlGuiWindow(parent, f)
- {
-@@ -17,6 +19,7 @@
- 
- int AppMainWindow::exec()
- {
-+    KCrash::initialize();
-     QEventLoop eventLoop;
-     mLoop = &eventLoop;
-     showModal();
-diff -urN a/src/libgitklient/CMakeLists.txt b/src/libgitklient/CMakeLists.txt
---- a/src/libgitklient/CMakeLists.txt	2023-02-08 08:14:24.707725758 +1000
-+++ b/src/libgitklient/CMakeLists.txt	2023-02-08 08:22:44.333138830 +1000
-@@ -90,7 +90,6 @@
-     Qt::Core
-     Qt::Widgets
-     Qt::Concurrent
--    KF5::Crash
-     KF5::I18n
- )
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1f2f75d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-test-kcrash.patch


More information about the Neon-commits mailing list