diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0a6270211..4df04f5c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +apt (1.6.6) bionic; urgency=medium + + * Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scripts. + Some post-invoke scripts install packages, which fails because + the environment variable is not set. This sets the variable for + all three kinds of scripts {pre,post-}invoke and pre-install-pkgs, + but we will only allow post-invoke at a later time. + (LP: #1796808) + + -- Julian Andres Klode <juliank@ubuntu.com> Tue, 09 Oct 2018 12:16:51 +0200 + apt (1.6.5) bionic; urgency=medium [ David Kalnischkies ] |