r54304 - in /desktop/unstable/totem-pl-parser/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Sun Oct 8 13:51:16 UTC 2017


Author: jbicha
Date: Sun Oct  8 13:51:16 2017
New Revision: 54304

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

Modified:
    desktop/unstable/totem-pl-parser/debian/changelog
    desktop/unstable/totem-pl-parser/debian/rules

Modified: desktop/unstable/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/changelog?rev=54304&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog	[utf-8] Sun Oct  8 13:51:16 2017
@@ -4,6 +4,7 @@
   * New upstream release
   * Build with meson
   * debian/libtotem-plparser18.symbols: Update
+  * Use C.UTF-8 locale to fix build failure
   * Bump Standards-Version to 4.1.0
 
   [ Laurent Bigonville ]

Modified: desktop/unstable/totem-pl-parser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/rules?rev=54304&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/rules	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/rules	[utf-8] Sun Oct  8 13:51:16 2017
@@ -3,6 +3,10 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 libtotem-plparserN := $(shell sed -rn 's/^Package:[[:space:]]*(libtotem-plparser[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+
+# 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 gnome,gir --buildsystem=meson




More information about the pkg-gnome-commits mailing list