r53972 - in /desktop/unstable/atk1.0/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Sat Sep 16 02:24:51 UTC 2017


Author: jbicha
Date: Sat Sep 16 02:24:50 2017
New Revision: 53972

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53972
Log:
Use C.UTF-8 locale to fix build failure

Modified:
    desktop/unstable/atk1.0/debian/changelog
    desktop/unstable/atk1.0/debian/rules

Modified: desktop/unstable/atk1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/changelog?rev=53972&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/atk1.0/debian/changelog	[utf-8] Sat Sep 16 02:24:50 2017
@@ -1,6 +1,7 @@
 atk1.0 (2.26.0-2) UNRELEASED; urgency=medium
 
   * Update maintainer
+  * Use C.UTF-8 locale to fix build failure
 
  -- Jeremy Bicha <jbicha at debian.org>  Fri, 15 Sep 2017 22:23:07 -0400
 

Modified: desktop/unstable/atk1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/rules?rev=53972&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/atk1.0/debian/rules	[utf-8] Sat Sep 16 02:24:50 2017
@@ -5,6 +5,10 @@
 GNOME_MODULE := atk
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
+
+# https://lists.debian.org/debian-devel/2017/09/msg00006.html
+# https://github.com/mesonbuild/meson/issues/2268
+export LC_ALL=C.UTF-8
 
 %:
 	dh $@ --with gir,gnome --buildsystem=meson




More information about the pkg-gnome-commits mailing list