relpath
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Mon, 18 Dec 2023 22:01:08 +0000 (23:01 +0100)
committerAbou Al Montacir <abou.almontacir@sfr.fr>
Mon, 18 Dec 2023 22:01:08 +0000 (23:01 +0100)
commit4d8e2770462e4e7fead67fefbedf14a1af51bb1a
tree7bdb7e2b34ab88015e93d0e2374ac48798d43eaa
parent3825b0e1c99b74dc7b07b73c5c17729ec03d0c6e
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]