LazPackager icon indicating copy to clipboard operation
LazPackager copied to clipboard

Lazarus IDE-plugin: Create a Debian package (.deb) or a Debian source package from your existing Lazarus project and upload to Launchpad PPA for automated building and packaging with one or two mouse...

Results 7 LazPackager issues
Sort by recently updated
recently updated
newest added

Made LazPackager compilable again with fpc & Lazarus stable versions (2.6.4 and 1.4.2) - "Tool.ShowAllOutput = true" commented (err: ID no member) - Tool.Filename -> Tool.Executable ("Filename" is deprecated) I...

I have tried to use the LazPackager on a Raspberry Pi (with recent Raspian installed on it) with Lazarus v1.6.2+dfsg-2. I first had installed the first version of the packager...

If I try to compile the package, I get the following error: ```lazpackagerbase.pas(289,13) Error: Identifier not found "CreateRelativePath"``` Apparently, the FileUtil unit isn’t included in the uses clause. Commit "gitignore...

Is anyone even maintaining this? e-mail me: [email protected] I commented out line 272, then line 289 threw an error. What to do?

Line 272 calls Tool.ShowAllOutput (I assume to make it verbose and output all), but ShowAllOutput is not in TIDEExternalToolOptions class. But TIDEExternalToolOptions .Quiet is, which, I assume, if set to...

When i try to install the package it fails: lazpackagerbase.pas(193,39) Error: identifier idents no member "Resources" line 193 is "ResList := LazarusIDE.ActiveProject.Resources as TAbstractProjectResources;" Ubuntu 13.04 with lazarus 0.9.30.4-4

Hi, Simple hello world project is working fine (I can create deb package), but if I try to add some external unit like httpsend.pas from synapse sockets (it is placed...