|
It is currently intended that both builds are built with
different locales to get more variation.
In reproducible_build.sh LC_ALL is set to fr_CH.UTF-8.
But the minimal pbuilder currently doesn't know this locale,
so e.g. calling `date` still outputs English strings.
By including locales-all in the pbuilder tgz, all locales
will be available.
|