summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
fix-spelling-errors-3
Gbp-Pq: Name fix-spelling-errors-3.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
fix_source_location_for_documentation
===================================================================
Gbp-Pq: Name fix_source_location_for_documentation.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
armhf-fix-vstr-vld-offset
Gbp-Pq: Name armhf-fix-vstr-vld-offset.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
fix-spelling-errors_more
Gbp-Pq: Name fix-spelling-errors_more.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
ppdep-fix-else-handling
Gbp-Pq: Name ppdep-fix-else-handling.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
further-arm64-fixes
cat ../fpc-svnbranchdiff | filterdiff -p0 '-icompiler/aarch64/*' --addoldprefix=a/fpcsrc/ --addnewprefix=b/fpcsrc/ | filterdiff -p1 -xfpcsrc/compiler/aarch64/symcpu.pas > debian/patches/further-arm64-fixes.patch
.
The changes in symcpu.pas were excluded because they
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830906
Gbp-Pq: Name further-arm64-fixes.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
fix_powerpc_ftbfs_with_new_glibc
Gbp-Pq: Name fix_powerpc_ftbfs_with_new_glibc.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
armhf-tags
Gbp-Pq: Name armhf-tags.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
after_patch_arm64_systems.pas
release)
Source: http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/compiler/systems.pas?r1=32102&r2=32101&view=patch
Bug-Debian: https://bugs.debian.org/807479
Gbp-Pq: Name after_patch_arm64_systems.pas.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
let_ppudump_honor_TZ_var
Gbp-Pq: Name let_ppudump_honor_TZ_var.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
honor_SOURCE_DATE_EPOCH_in_date
Gbp-Pq: Name honor_SOURCE_DATE_EPOCH_in_date.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
add-arm64-support
Gbp-Pq: Name add-arm64-support.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
fix_FTBFS_on_linux_not_amd64
Gbp-Pq: Name fix_FTBFS_on_linux_not_amd64.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
fix-IDE-data-file-location
===================================================================
Gbp-Pq: Name fix-IDE-data-file-location.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
disable_building_gnome1_and_gtk1
Gbp-Pq: Name disable_building_gnome1_and_gtk1.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
prevent_date_in_fpcdocs
===================================================================
Gbp-Pq: Name prevent_date_in_fpcdocs.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
prevent_date_in_fpcMakefiles
Gbp-Pq: Name prevent_date_in_fpcMakefiles.patch
Abou Al Montacir [Wed, 15 Jan 2014 20:49:04 +0000 (21:49 +0100)]
Change path of localization fies to fit Debian standard. (Closes: Bug#73368)
Gbp-Pq: Name fix-encoding-of-localization-files-to-be-utf8.patch
Abou Al Montacir [Wed, 15 Jan 2014 20:49:04 +0000 (21:49 +0100)]
Change path of localization fies to fit Debian standard. (Closes: Bug#73368)
Gbp-Pq: Name change-path-of-localization-files-to-fit-Debian-standar.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
use-bfd-explicitly
Gbp-Pq: Name use-bfd-explicitly.diff
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
rename-instantfpc-to-ifpc
This patch renames instantfpc to ifpc (Instant Free Pascal Compiler) and adds
man files for it.
Gbp-Pq: Name rename-instantfpc-to-ifpc.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
fix-spell-errors
Gbp-Pq: Name fix-spell-errors.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
relpath
This patch adds an utility for computing relative path according to a given
base directory. This is useful for libraries that are to install .lpk in
order to be used with lazarus. As these libraries may be compiled without
need to build depend on Lazarus, we add it in fp-utils package which is likely
to be used by any big project which build depends on fp-compiler.
Gbp-Pq: Name relpath.patch
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
fix-FPCDIR-in-fpcmake
This patch fixes evaluation of default value for FPCDIR. (Closes: bug#662814)
Gbp-Pq: Name fix-FPCDIR-in-fpcmake.diff
Pascal Packaging Team [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
version
This patch adds Debian build version to compiler full version.
Gbp-Pq: Name version.diff
Raspbian forward porter [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
fpc (3.0.2+dfsg-5+rpi1) buster-staging; urgency=medium
[changes brought forward from 2.6.4+dfsg-4+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Mon, 20 Oct 2014 23:12:17 +0000]
* Set compiler defaults for raspbian.
[dgit import unpatched fpc 3.0.2+dfsg-5+rpi1]
Raspbian forward porter [Thu, 24 Aug 2017 15:25:31 +0000 (16:25 +0100)]
Import fpc_3.0.2+dfsg-5+rpi1.debian.tar.xz
[dgit import tarball fpc 3.0.2+dfsg-5+rpi1 fpc_3.0.2+dfsg-5+rpi1.debian.tar.xz]
Paul Gevers [Wed, 8 Mar 2017 19:13:08 +0000 (19:13 +0000)]
Import fpc_3.0.2+dfsg.orig.tar.gz
[dgit import orig fpc_3.0.2+dfsg.orig.tar.gz]