[Python-apps-commits] r14330 - in packages/alot/trunk/debian (changelog rules)

jljusten-guest at users.alioth.debian.org jljusten-guest at users.alioth.debian.org
Tue Aug 22 07:56:12 UTC 2017


    Date: Tuesday, August 22, 2017 @ 07:56:11
  Author: jljusten-guest
Revision: 14330

debian: Set LC_ALL=C.UTF-8 in rules to fix test failures

Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>

Modified:
  packages/alot/trunk/debian/changelog
  packages/alot/trunk/debian/rules

Modified: packages/alot/trunk/debian/changelog
===================================================================
--- packages/alot/trunk/debian/changelog	2017-08-22 07:56:08 UTC (rev 14329)
+++ packages/alot/trunk/debian/changelog	2017-08-22 07:56:11 UTC (rev 14330)
@@ -6,6 +6,8 @@
   * Depend on python-gpg rather than pygpgme (Closes: #846314, #866027)
   * Update debian patches for 0.6 release
   * Add procps build-dependency since ps is used by tests
+  * Set LC_ALL=C.UTF-8 in rules to fix two failing tests that make use of
+    unicode characters.
 
  -- Jordan Justen <jordan.l.justen at intel.com>  Sun, 20 Aug 2017 15:40:54 -0700
 

Modified: packages/alot/trunk/debian/rules
===================================================================
--- packages/alot/trunk/debian/rules	2017-08-22 07:56:08 UTC (rev 14329)
+++ packages/alot/trunk/debian/rules	2017-08-22 07:56:11 UTC (rev 14330)
@@ -3,6 +3,7 @@
 
 BUILD_DATE=$(shell LC_ALL=C date -u "+%B %d, %Y" -d "@$(SOURCE_DATE_EPOCH)")
 
+export LC_ALL=C.UTF-8
 export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/alot/
 
 %:




More information about the Python-apps-commits mailing list