diff options
author | Guillem Jover <guillem@debian.org> | 2017-01-30 03:02:31 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-01-15 04:49:02 +0100 |
commit | 1a18c981857ab0e635907f83c4a63765a25aa96b (patch) | |
tree | 5b21030ddd8fdfef09e1e94b34c3d44aa651d403 /debian | |
parent | 711f929ec0eea9b2248b1723e64c2021cf99c16d (diff) | |
download | dpkg-1a18c981857ab0e635907f83c4a63765a25aa96b.tar.gz |
u-a: Use enums for actions instead of strings
Parse them just once, and use proper enums, which means the compiler can
verify for us for typos and misspellings.
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 651b97f73..1eba3f45f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -67,6 +67,7 @@ dpkg (1.19.3) UNRELEASED; urgency=medium - start-stop-daemon: Compare foundany against 0 instead of treating it like a boolean. - start-stop-daemon: Switch code to use new info() and debug() functions. + - update-alternatives: Use enums for actions instead of strings. * Build system: - get-version: Use a format string with printf. - run-script: Use $() instead of deprecated ``. |