[SCM] konsole packaging branch, kubuntu_unstable_utopic, updated. debian/4.14.2-1-61-g07daac3
Jonathan Riddell
jriddell-guest at moszumanska.debian.org
Thu Mar 19 10:23:38 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/konsole.git;a=commitdiff;h=07daac3
The following commit has been merged in the kubuntu_unstable_utopic branch:
commit 07daac3bb54cea8e552e4e0635c45d7c416458fb
Author: Jonathan Riddell <jr at jriddell.org>
Date: Thu Mar 19 11:23:31 2015 +0100
remove upstream_control-space.diff from unstable
---
debian/patches/upstream_control-space.diff | 33 ------------------------------
1 file changed, 33 deletions(-)
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