[Debian-med-packaging] Some remaining test failures (Was: Please help clarifying licensed)

Andreas Tille andreas at an3as.eu
Fri Jul 31 12:19:42 UTC 2015


On Fri, Jul 31, 2015 at 12:24:13AM -0700, Afif Elghraoui wrote:
> I always have unicode issues with pybuild when building packages since I
> have non-ascii characters in my directory path names. My workaround is
> to export LC_ALL=C.UTF-8 to debhelper.
> 
> So I'm wondering whether setting LC_ALL rather than LANG would resolve
> the problem.

Both ways

$ git diff
diff --git a/debian/rules b/debian/rules
index ef74da2..0e4920a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export PYBUILD_NAME=dendropy
        dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_test:
-       LANG=en_US.utf-8 dh_auto_test
+       LC_ALL=en_US.utf-8 dh_auto_test
 
 override_dh_install:
        dh_install


do not help. :-(

Kind regards

       Andreas.

-- 
http://fam-tille.de



More information about the Debian-med-packaging mailing list