Author: vcheng Date: 2015-08-20 09:34:23 +0000 (Thu, 20 Aug 2015) New Revision: 15521
Modified: packages/trunk/fenix/debian/changelog packages/trunk/fenix/debian/rules Log: fenix: export LC_ALL=C in d/rules to fix locale-specific FTBFS Modified: packages/trunk/fenix/debian/changelog =================================================================== --- packages/trunk/fenix/debian/changelog 2015-08-20 08:45:59 UTC (rev 15520) +++ packages/trunk/fenix/debian/changelog 2015-08-20 09:34:23 UTC (rev 15521) @@ -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 <[email protected]> Thu, 20 Aug 2015 02:32:45 -0700 + fenix (0.92a.dfsg1-10) unstable; urgency=low * Team upload. Modified: packages/trunk/fenix/debian/rules =================================================================== --- packages/trunk/fenix/debian/rules 2015-08-20 08:45:59 UTC (rev 15520) +++ packages/trunk/fenix/debian/rules 2015-08-20 09:34:23 UTC (rev 15521) @@ -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) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

