[SCM] gsequencer/master: provide fix to language coding

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Sun Jun 11 19:55:24 UTC 2017


The following commit has been merged in the master branch:
commit 78191ee219fdecb4102e59b52d7eb2e7107a2e7a
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Sun Jun 11 21:55:13 2017 +0200

    provide fix to language coding

diff --git a/debian/patches/fix-lc-all.patch b/debian/patches/fix-lc-all.patch
new file mode 100644
index 0000000..2cdf6da
--- /dev/null
+++ b/debian/patches/fix-lc-all.patch
@@ -0,0 +1,20 @@
+Description: fix LC_ALL environment variable
+ LC_CTYPE=C was not sufficient in order to keep ags_turtle.c working.
+ Those the change was reverted.
+Author: Joël Krähemann
+Origin: upstream
+Applied-Upstream: http://git.savannah.nongnu.org/cgit/gsequencer.git/commit/?h=0.8.x&id=87ae9c30c913becfc7537bba5bef385bcf72eee1
+Last-Update: 2017-06-11
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/ags/gsequencer_main.c
++++ b/ags/gsequencer_main.c
+@@ -1256,7 +1256,7 @@
+   bindtextdomain(PACKAGE, LOCALEDIR);
+   textdomain(PACKAGE);
+   
+-  putenv("LC_CTYPE=C");
++  putenv("LC_ALL=C");
+ 
+   single_thread_enabled = FALSE;
+   builtin_theme_disabled = FALSE;
diff --git a/debian/patches/series b/debian/patches/series
index 51250d4..6cb22bc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 disable-functional-tests.patch
 fix-gtk-doc.patch
 fix-libags-audio-doc.patch
+fix-lc-all.patch

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list