man-db:main

Last commit made on 2024-04-21
Get this branch:
git clone -b main https://git.launchpad.net/man-db

Branch merges

Branch information

Name:
main
Repository:
lp:man-db

Recent commits

5d05d53... by Benno Schulenberg

Update Dutch translation

* po/nl.po: Update from Translation Project.

2614a85... by Colin Watson

Release man-db 2.12.1

0f1b3a9... by Colin Watson

Rebase argp-domain patch onto current Gnulib

* patches/argp-domain.patch: Rebase and resolve conflict.

114f606... by Colin Watson

Fix excessive cleanup of /var/cache/man by systemd-tmpfiles

Fixes https://gitlab.com/man-db/man-db/-/issues/36.

* init/systemd/man-db.conf.in: Only consider access times. Ignore
`/var/cache/man/index*` and `/var/cache/man/*/index*`.
* NEWS.md: Document this.

0cfdce6... by Seong-ho Cho

Update Korean manual page translation

* man/po4a/po/ko.po: Update from Translation Project.

11d011c... by Mario Blättermann

Update German manual page translation

* man/po4a/po/de.po: Update from Translation Project.

a995687... by Remus-Gabriel Chelu <email address hidden>

Update Romanian manual page translation

* man/po4a/po/ro.po: Update from Translation Project.

21fd8cb... by Colin Watson

Release man-db 2.12.1-pre1

f964709... by Colin Watson

Update translation files

* man/po4a/po/*.pot, man/po4a/po/*.po, po/*.pot, po/*.po: Update.

80bf76d... by Colin Watson

Update pre-commit hooks

* .pre-commit-config.yaml (shellcheck-py): Update to v0.10.0.1.
* src/tests/mandb-purge-updates-timestamp: Disable shellcheck SC2319;
the use of `$?` here is not problematic.
* tools/checkman: Use `find -newer` rather than non-POSIX `test -nt`.