diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-04 15:46:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-04 15:46:58 -0400 |
commit | 5fec4bfafd215d930b3fee0b35d4e8cb3942c8b4 (patch) | |
tree | 754c4e5cec6aefae1fb95841c372d71393939265 /debian/changelog | |
parent | 5db7670623c2551c5cc1f6dc8ce02543b06cf671 (diff) |
let's not use debconf to display a possibly minor warning
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e11e941..ca4ce2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ etckeeper (1.14) UNRELEASED; urgency=medium - * Use debconf for prompting when post-install commit fails, as was - already done for pre-install commit. This avoids propigating - errors to apt when eg, git is misconfigured and cannot commit. + * Handle failure to commit in post-install, pre-install by showing a + warning, rather than propigating the error to apt. + This avoids breaking the apt run when eg, git is misconfigured and + cannot commit. + pre-install already did this when it was able to use debconf to display a + message, but now debconf is not used, and it always behaves this way. Closes: #760011 -- Joey Hess <joeyh@debian.org> Thu, 04 Sep 2014 15:41:39 -0400 |