relpath
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Sun, 19 Jan 2025 13:47:51 +0000 (14:47 +0100)
committerAbou Al Montacir <abou.almontacir@sfr.fr>
Sun, 19 Jan 2025 13:47:51 +0000 (14:47 +0100)
commit6c6d35dd933cec941af4f8d6f9e1dd30a9c42279
treebd7688e2b9b181d3d8caaa6b219e774ae12aa11c
parent435d5d5b3edcbbc80c490ec3e05ff29b8d4aad40
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]