r53563 - in /desktop/unstable/mousetweaks/debian: changelog rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Thu Sep 7 12:28:08 UTC 2017
Author: jbicha
Date: Thu Sep 7 12:28:07 2017
New Revision: 53563
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53563
Log:
Add export LC_ALL=C.UTF-8 to fix FTBFS Closes: #871136)
Modified:
desktop/unstable/mousetweaks/debian/changelog
desktop/unstable/mousetweaks/debian/rules
Modified: desktop/unstable/mousetweaks/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mousetweaks/debian/changelog?rev=53563&op=diff
==============================================================================
--- desktop/unstable/mousetweaks/debian/changelog [utf-8] (original)
+++ desktop/unstable/mousetweaks/debian/changelog [utf-8] Thu Sep 7 12:28:07 2017
@@ -3,6 +3,9 @@
* Switch from cdbs to dh
* Add debian/docs to explicitly install NEWS and README
* Bump debhelper compat to 10
+ * debian/rules:
+ - Add 'export LC_ALL=C.UTF-8' to fix FTBFS on Debian buildds
+ (Closes: #871136)
-- Jeremy Bicha <jbicha at debian.org> Thu, 07 Sep 2017 08:01:33 -0400
Modified: desktop/unstable/mousetweaks/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mousetweaks/debian/rules?rev=53563&op=diff
==============================================================================
--- desktop/unstable/mousetweaks/debian/rules [utf-8] (original)
+++ desktop/unstable/mousetweaks/debian/rules [utf-8] Thu Sep 7 12:28:07 2017
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+# https://lists.debian.org/debian-devel/2017/09/msg00006.html
+export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
More information about the pkg-gnome-commits
mailing list