[SCM] kbruch packaging branch, master, updated. debian/15.08.0-1-4-ga8a5b85

Maximiliano Curia maxy at moszumanska.debian.org
Mon Sep 14 10:26:56 UTC 2015


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

The following commit has been merged in the master branch:
commit 5dc8b12839ebe4c649ba1687cc1c360de5aec654
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Sep 14 11:56:30 2015 +0200

    New patch: learning_config_toolbar.patch (Closes: #796200)
---
 debian/changelog                             |  3 ++-
 debian/patches/learning_config_toolbar.patch | 22 ++++++++++++++++++++++
 debian/patches/series                        |  1 +
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 29baeba..04897ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 kbruch (4:15.08.0-2~) UNRELEASED; urgency=medium
 
-  * 
+  * New patch: learning_config_toolbar.patch (Closes: #796200) Thanks to
+    Prathibha B
 
  -- Maximiliano Curia <maxy at debian.org>  Mon, 14 Sep 2015 11:55:11 +0200
 
diff --git a/debian/patches/learning_config_toolbar.patch b/debian/patches/learning_config_toolbar.patch
new file mode 100644
index 0000000..8e18848
--- /dev/null
+++ b/debian/patches/learning_config_toolbar.patch
@@ -0,0 +1,22 @@
+Description: 
+  * Set the toolbar editable. Resolves the following bug: Learning -> Settings -> Configure Toolbars... displays an empty 'Configure Toolbars' dialog.
+Author: Prathibha B <prathibhab at cdac.in>
+
+---
+Bug-Debian: https://bugs.debian.org/796200
+Forwarded: no
+Last-Update: 2015-09-14
+
+Index: kbruch/src/FractionRingWidgetui.rc
+===================================================================
+--- kbruch.orig/src/FractionRingWidgetui.rc	2015-09-14 11:53:11.815970558 +0200
++++ kbruch/src/FractionRingWidgetui.rc	2015-09-14 11:53:11.815970558 +0200
+@@ -10,7 +10,7 @@
+     <Action name="file_quit"/>
+   </Menu>
+ </MenuBar>
+-<ToolBar name="exerciseToolBar" noEdit="true" fullWidth="true">
++<ToolBar name="exerciseToolBar" noEdit="false" fullWidth="true">
+   <Action name="NewTask"/>
+   <Action name="Back"/>  
+   <Separator/>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1fb2b55
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+learning_config_toolbar.patch

-- 
kbruch packaging



More information about the pkg-kde-commits mailing list