[neon/kde/ark/Neon/stable_jammy] debian/patches: Revert "patch requested by maintainer"
Jonathan Riddell
null at kde.org
Mon Jul 15 22:05:41 BST 2024
Git commit e92d1fca195bf8fed37869cbe46807b8eba151e1 by Jonathan Riddell.
Committed on 15/07/2024 at 21:05.
Pushed by jriddell into branch 'Neon/stable_jammy'.
Revert "patch requested by maintainer"
This reverts commit 1d3f2d2dd432220b0ab01c8ad8ae9171eb8f2187.
D +0 -13 debian/patches/85c5e26f581cf011638a53e62b92e1da8fd55fcd.diff
D +0 -1 debian/patches/series
https://invent.kde.org/neon/kde/ark/-/commit/e92d1fca195bf8fed37869cbe46807b8eba151e1
diff --git a/debian/patches/85c5e26f581cf011638a53e62b92e1da8fd55fcd.diff b/debian/patches/85c5e26f581cf011638a53e62b92e1da8fd55fcd.diff
deleted file mode 100644
index 959b215..0000000
--- a/debian/patches/85c5e26f581cf011638a53e62b92e1da8fd55fcd.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/kerfuffle/cliinterface.cpp b/kerfuffle/cliinterface.cpp
-index c087e7eb1d3551de99732839fda1ae957e2245b4..2cea00592fcce895fbb8d2a124110fe21a40d4a8 100644
---- a/kerfuffle/cliinterface.cpp
-+++ b/kerfuffle/cliinterface.cpp
-@@ -96,7 +96,7 @@ bool CliInterface::extractFiles(const QList<Archive::Entry *> &files, const QStr
-
- if (useTmpExtractDir) {
- // Create an hidden temp folder in the current directory.
-- m_extractTempDir.reset(new QTemporaryDir(QStringLiteral(".%1-").arg(QCoreApplication::applicationName())));
-+ m_extractTempDir.reset(new QTemporaryDir(QStringLiteral("%1/.%2-").arg(QDir::currentPath(), QCoreApplication::applicationName())));
-
- qCDebug(ARK_LOG) << "Using temporary extraction dir:" << m_extractTempDir->path();
- if (!m_extractTempDir->isValid()) {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 737b5ad..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-85c5e26f581cf011638a53e62b92e1da8fd55fcd.diff
More information about the Neon-commits
mailing list