[SCM] gsequencer/master: fixed patch

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Sun Jun 11 20:11:13 UTC 2017


The following commit has been merged in the master branch:
commit 6c3973fa6e16ad3ad42e123c5c58ca69c4a8ebb2
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Sun Jun 11 22:09:08 2017 +0200

    fixed patch

diff --git a/debian/patches/fix-lc-all.patch b/debian/patches/fix-lc-all.patch
index 2cdf6da..5f14315 100644
--- a/debian/patches/fix-lc-all.patch
+++ b/debian/patches/fix-lc-all.patch
@@ -14,7 +14,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
    textdomain(PACKAGE);
    
 -  putenv("LC_CTYPE=C");
-+  putenv("LC_ALL=C");
++  putenv("LANG=C");
  
    single_thread_enabled = FALSE;
    builtin_theme_disabled = FALSE;

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list