relpath
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Sun, 17 May 2026 11:31:42 +0000 (12:31 +0100)
committerPeter Blackman <peterb@debian.org>
Sun, 17 May 2026 11:31:42 +0000 (12:31 +0100)
commite35ba086aebb5ed306ad9c44b2f079276e24876a
tree97cbeadc71e6eaf69403a85032befd2ce29d4dab
parent76ecffed1fd582551dd948b77f4f09e4760aef40
relpath

This patch adds an utility for computing relative path according to a given
base directory. This is useful for libraries that are to install .lpk in
order to be used with lazarus. As these libraries may be compiled without
need to build depend on Lazarus, we add it in fp-utils package which is likely
to be used by any big project which build depends on fp-compiler.

Gbp-Pq: Name relpath.patch
fpcsrc/utils/fpmake.pp
fpcsrc/utils/relpath.pas [new file with mode: 0644]
install/man/man1/relpath.1 [new file with mode: 0644]