r53342 - in /desktop/unstable/totem/debian: changelog rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Fri Sep 1 20:53:41 UTC 2017
Author: jbicha
Date: Fri Sep 1 20:53:40 2017
New Revision: 53342
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53342
Log:
Use C.UTF-8 locale to fix build failure
Modified:
desktop/unstable/totem/debian/changelog
desktop/unstable/totem/debian/rules
Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=53342&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem/debian/changelog [utf-8] Fri Sep 1 20:53:40 2017
@@ -1,3 +1,9 @@
+totem (3.25.90.1-2) UNRELEASED; urgency=medium
+
+ * Use C.UTF-8 locale to fix build failure
+
+ -- Jeremy Bicha <jbicha at debian.org> Fri, 01 Sep 2017 16:53:25 -0400
+
totem (3.25.90.1-1) unstable; urgency=medium
* New upstream release
Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=53342&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules [utf-8] (original)
+++ desktop/unstable/totem/debian/rules [utf-8] Fri Sep 1 20:53:40 2017
@@ -1,5 +1,9 @@
#!/usr/bin/make -f
#-*- makefile -*-
+
+# https://lists.debian.org/debian-devel/2017/09/msg00006.html
+# https://github.com/mesonbuild/meson/issues/2268
+export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
More information about the pkg-gnome-commits
mailing list