Package: lazarus / 2.0.10+dfsg-4
Metadata
Package | Version | Patches format |
---|---|---|
lazarus | 2.0.10+dfsg-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
default_config.diff | (download) |
tools/install/linux/helpoptions.xml |
28 28 + 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) |
docs/xml/lcl/graphics.xml |
290 120 + 170 - 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 |
arm_qt.patch | (download) |
components/virtualtreeview/include/intf/qt/vtgraphicsi.inc |
31 29 + 2 - 0 ! |
fix ftbfs on arm* |
Fix lazbuild random crash.patch | (download) |
components/ideintf/ideexterntoolintf.pas |
6 4 + 2 - 0 ! |
lazbuild fails to build some packages during auto tests. |
Fix compilation of PascalScript.diff | (download) |
components/PascalScript/Source/arm.inc |
2 1 + 1 - 0 ! |
fix compilation of pascalscript for armel and m68k. |
dwarf debug info type ppc64el.patch | (download) |
components/chmhelp/lhelp/Makefile.fpc |
2 1 + 1 - 0 ! |
use dwarf debug info type (-gw) for components/chmhelp/lhelp Stab debug info (-gs) used only in components/chmhelp/lhelp/Makefile.fp breaks ppc64el but not dwarf (-gw) also Dwarf is actually the recommended setting : https://wiki.freepascal.org/GDB_Debugger_Tips#Stabs_.28only_GDB.29 |