summaryrefslogtreecommitdiff
path: root/man/dpkg-statoverride.man
AgeCommit message (Collapse)AuthorFilesLines
2019-10-30man: Globally adjust left and disable hyphenationGuillem Jover1-0/+1
These were being applied in the SEE ALSO section, but not consistently. The output is more clear this way.
2019-02-23dpkg: Add new option --refuse-security-mac to control SELinuxGuillem Jover1-0/+5
This new option works in both dpkg and dpkg-statoverride. And dpkg will pass it to its children, which means dpkg-statoverride called from a maintainer script will automatically pick it up. Ref: #811037
2019-02-23dpkg-statoverride: Switch from --force option to new --force-<thing> optionsGuillem Jover1-0/+8
Deprecate --force option which will be considered an alias for --force-all for now.
2019-02-23dpkg-statoverride: Add support for --force-* optionsGuillem Jover1-0/+23
2018-10-08dpkg-divert, dpkg-statoverride: Add new --instdir and --root optionsGuillem Jover1-4/+20
This makes it possible to use alternative installation directories. And will make these commands honor those directories when specified for dpkg, and passed down to the maintainer script via the DPKG_ROOT environment variable.
2017-10-22man: Document DPKG_COLORS environment variable for all programs using itGuillem Jover1-0/+5
2016-11-06man: Use %VERSION% in dpkg-statoverride(1) source item .TH macroGuillem Jover1-1/+1
2016-11-06man: Use "dpkg suite" as the manual item in .TH macroGuillem Jover1-1/+1
2016-10-30man: Disable hyphenation globallyGuillem Jover1-0/+1
Instead of marking specific words as not hyphenable, depending on the width of the output, which should not be considered stable. Or simply the SEE ALSO section. Just disable hyphenation globally for the whole man page.
2016-10-30man: Switch from groff escape sequences to UTF-8Guillem Jover1-3/+3
This will make writting and translating the man pages easier.
2016-10-30man: Generate the man pages at build timeGuillem Jover1-0/+117
This makes it possible to filter them and update several variable strings such as system and package pathnames, the release date and the dpkg suite version. And will make it possible to use UTF-8 in the source and convert to the more conservative groff escape sequences on the output.