This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Commit 463634c
TAR-875 Fix man-pages showing "minimized" message
The dh_installman script calls "man" and captures its output to convert manpages
to utf8:
https://github.com/Debian/debhelper/blob/8523120dccaf5666425109da228b7e1778f15e8b/dh_installman#L298-L316
however, on minimized Ubuntu systems, man is overridden by a script that outputs
a warning message ("This system has been minimized by removing packages and
content ..").
As a result, all man-pages were be overwritten by that message.
This patch restores the actual `man` command before building to
work around this issue.
addresses docker/for-linux#639
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit e52fa49)
Upstream-commit: 8007c3ea8df04d642addf9bb786ea47f27d28103
Component: packaging1 parent 133699c commit 463634c
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
0 commit comments