relpath
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Fri, 7 Jun 2024 22:47:33 +0000 (00:47 +0200)
committerAbou Al Montacir <abou.almontacir@sfr.fr>
Fri, 7 Jun 2024 22:47:33 +0000 (00:47 +0200)
commit05f9deadba67684ef81e2805242ce11a6c8d1f89
tree8a13a10ddae880d22e10121fb1ac6ab90e8c6398
parent2f017f866a3f66740fff144d887c14b79d56a3b8
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]