[SCM] konsole packaging branch, master, updated. debian/16.12.0-1-74-g5fbd59b

Maximiliano Curia maxy at moszumanska.debian.org
Tue Nov 21 15:06:25 UTC 2017


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

The following commit has been merged in the master branch:
commit e723c2b2b34dd4b5d237eb407876d007eb80f11a
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Tue Jun 14 16:01:50 2016 +0100

    update patch
---
 debian/patches/debian-T-addition.diff | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/debian/patches/debian-T-addition.diff b/debian/patches/debian-T-addition.diff
index 99ddeb4..a3df596 100644
--- a/debian/patches/debian-T-addition.diff
+++ b/debian/patches/debian-T-addition.diff
@@ -1,12 +1,14 @@
 Index: konsole/src/main.cpp
 ===================================================================
---- konsole.orig/src/main.cpp	2015-05-27 18:02:19.804651972 +0200
-+++ konsole/src/main.cpp	2015-05-27 18:02:19.800652134 +0200
-@@ -197,6 +197,7 @@
-                       " (for use with -p)"));
-     options.add("p <property=value>",
-                 ki18nc("@info:shell", "Change the value of a profile property."));
-+    options.add("T <value>", ki18n("Debian policy compatibility, not used"));
-     options.add("!e <cmd>",
-                 ki18nc("@info:shell", "Command to execute. This option will catch all following"
-                       " arguments, so use it as the last option."));
+--- konsole.orig/src/main.cpp
++++ konsole/src/main.cpp
+@@ -282,6 +282,9 @@ void fillCommandLineOptions(QCommandLine
+     parser.addOption(QCommandLineOption(QStringList() << "p",
+                                         i18nc("@info:shell", "Change the value of a profile property."),
+                                         QStringLiteral("property=value")));
++    parser.addOption(QCommandLineOption(QStringList() << "T",
++                                        i18nc("@info:shell", "Debian policy compatibility, not used."),
++                                        QStringLiteral("value")));
+     parser.addOption(QCommandLineOption(QStringList() << "e",
+                                         i18nc("@info:shell", "Command to execute. This option will catch all following"
+                                               " arguments, so use it as the last option."),

-- 
konsole packaging



More information about the pkg-kde-commits mailing list