[fenix] 122/127: fenix: export LC_ALL=C in d/rules to fix locale-specific FTBFS

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 33b1acdce72e0d23dc6338b3b3aee9208372aa9a
Author: Vincent Cheng <vcheng at debian.org>
Date:   Thu Aug 20 09:34:23 2015 +0000

    fenix: export LC_ALL=C in d/rules to fix locale-specific FTBFS
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e6ebd33..1b8858a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+fenix (0.92a.dfsg1-11) unstable; urgency=medium
+
+  * Team upload.
+  * Fix locale-specific FTBFS by exporting LC_ALL=C in debian/rules.
+    (Closes: #795731)
+
+ -- Vincent Cheng <vcheng at debian.org>  Thu, 20 Aug 2015 02:32:45 -0700
+
 fenix (0.92a.dfsg1-10) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 850067f..c05f882 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export LC_ALL=C
+
 CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
 
 CFLAGS = $(shell dpkg-buildflags --get CFLAGS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git



More information about the Pkg-games-commits mailing list