[reprotest] 02/02: Install locales-all to avoid warnings about missing locales

Ximin Luo infinity0 at debian.org
Mon Nov 28 19:15:28 UTC 2016


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

infinity0 pushed a commit to branch master
in repository reprotest.

commit d90a927fa90bdb8503f682ff84f5b8bb5cbb0feb
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Nov 28 20:14:20 2016 +0100

    Install locales-all to avoid warnings about missing locales
    
    Some packages' tests will fail in the presence of such warnings. This should
    *probably* not be the case, but it would take too much effort to investigate
    and fix all of these packages.
---
 reprotest/presets.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reprotest/presets.py b/reprotest/presets.py
index cf67693..d48188f 100644
--- a/reprotest/presets.py
+++ b/reprotest/presets.py
@@ -67,7 +67,7 @@ def preset_deb_schroot(preset):
     return preset.str_replace.build_command("dpkg-buildpackage",
         'PATH=/sbin:/usr/sbin:$PATH apt-get -y --no-install-recommends build-dep ./; dpkg-buildpackage'
     ).set.testbed_init(
-        'apt-get -y --no-install-recommends install util-linux disorderfs 2>/dev/null; \
+        'apt-get -y --no-install-recommends install util-linux disorderfs locales-all 2>/dev/null; \
         test -c /dev/fuse || mknod -m 666 /dev/fuse c 10 229'
     )
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list