summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2019-09-30 04:36:24 +0200
committerGuillem Jover <guillem@debian.org>2019-10-30 22:02:48 +0100
commit4cc04c4d9f8f5e8e7a2b19571836c69b7f382d45 (patch)
treebdaef50fe67376250aa629f76919022b9407b951 /debian
parent9628f047e3021de545b596a45300078f8145e640 (diff)
downloaddpkg-4cc04c4d9f8f5e8e7a2b19571836c69b7f382d45.tar.gz
man: Split dselect(1) --color from --colour option items
These become too long to fit in a 80-char terminal for many translations, so let's split them, as we do anyway for the preferred formatting to avoid the mandb warning.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2ca758f80..99b9b0de0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium
- Dpkg::Changelog: Document methods provided by subclasses.
Reported by Felix Lechner <felix.lechner@lease-up.com>.
- man: Globally adjust left and disable hyphenation.
+ - man: Split dselect(1) --color from --colour option items.
* Code internals:
- Dpkg::Source::Package: Refactor original tarball handling.
- perl: Use File::Copy instead of spawning mv/cp commands.