[Python-apps-commits] r8562 - in packages/veusz/trunk/debian (2 files)

jeremysanders-guest at users.alioth.debian.org jeremysanders-guest at users.alioth.debian.org
Mon Apr 30 19:08:15 UTC 2012


    Date: Monday, April 30, 2012 @ 19:08:13
  Author: jeremysanders-guest
Revision: 8562

Use LC_ALL, not LANG (thanks to Jakub Wilk)

Modified:
  packages/veusz/trunk/debian/changelog
  packages/veusz/trunk/debian/patches/arm-self-tests.diff

Modified: packages/veusz/trunk/debian/changelog
===================================================================
--- packages/veusz/trunk/debian/changelog	2012-04-30 18:31:07 UTC (rev 8561)
+++ packages/veusz/trunk/debian/changelog	2012-04-30 19:08:13 UTC (rev 8562)
@@ -6,7 +6,7 @@
   * Replace patches with use of upstream setup.py options and symlinks
   * Bumped Standards-Version to 3.9.3
   * Do not run incorrectly failing self tests (Closes: #654604)
-  * Patch self test to run as LANG=C
+  * Patch self test to run with LC_ALL=C
   * Update copyright header for released DEP5
 
  -- Jeremy Sanders <jeremy at jeremysanders.net>  Mon, 30 Apr 2012 19:21:00 +0100

Modified: packages/veusz/trunk/debian/patches/arm-self-tests.diff
===================================================================
--- packages/veusz/trunk/debian/patches/arm-self-tests.diff	2012-04-30 18:31:07 UTC (rev 8561)
+++ packages/veusz/trunk/debian/patches/arm-self-tests.diff	2012-04-30 19:08:13 UTC (rev 8562)
@@ -41,7 +41,7 @@
          sys.exit(fails)
  
  if __name__ == '__main__':
-+    os.environ['LANG'] = 'C'
++    os.environ['LC_ALL'] = 'C'
 +
      app = qt4.QApplication([])
  




More information about the Python-apps-commits mailing list