diff options
author | Guillem Jover <guillem@debian.org> | 2018-11-14 04:26:21 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-01-22 13:41:53 +0100 |
commit | 4b1b8a20f00a97b1e8e3e9e7ba0183e8f6f0059e (patch) | |
tree | 6d2f84e6aedc73c88dd10e41a1608cbf968f6cc0 /debian | |
parent | 9245729c8540dae3a943c6f1d5c9554ba3fcdf46 (diff) | |
download | dpkg-4b1b8a20f00a97b1e8e3e9e7ba0183e8f6f0059e.tar.gz |
dpkg: Fix --help output to clarify optional arguments
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 6b223549f..2a756508f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,7 @@ dpkg (1.19.3) UNRELEASED; urgency=medium breaking level, so to avoid generating artificial trigger cycles, when we end up trying to process triggers with yet unsatisifiable dependencies. Closes: #810724, #854478, #911620 + * dpkg: Fix --help output, to clarify which arguments are optional. * Perl modules: - Dpkg::Changelog::Debian: Preserve modelines at EOF. Closes: #916056 Thanks to Chris Lamb <lamby@debian.org> for initial test cases. |