Bug#931094: in package dpkg marked as pending
Guillem Jover <[email protected]> Mon, 22 Jun 2026 05:07:49 +0200 (CEST)
| Newsgroups | gmane.linux.debian.devel.dpkg.bugs |
|---|---|
| Message-ID | <[email protected]> |
Control: tag 931094 pending
Hi!
Bug #931094 in package dpkg reported by you has been fixed in
the dpkg/dpkg.git Git repository. You can see the changelog below, and
you can check the diff of the fix at:
https://git.dpkg.org/cgit/dpkg/dpkg.git/diff/?id=c2d0742a7
---
man: Document that DPKG_PAGER only overrides PAGER when non-empty
POSIX specifies that PAGER should default to "more" or another paginator
utility when unset or empty.
Treating DPKG_PAGER being set to an empty string differently to being
unset, would break those semantics. So instead we document that it only
overrides PAGER when it is set.
Closes: #931094