<html><head></head><body bgcolor="#ffffff" text="#2e3436" link="#2a76c6" vlink="#2e3436"><div>Hi Paul,</div><div><br></div><div>On Sat, 2016-11-05 at 15:24 +0100, Paul Gevers wrote:</div><div>...</div><blockquote type="cite"><pre><blockquote type="cite">Please note that *.lpk files should be included in binary packages not
in source one because they are mandatory for lazarus to resolve
dependencies and paths of ppu files as explained one by Mattias Gaertner.</blockquote>
Abou, do you mean with binary packages the lcl-* packages instead of the
lazarus-src package? The latter is also a binary package, as the source
package is what you get if you run "apt-get source lazarus". So I not
100% sure I get what you mean. But anyways, putting it in
lcl-units-<version> is trivial, while putting it in
lazarus-src-<version> would be much more difficult.<br></pre><pre></pre></blockquote><pre>Maybe a command example is more clear than a whole paragraph:</pre><pre><pre># find /usr/lib/lazarus/1.6/components/ -name *.lpk -exec dpkg -S {} ';'</pre><pre>lcl-units-1.6: /usr/lib/lazarus/1.6/components/lazutils/lazutils.lpk</pre><pre>lcl-units-1.6: /usr/lib/lazarus/1.6/components/images/imagesforlazarus.lpk</pre><pre>lcl-units-1.6: /usr/lib/lazarus/1.6/components/lazdebuggers/lazdebuggerfp/lazdebuggerfp.lpk</pre><pre>lcl-units-1.6: /usr/lib/lazarus/1.6/components/lazdebuggers/lazdebuggerfpgdbmi/lazdebuggerfpgdbmi.lpk</pre><pre>lcl-units-1.6: /usr/lib/lazarus/1.6/components/lazdebuggers/lazdebuggerfpdserver/lazdebuggerfpdserver.lpk</pre><pre>lcl-units-1.6: /usr/lib/lazarus/1.6/components/simpleideintf/simpleideintf.lpk</pre><pre>...</pre>-- <br></pre><span style="font-family: monospace; white-space: pre;">Cheers,
Abou Al Montacir</span></body></html>