[SCM] kmix packaging branch, master, updated. debian/4.14.0-1-2-g700b82e

Maximiliano Curia maxy at moszumanska.debian.org
Sat Dec 6 16:37:25 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kmix.git;a=commitdiff;h=700b82e

The following commit has been merged in the master branch:
commit 700b82e3c0ea7c3b7dbbe203ac49cc9d3983cb94
Author: Maximiliano Curia <maxy at debian.org>
Date:   Sat Dec 6 17:37:12 2014 +0100

    New patch: fix_bashism. (Closes: #772318)  Thanks to Raphael Geissert.
---
 debian/changelog           |  3 ++-
 debian/patches/fix_bashism | 40 ++++++++++++++++++++++++++++++++++++++++
 debian/patches/series      |  1 +
 3 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 50b3e66..445ae5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 kmix (4:4.14.0-2~) UNRELEASED; urgency=medium
 
-  * 
+  * New patch: fix_bashism. (Closes: #772318)  Thanks to Raphael
+    Geissert.
 
  -- Maximiliano Curia <maxy at debian.org>  Sat, 06 Dec 2014 17:33:49 +0100
 
diff --git a/debian/patches/fix_bashism b/debian/patches/fix_bashism
new file mode 100644
index 0000000..daf7b8c
--- /dev/null
+++ b/debian/patches/fix_bashism
@@ -0,0 +1,40 @@
+Index: kmix/apps/kmixremote
+===================================================================
+--- kmix.orig/apps/kmixremote	2014-08-20 19:59:31.194459206 +0200
++++ kmix/apps/kmixremote	2014-12-06 17:31:51.918844972 +0100
+@@ -7,7 +7,7 @@
+ # Mute
+ #################################################################################
+ 
+-function usage
++usage ()
+ {
+   echo "Usage:"
+   echo "List mixers    #   $0 list"
+@@ -18,7 +18,7 @@
+   echo 
+ }
+ 
+-function exit_with_error
++exit_with_error ()
+ {
+   echo "Error: $1"
+   echo 
+@@ -27,7 +27,7 @@
+ }
+ 
+ # Prints the mixer DBUS ID's on the console. leaving out the "/Mixers/" prefix
+-function listMixers
++listMixers ()
+ {
+   qdbus org.kde.kmix /Mixers org.freedesktop.DBus.Properties.Get org.kde.KMix.MixSet mixers | cut -f3 -d/
+   errorCode=$?
+@@ -37,7 +37,7 @@
+ }
+ 
+ # Prints the mixer control DBUS ID's of the given mixer on the console. leaving out the "/Mixers/" prefix
+-function listControls
++listControls ()
+ {
+   qdbus org.kde.kmix $1 org.freedesktop.DBus.Properties.Get org.kde.KMix.Mixer controls  | cut -f4 -d/
+   errorCode=$?
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..a133cbc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_bashism

-- 
kmix packaging



More information about the pkg-kde-commits mailing list