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.
Abou Al Montacir [Wed, 16 Jan 2019 09:14:10 +0000 (09:14 +0000)]
fpc (3.0.4+dfsg-21) unstable; urgency=medium
[ Paul Gevers ]
* Drop Recommends: libggi2-dev as it was removed from Debian in 2012.
We should probably remove ggigraphs unit as well as it is useless
* Drop ancient Breaks/Replaces, add one missing
[ Abou Al Montacir ]
* Moved compiler messages files to location expected by Lazarus.
The files are anyway architecture independent and it does not hurt
to have them in /usr/share. (Closes: Bug#892285)