summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* AppArmor: Allow troff to write to /tmp/groff*Colin Watson2020-07-04
| | | | Closes: #949320
* AppArmor: Silently deny dac_override and dac_read_search capabilitiesColin Watson2020-07-04
| | | | Closes: #962006
* releasing package man-db version 2.9.3-1debian/2.9.3-1archive/debian/2.9.3-1Colin Watson2020-06-22
|
* (B-)D: bsdextrautils | bsdmainutils (<< 12.1.1~)Colin Watson2020-06-22
| | | | Closes: #963483
* New upstream release (2.9.3)Colin Watson2020-06-22
|\
| * Import man-db_2.9.3.orig.tar.xzColin Watson2020-06-22
| |\
| | * Release man-db 2.9.3Colin Watson2020-06-22
| | |
| | * Avoid po4a confusion with \cColin Watson2020-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | po4a >= 0.58 (I think) changes its handling of \c slightly, resulting in incorrect output for the admittedly awkward uses of \c in man(1). Rearrange markup to avoid this. * man/man1/man.man1 (OVERVIEW): Recast description of the syntax of locale environment variables using \f[BIR] rather than .B/.RI and \c. (Controlling formatted output): Coalesce markup for the default prompt into a single .BI macro, avoiding the need for \c. Unfuzzy most translations. * NEWS: Document this.
| | * Fix po4a version comparisonColin Watson2020-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | po4a's versions don't quite conform to Perl's standard versioning arrangements, producing very confusing results when trying to compare two-component and three-component versions (because "0.47" is equivalent to "v0.470.0"). Perhaps we should use some other version comparison system instead, but in the meantime patch things up so that what we currently use behaves more sensibly. * man/po4a/Locale/Po4a/Manext.pm (_parse_version): New subroutine. (shiftline, pushline, translate): Use _parse_version, and always use a leading "v" on the right-hand side.
| | * Clarify description of zstd in configureColin Watson2020-06-01
| | | | | | | | | | | | | | | | | | | | | Suggested by crabbed halo ablution in Savannah bug #57558. * configure.ac: Describe zstd as "LZ77/entropy-coding compression utility".
* | | Update signature suffix to .asc rather than .sigColin Watson2020-06-22
| | |
* | | releasing package man-db version 2.9.2-1debian/2.9.2-1archive/debian/2.9.2-1Colin Watson2020-06-01
| | |
* | | New upstream release (2.9.2)Colin Watson2020-06-01
|\| |
| * | Import man-db_2.9.2.orig.tar.xzColin Watson2020-06-01
| |\|
| | * Release man-db 2.9.2Colin Watson2020-06-01
| | |
| | * Update to Gnulib 20200531Colin Watson2020-06-01
| | | | | | | | | | | | | | | | | | * bootstrap: Sync to Gnulib d4429157c13b49d1749f5ea18fb30e24ffa646aa. * bootstrap.conf (GNULIB_REVISION): Set to d4429157c13b49d1749f5ea18fb30e24ffa646aa.
| | * Add support for zstd-compressed manual pagesBernhard Rosenkränzer2020-06-01
| | | | | | | | | | | | | | | | | | | | | * configure.ac: Check for zstd. * include/comp_src.h.in (comp_list): Add zstd. * include/manconfig.h.in: Define UNZSTD. * NEWS: Document this.
| | * Fix configure logic for enabling COMP_CATColin Watson2020-05-31
| | | | | | | | | | | | | | | | | | | | | Only enable COMP_CAT if a compressor is defined. (We don't have all possible decompression utilities set up to be compressors too.) * configure.ac: Only enable COMP_CAT if $compressor is non-empty.
| | * Make gxditview work with seccomp sandboxColin Watson2020-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "man -X" and friends used to work by running groff with -X, causing it to run gxditview itself. This didn't work with the seccomp sandbox: the sorts of system calls that a text processor needs to make are not very much related to the sorts of system calls that an X client needs to make. Instead, run groff with -X -Z to pass the appropriate options to troff but stop it from running gxditview, and then run gxditview ourselves without sandboxing. This also lets us set a better window title. * src/man.c (make_roff_command): In gxditview mode, run groff with -Z as well as -X. (make_display_command): In gxditview mode, add an appropriate gxditview process. (display): In gxditview mode, call the ordinary "display formatted page" logic, without saving a cat page.
| | * * NEWS: Move misplaced entry to "Fixes".Colin Watson2020-05-31
| | |
| | * Fix document font size for -X75-12 and -X100-12Colin Watson2020-05-31
| | | | | | | | | | | | | | | | | | | | | | | | Reported by Konrad Schwarz. * src/man.c (make_roff_command): Add the "-rS12" argument if the argument to -X contains "-12". * NEWS: Document this.
| | * Update French manual page translationStéphane Aulery2020-05-17
| | | | | | | | | | | | | | | * man/po4a/po/fr.po: Update from Translation Project. * man/THANKS: Update translator credit.
| | * Update German manual page translationMario Blättermann2020-04-12
| | | | | | | | | | | | | | | | | | Fixes Debian bug #955320. * man/po4a/po/de.po: Update from Translation Project.
| | * NEWS: Remove superfluous ")"Colin Watson2020-04-12
| | |
| | * Update Simplified Chinese manual page translationBoyuan Yang2020-04-04
| | | | | | | | | | | | * man/po4a/po/zh_CN.po: Update from Translation Project.
| | * Update Serbian translationМирослав Николић2020-04-02
| | | | | | | | | | | | * po/sr.po: Update from Translation Project.
| | * Add bug tracker link to manual pagesColin Watson2020-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Savannah bug #58039. * man/man1/apropos.man1 (BUGS), man/man1/lexgrog.man1 (BUGS), man/man1/man-recode.man1 (BUGS), man/man1/man.man1 (BUGS), man/man1/manconv.man1 (BUGS), man/man1/manpath.man1 (BUGS), man/man1/whatis.man1 (BUGS), man/man1/zsoelim.man1 (BUGS), man/man8/accessdb.man8 (BUGS), man/man8/catman.man8 (BUGS), man/man8/mandb.man8 (BUGS): New section, containing a link to the bug tracker. * man/man5/manpath.man5 (BUGS): Add a link to the bug tracker. * NEWS: Document this.
| | * man/man8/*: Fix misuse of two-fonts macrosBjarni Ingi Gislason2020-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the misuse of a two-fonts macro, which function is to 1) use the first font for each odd numbered argument and the second font for all others. 2) join (output) the arguments without an intervening space. Fixes Debian bug #955187. * man/man8/accessdb.man8 (OPTIONS): Use a one-font macro when there is only a single argument. * man/man8/catman.man8 (OPTIONS): Likewise. * man/man8/mandb.man8 (OPTIONS): Likewise. Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
| | * man/man1/*: Fix misuse of two-fonts macrosBjarni Ingi Gislason2020-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the misuse of a two-fonts macro, which function is to 1) use the first font for each odd numbered argument and the second font for all others. 2) join (output) the arguments without an intervening space. Fixes Debian bug #955185. * man/man1/lexgrog.man1 (OPTIONS): Use a one-font macro when there is only a single argument. * man/man1/man-recode.man1 (OPTIONS): Likewise. * man/man1/man.man1 (DESCRIPTION): Likewise. * man/man1/whatis.man1 (OPTIONS): Likewise. * man/man1/zsoelim.man1 (DESCRIPTION): Likewise. Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
* | | Merge branch 'lintian-fixes' into 'master'Colin Watson2020-05-01
|\ \ \ | | | | | | | | | | | | | | | | Fix some issues reported by lintian See merge request debian/man-db!5
| * | | Rely on pre-initialized dpkg-architecture variables.Debian Janitor2020-04-25
| | | | | | | | | | | | | | | | | | | | Fixes: lintian: debian-rules-sets-dpkg-architecture-variable See-also: https://lintian.debian.org/tags/debian-rules-sets-dpkg-architecture-variable.html
| * | | Drop unnecessary dh arguments: --parallelDebian Janitor2020-04-25
| | | | | | | | | | | | | | | | | | | | Fixes: lintian: debian-rules-uses-unnecessary-dh-argument See-also: https://lintian.debian.org/tags/debian-rules-uses-unnecessary-dh-argument.html
| * | | Drop unnecessary dependency on dh-autoreconf.Debian Janitor2020-04-25
| | | | | | | | | | | | | | | | | | | | Fixes: lintian: useless-autoreconf-build-depends See-also: https://lintian.debian.org/tags/useless-autoreconf-build-depends.html
| * | | Bump debhelper from deprecated 9 to 12.Debian Janitor2020-04-25
| | | | | | | | | | | | | | | | | | | | Fixes: lintian: package-uses-deprecated-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
| * | | Wrap long lines in changelog entries: 2.3.10-40.Debian Janitor2020-04-25
| | | | | | | | | | | | | | | | | | | | Fixes: lintian: debian-changelog-line-too-long See-also: https://lintian.debian.org/tags/debian-changelog-line-too-long.html
| * | | Trim trailing whitespace.Debian Janitor2020-04-25
|/ / / | | | | | | | | | | | | Fixes: lintian: file-contains-trailing-whitespace See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html
* | | releasing package man-db version 2.9.1-1debian/2.9.1-1archive/debian/2.9.1-1Colin Watson2020-02-25
| | |
* | | New upstream release (2.9.1)Colin Watson2020-02-25
|\| |
| * | Import man-db_2.9.1.orig.tar.xzColin Watson2020-02-25
| |\|
| | * Release man-db 2.9.1Colin Watson2020-02-25
| | |
| | * Update to Gnulib 20200224Colin Watson2020-02-25
| | | | | | | | | | | | | | | | | | | | | | | | * bootstrap: Sync to Gnulib d279bc6d9f9323e19ad8c32b6d12ff96dfb0f5ba. * bootstrap.conf (GNULIB_REVISION): Set to d279bc6d9f9323e19ad8c32b6d12ff96dfb0f5ba. (gnulib_modules): Add havelib, needed for AM_GNU_GETTEXT in configure.ac.
| | * Add cat path configuration for /snap/manColin Watson2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | Add MANDB_MAP entry mapping the prospective /snap/man directory to /var/cache/man/snap, as discussed with the snapd team. * src/man_db.conf.in: Add "MANDB_MAP /snap/man /var/cache/man/snap". * NEWS: Document this.
| | * Update Esperanto translationFelipe Castro2019-12-26
| | | | | | | | | | | | * po/eo.po: Update from Translation Project.
| | * Update Swedish manual page translationSebastian Rasmussen2019-12-26
| | | | | | | | | | | | * man/po4a/po/sv.po: Update from Translation Project.
| | * Update Swedish translationSebastian Rasmussen2019-12-26
| | | | | | | | | | | | * po/sv.po: Update from Translation Project.
| | * Drop fdutimens patch for GNU/HurdColin Watson2019-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bug (https://bugs.debian.org/762677) that this was working around was fixed in glibc 2.28, or Debian glibc 2.27-2. * patches/fdutimens-hurd.patch: Remove. * bootstrap.conf (bootstrap_post_import_hook): Stop applying patches/fdutimens-hurd.patch. * Makefile.am (EXTRA_DIST): Remove patches/fdutimens-hurd.patch. * NEWS: Document this.
* | | Don't run CI on tagsColin Watson2019-12-14
| | |
* | | releasing package man-db version 2.9.0-2debian/2.9.0-2archive/debian/2.9.0-2Colin Watson2019-12-12
| | |
* | | AppArmor: Allow groff to read /etc/papersizeColin Watson2019-12-01
| | | | | | | | | | | | | | | | | | Thanks, Bruce Momjian. Closes: #945909
* | | releasing package man-db version 2.9.0-1debian/2.9.0-1archive/debian/2.9.0-1Colin Watson2019-10-23
| | |