[SCM] KDE Utilities module packaging branch, master, updated. debian/4.6.5-1-2-g849266b

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Tue Jul 19 12:05:08 UTC 2011


The following commit has been merged in the master branch:
commit 849266b2292e9a5acac6c2607c00c73ee7697d06
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Mon Jul 18 21:35:33 2011 +0200

    Add kcalc_key_bindings.diff
---
 debian/changelog                       |    3 +
 debian/patches/kcalc_key_bindings.diff |   96 ++++++++++++++++++++++++++++++++
 debian/patches/series                  |    1 +
 3 files changed, 100 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b98a4a..ff10f0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 kdeutils (4:4.6.5-2) UNRELEASED; urgency=low
 
+  [ José Manuel Santamaría Lema ]
+  * Add kcalc_key_bindings.diff which reverts a faulty upstream commit
+    which broke the key bindings in kcalc.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 19 Jul 2011 13:38:48 +0200
 
diff --git a/debian/patches/kcalc_key_bindings.diff b/debian/patches/kcalc_key_bindings.diff
new file mode 100644
index 0000000..54bb01f
--- /dev/null
+++ b/debian/patches/kcalc_key_bindings.diff
@@ -0,0 +1,96 @@
+Author: Evan Teran <eteran at alum.rit.edu>
+Origin: upstream
+Description: This patch reverts a faulty commit which broke the key bindings in kcalc.
+
+--- a/kcalc/kcalc.ui
++++ b/kcalc/kcalc.ui
+@@ -616,7 +616,7 @@
+              <string>7</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">7</string>
++             <string>7</string>
+             </property>
+            </widget>
+           </item>
+@@ -632,7 +632,7 @@
+              <string>8</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">8</string>
++             <string>8</string>
+             </property>
+            </widget>
+           </item>
+@@ -648,7 +648,7 @@
+              <string>9</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">9</string>
++             <string>9</string>
+             </property>
+            </widget>
+           </item>
+@@ -680,7 +680,7 @@
+              <string>4</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">4</string>
++             <string>4</string>
+             </property>
+            </widget>
+           </item>
+@@ -696,7 +696,7 @@
+              <string>5</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">5</string>
++             <string>5</string>
+             </property>
+            </widget>
+           </item>
+@@ -712,7 +712,7 @@
+              <string>6</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">6</string>
++             <string>6</string>
+             </property>
+            </widget>
+           </item>
+@@ -728,7 +728,7 @@
+              <string>1</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">1</string>
++             <string>1</string>
+             </property>
+            </widget>
+           </item>
+@@ -744,7 +744,7 @@
+              <string>2</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">2</string>
++             <string>2</string>
+             </property>
+            </widget>
+           </item>
+@@ -760,7 +760,7 @@
+              <string>3</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">3</string>
++             <string>3</string>
+             </property>
+            </widget>
+           </item>
+@@ -786,7 +786,7 @@
+              <string>0</string>
+             </property>
+             <property name="shortcut">
+-             <string notr="true">0</string>
++             <string>0</string>
+             </property>
+            </widget>
+           </item>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c19ff3f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+kcalc_key_bindings.diff

-- 
KDE Utilities module packaging



More information about the pkg-kde-commits mailing list