]> git.saurik.com Git - apt.git/commit
let DPKG_COLORS default to our APT::Color setting
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 3 May 2016 12:11:30 +0000 (14:11 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 3 May 2016 12:19:29 +0000 (14:19 +0200)
commitad24ea39b5dd0ce990a20a60b888511261ec21e1
treeabde73193c4bad5743949087c8df9bbdcdf396a8
parent6afe25b56467b228fdd7c045d1062b12c0408e7c
let DPKG_COLORS default to our APT::Color setting

dpkg can optionally colorize its output since 1.18.5. Currently this
defaults to 'never', but it will eventually be 'auto'. It seems
reasonable to assume that a user who has enabled/disabled colors in apt
will want to have dpkg have the same state regarding color usage.

This isn't overriding explicit settings by the user, so in case a user
feels strongly about it one way or the other there are options.
apt-pkg/deb/dpkgpm.cc