[SCM] konsole packaging branch, kubuntu_unstable, updated. debian/4.14.2-1-39-g8984585

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Thu Mar 19 16:57:38 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/konsole.git;a=commitdiff;h=8984585

The following commit has been merged in the kubuntu_unstable branch:
commit 8984585455c72c585369f4b406225b928ca5cacc
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Mar 19 17:56:50 2015 +0100

    remove upstream_control-space.diff
---
 debian/patches/series                      |  1 -
 debian/patches/upstream_control-space.diff | 33 ------------------------------
 2 files changed, 34 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 24ad6f8..bccb940 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 debian-T-addition.diff
-upstream_control-space.diff
diff --git a/debian/patches/upstream_control-space.diff b/debian/patches/upstream_control-space.diff
deleted file mode 100644
index 9bcf539..0000000
--- a/debian/patches/upstream_control-space.diff
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: fix control-space in konsole
- make emacs users happy
-Origin: upstream, https://git.reviewboard.kde.org/r/122711/
-Bug: https://bugs.kde.org/show_bug.cgi?id=341157
-Last-Update: 2015-03-05
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-diff --git a/src/KeyboardTranslator.cpp b/src/KeyboardTranslator.cpp
-index 5bdc62b..d0043c4 100644
---- a/src/KeyboardTranslator.cpp
-+++ b/src/KeyboardTranslator.cpp
-@@ -523,7 +523,7 @@ QByteArray KeyboardTranslator::Entry::unescape(const QByteArray& input) const
-             }
- 
-             if (escapedChar)
--                result.replace(i, charsToRemove, replacement);
-+	         result.replace(i, charsToRemove, replacement, 1);
-         }
-     }
- 
-diff --git a/src/Vt102Emulation.cpp b/src/Vt102Emulation.cpp
-index d0d60ce..1e6dbf6 100644
---- a/src/Vt102Emulation.cpp
-+++ b/src/Vt102Emulation.cpp
-@@ -1046,7 +1046,7 @@ void Vt102Emulation::sendKeyEvent(QKeyEvent* event)
-         }
-         else if (!entry.text().isEmpty())
-         {
--            textToSend += _codec->fromUnicode(entry.text(true,modifiers));
-+            textToSend += entry.text(true,modifiers);
-         }
-         else
-             textToSend += _codec->fromUnicode(event->text());

-- 
konsole packaging



More information about the pkg-kde-commits mailing list