r53281 - in /packages/unstable/geocode-glib/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Thu Aug 31 21:51:51 UTC 2017


Author: jbicha
Date: Thu Aug 31 21:51:50 2017
New Revision: 53281

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

Modified:
    packages/unstable/geocode-glib/debian/changelog
    packages/unstable/geocode-glib/debian/rules

Modified: packages/unstable/geocode-glib/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/geocode-glib/debian/changelog?rev=53281&op=diff
==============================================================================
--- packages/unstable/geocode-glib/debian/changelog	[utf-8] (original)
+++ packages/unstable/geocode-glib/debian/changelog	[utf-8] Thu Aug 31 21:51:50 2017
@@ -1,3 +1,9 @@
+geocode-glib (3.25.4.1-2) UNRELEASED; urgency=medium
+
+  * Use C.UTF-8 locale to fix build failure (Closes: #873830)
+
+ -- Jeremy Bicha <jbicha at debian.org>  Thu, 31 Aug 2017 10:21:50 -0400
+
 geocode-glib (3.25.4.1-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/unstable/geocode-glib/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/geocode-glib/debian/rules?rev=53281&op=diff
==============================================================================
--- packages/unstable/geocode-glib/debian/rules	[utf-8] (original)
+++ packages/unstable/geocode-glib/debian/rules	[utf-8] Thu Aug 31 21:51:50 2017
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+# 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