relpath
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Sat, 20 Aug 2022 12:31:18 +0000 (13:31 +0100)
committerGraham Inggs <ginggs@debian.org>
Sat, 20 Aug 2022 12:31:18 +0000 (13:31 +0100)
commit007e86423a019a22db128b7f48997eab355b5f94
treeae38254d3a1fc043527109a76937328d9707e065
parente8405540c21c96593c0fbf898120b20141517afe
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]