diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-23 21:50:37 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-23 21:50:37 +0000 |
commit | 7ec69ec1033c0f87ae10e325ec0dbfe31aa0148c (patch) | |
tree | c49bc034cf195595146bdcb25b7afc7edc6b5142 /pbuilder-modules | |
parent | 0707127c8722d0f3e6ee44ca6ecb86c504a08f56 (diff) | |
download | pbuilder-7ec69ec1033c0f87ae10e325ec0dbfe31aa0148c.tar pbuilder-7ec69ec1033c0f87ae10e325ec0dbfe31aa0148c.tar.gz |
pbuilder-modules: stop downloading translations of package descriptions
They are a waste of bandwidth and time, really useless in a build chroots.
Thanks: Paul Wise <pabs@debian.org> for the suggestion
Closes: #749961
Diffstat (limited to 'pbuilder-modules')
-rw-r--r-- | pbuilder-modules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pbuilder-modules b/pbuilder-modules index 2674773..f28b2db 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -435,6 +435,7 @@ EOF # configure /etc/apt.conf.d/15pbuilder cat > "$BUILDPLACE"/etc/apt/apt.conf.d/15pbuilder <<EOF APT::Install-Recommends "false"; +Acquire::Languages none; EOF if [ -n "$EXPERIMENTAL" ]; then log "I: Installing apt-lines and pinning for experimental" |