Package: lazarus / 2.2.6+dfsg2-2
Metadata
Package | Version | Patches format |
---|---|---|
lazarus | 2.2.6+dfsg2-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
default_config.diff | (download) |
tools/install/linux/helpoptions.xml |
31 31 + 0 - 0 ! |
--- |
lcl with multple widget sets.diff | (download) |
lcl/Makefile.fpc |
1 1 + 0 - 0 ! |
--- |
drop_carbon_from_Makefiles.patch | (download) |
lcl/Makefile.fpc |
1 0 + 1 - 0 ! |
with carbon stripped from the source tree, we need to strip the carbon dir from the clean targets |
Fix case issue with code help.patch | (download) |
ide/codehelp.pas |
6 3 + 3 - 0 ! |
fixed a bug causing code help to handle only lower case file names. |
fix fpdoc crashes on lazarus documentation.patch | (download) |
lcl/include/lcl_defines.inc |
3 3 + 0 - 0 ! |
fpdoc fails to build the documentation leaving the documentation package empty |
fix perl shbang.patch | (download) |
tools/delete_non_svn_files.pl |
2 1 + 1 - 0 ! |
debian requires installed perl scripts to shbang perl directly |
Fix compilation of PascalScript.diff | (download) |
components/PascalScript/Source/arm.inc |
2 1 + 1 - 0 ! |
fix compilation of pascalscript for armel and m68k. |
Fixed end of line for resource file.diff | (download) |
lcl/interfaces/win32/win32wsextdlgs.rc |
26 13 + 13 - 0 ! |
fixed end of line for resource file. The file was in dos format on source and was imported as unix format. |
Fixed allowing arbitrary FPPKG path.patch | (download) |
ide/generatefppkgconfigurationdlg.pas |
16 1 + 15 - 0 ! |
[patch] ide: fppkg: fixed allowing arbitrary paths on non windows |
Added missing source file.patch | (download) |
components/PascalScript/Source/pascalscriptfcl.pas |
18 18 + 0 - 0 ! |
added missing source file. Lazarus is able to create automatically some source files. However these files are created at a read only location, which will trigger an error upon file creation. Temporary workaround is to packages these files so that they are found when needed. A more longterm solution whould be to generate then upon build process. |
Fixed compilation of testsuite on armel.patch | (download) |
components/lazreport/source/addons/addfunction/frFuncNum.pas |
2 1 + 1 - 0 ! |
fixed compilation of test suite on armel. The crash was due to a source file disabling FPU emulation. However, on armel, FPU emulation is needed as no hardware FPU is present. . This patch removed the compiler flag that disabled the FPU emulation. This should not harm, as on other targets, the compiler will by default use the hardware FPU. |
Fixed lcl docs installation path.patch | (download) |
docs/html/Makefile |
2 1 + 1 - 0 ! |
--- |