diff options
author | Guillem Jover <guillem@debian.org> | 2018-10-26 09:44:16 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-01-15 04:49:02 +0100 |
commit | 2d5b58849369c7d27be2f4271ff9e8d96a773288 (patch) | |
tree | 78deb5b64a218ad7a36f29dbda8d8744ddf325bf /debian | |
parent | 1a18c981857ab0e635907f83c4a63765a25aa96b (diff) | |
download | dpkg-2d5b58849369c7d27be2f4271ff9e8d96a773288.tar.gz |
u-a: Switch verbose selection into an enum
This makes the values and comparisons immediately clear.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1eba3f45f..b3c86a11e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -68,6 +68,7 @@ dpkg (1.19.3) UNRELEASED; urgency=medium like a boolean. - start-stop-daemon: Switch code to use new info() and debug() functions. - update-alternatives: Use enums for actions instead of strings. + - update-alternatives: Switch verbose selection into an enum. * Build system: - get-version: Use a format string with printf. - run-script: Use $() instead of deprecated ``. |