relpath
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Tue, 21 Sep 2021 19:22:17 +0000 (20:22 +0100)
committerRaspbian forward porter <root@raspbian.org>
Tue, 21 Sep 2021 19:22:17 +0000 (20:22 +0100)
commit36e42a105a6a5eadd52c963328277527db07a2b6
tree52fcb0b4da39bd92d234831756ba15c138d70cc4
parentcfc906ebf65f890704cb7832d9caa5e5244c92b8
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]