Copied from aerynOS/os-tools#571:
By default man3 pages get auto-patterned to the -devel subpackage but it seems there was an oversight and localized man3 pages are not included e.g. /usr/share/man/uk/man3/
@joebonrichie said that Ypkg probably has the same problem (it does), to which I said "it should be an easy fix." Little did I know that Ypkg uses its own Temu version of glob to do pattern matching. We should rip all of that out, and use proper glob from Python, because really, why wouldn't we?
See: https://github.com/getsolus/ypkg/blob/master/ypkg2/stringglob.py
See: https://github.com/getsolus/ypkg/blob/master/ypkg2/packages.py#L243
Copied from aerynOS/os-tools#571:
@joebonrichie said that Ypkg probably has the same problem (it does), to which I said "it should be an easy fix." Little did I know that Ypkg uses its own Temu version of
globto do pattern matching. We should rip all of that out, and use properglobfrom Python, because really, why wouldn't we?See: https://github.com/getsolus/ypkg/blob/master/ypkg2/stringglob.py
See: https://github.com/getsolus/ypkg/blob/master/ypkg2/packages.py#L243