Package: fpc / 3.2.0+dfsg-12
Metadata
| Package | Version | Patches format |
|---|---|---|
| fpc | 3.2.0+dfsg-12 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| version.diff | (download) |
fpcsrc/compiler/version.pas |
9 4 + 5 - 0 ! |
--- |
| fix FPCDIR in fpcmake.diff | (download) |
fpcsrc/utils/fpcm/fpcmmain.pp |
58 56 + 2 - 0 ! |
--- |
| relpath.patch | (download) |
fpcsrc/utils/fpmake.pp |
1 1 + 0 - 0 ! |
--- |
| rename instantfpc to ifpc.patch | (download) |
fpcsrc/utils/instantfpc/Makefile.fpc |
2 1 + 1 - 0 ! |
--- |
| use bfd explicitly.diff | (download) |
fpcsrc/compiler/systems/t_linux.pas |
4 2 + 2 - 0 ! |
use ld.bfd explicitly Freepascal is broken with ld.gold, previously we conflicted with binutils-gold but that makes us uninstallable with the new binutils. So instead we take the approach of patching fpc to use ld.bfd directly |
| change path of localization files to fit Debian standar.patch | (download) |
fpcsrc/utils/fpdoc/dglobals.pp |
4 2 + 2 - 0 ! |
change path of localization fies to fit debian standard. (closes: bug#73368) Bug-Debian: http://bugs.debian.org/73368 |
| fix encoding of localization files to be utf8.patch | (download) |
fpcsrc/utils/fpdoc/intl/dglobals.de.po |
18 9 + 9 - 0 ! |
change path of localization fies to fit debian standard. (closes: bug#73368) Bug-Debian: http://bugs.debian.org/73368 |
| prevent_date_in_fpcdocs.patch | (download) |
fpcdocs/Makefile.fpc |
2 1 + 1 - 0 ! |
timestamps in fpc documentation are hindering reproducible builds Don't add the date to the footer of docs generated by fpdoc |
| disable_building_gnome1_and_gtk1.patch | (download) |
fpcsrc/packages/fpmake_add.inc |
4 0 + 4 - 0 ! |
disable the gnome1, gtk1, fpgtk and imlib packages to build as they depend on libraries long go removed from Debian. |
| fix IDE data file location.patch | (download) |
fpcsrc/packages/ide/fpini.pas |
6 3 + 3 - 0 ! |
align fp ide template file paths with debian standards The fp IDE looks for template files in /usr/bin where itself is installed. However this is not conform with Debian stadard for file locations. This patch fixes this by making the IDE looking for templates in the base installation directory. |
| honor_SOURCE_DATE_EPOCH_in_date.patch | (download) |
fpcsrc/compiler/globals.pas |
23 23 + 0 - 0 ! |
reproducible builds requires that the build time stamp is not recorded in binaries. In FPC they are fuild in via the $INCLUDE %DATE% directive which calls getdatestr in globals.pas. To allow reproducible builds we should honor the SOURCE_DATE_EPOCH environment variable. To not depend on the dateutil unit, we include the required code from that package here. |
| armhf tags.patch | (download) |
fpcsrc/compiler/arm/agarmgas.pas |
2 2 + 0 - 0 ! |
add tags to make armhf binaries come out correctly. Add elf tag to mark hardfp binaries as such. (Closes: 695547) |
| fix_source_location_for_documentation.patch | (download) |
fpcdocs/fcl-project.xml |
86 43 + 43 - 0 ! |
--- |
| fix spelling errors 3.patch | (download) |
fpcsrc/utils/fpcm/fpcmake.ini |
2 1 + 1 - 0 ! |
some more lintian detection spelling misstakes |
| remove depreciated ncursus variables declaration.patch | (download) |
fpcsrc/packages/ncurses/src/form.pp |
9 0 + 9 - 0 ! |
removed declaration of legacy ncursus variables. These variables are now internal and no more exported by new ncursus libraries. |
| drop jsminifier from build as we strip it.patch | (download) |
fpcsrc/packages/fcl-js/fpmake.pp |
2 0 + 2 - 0 ! |
the jsminifier.pp is not dfsg free. therefore we strip it during repack but we must prevent during build as well. Bug: https://bugs.freepascal.org/view.php?id=32288 |
| create directory before copy in Makefile.fpc.patch | (download) |
fpcdocs/Makefile.fpc |
3 3 + 0 - 0 ! |
prevent ftbfs by creating directories when required |
| fix units path to be multi arch safe.patch | (download) |
fpcsrc/packages/fpmkunit/src/fpmkunit.pp |
16 15 + 1 - 0 ! |
change path of unit files to make it support ma co-installation. (Closes: Bug#73368) Bug-Debian: http://bugs.debian.org/73368 |
| fix_make_files_generation.patch | (download) |
fpcsrc/Makefile.fpc |
2 1 + 1 - 0 ! |
fix sub directories in makefile.fpc to allor recursive generation. |
| clean_man_pages.patch | (download) |
install/man/man1/fpcjres.1 |
2 1 + 1 - 0 ! |
clean man pages to be lintian warnings and erros free. Lintian enforces strict policy on man pages. We try here to fix upstream files to ensure a lintian rules compatible files.. |
| ncurses6.patch | (download) |
fpcsrc/packages/ncurses/src/ncurses.pp |
5 3 + 2 - 0 ! |
--- |
| m68k disable FPU inlining.patch | (download) |
fpcsrc/compiler/m68k/n68kadd.pas |
5 1 + 4 - 0 ! |
disable fpu inlining on m68k There is a bug in the FPU code on m68k which causes the bootstrap to fail (upstream bug #37250). Until the bug has been fixed, disable FPU inlining to work around the issue and fix the bootstrap on m68k. . |
| Fix liking with libc when PIC is enabled.patch | (download) |
fpcsrc/rtl/linux/x86_64/si_c.inc |
4 2 + 2 - 0 ! |
@plt is needed for calls to link it properly with pic code |
| fix utest version lists.patch | (download) |
fpcsrc/tests/utils/testsuite/utests.pp |
6 5 + 1 - 0 ! |
fix version lists in utests.pp utests.pp has three version lists, the first defining an enumerated type and then the second two defining textual versions and svn branches for each enumeration entry. Unfortunately the first list was not consistent with each other resulting in a compile error. This patch expands the first list to match the others. |
