fpc.git
5 years agoUpdate raspbian quilt patch for fpc 3.2 archive/raspbian/3.2.0+dfsg-8+rpi1 raspbian/3.2.0+dfsg-8+rpi1
Peter Michael Green [Mon, 24 Aug 2020 23:51:36 +0000 (23:51 +0000)]
Update raspbian quilt patch for fpc 3.2

5 years agoManual merge of version 3.0.4+dfsg-23+rpi1 and 3.2.0+dfsg-8 to produce 3.2.0+dfsg...
Peter Michael Green [Mon, 24 Aug 2020 15:29:58 +0000 (15:29 +0000)]
Manual merge of version 3.0.4+dfsg-23+rpi1 and 3.2.0+dfsg-8 to produce 3.2.0+dfsg-8+rpi1

5 years agoMerge fpc (3.2.0+dfsg-8) import into refs/heads/workingbranch
Peter Michael Green [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
Merge fpc (3.2.0+dfsg-8) import into refs/heads/workingbranch

5 years agofix version lists in utests.pp
Pascal Packaging Team [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
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.
Author: Peter Michael Green <plugwash@debian.org>

Gbp-Pq: Name fix-utest-version-lists.patch

5 years ago@PLT is needed for calls to link it properly with pic code
Florian Klämpfl [Mon, 3 Aug 2020 19:42:14 +0000 (19:42 +0000)]
@PLT is needed for calls to link it properly with pic code

Gbp-Pq: Name Fix-liking-with-libc-when-PIC-is-enabled.patch

5 years agofix-FTBFS-on-m68k
Pascal Packaging Team [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
fix-FTBFS-on-m68k

===================================================================

Gbp-Pq: Name fix-FTBFS-on-m68k.patch

5 years agoncurses6
Pascal Packaging Team [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
ncurses6

Patch to update ncurses.pp for ncurses 6 by Sven Joachim
Taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894049#39

Gbp-Pq: Name ncurses6.patch

5 years agoClean man pages to be lintian warnings and erros free.
Abou Al Montacir [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
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..

Gbp-Pq: Name clean_man_pages.patch

5 years agoFix sub directories in Makefile.fpc to allor recursive generation.
Abou Al Montacir [Mon, 4 Dec 2017 22:55:22 +0000 (23:55 +0100)]
Fix sub directories in Makefile.fpc to allor recursive generation.

Gbp-Pq: Name fix_make_files_generation.patch

5 years agoChange path of unit files to make it support MA co-installation.
Abou Al Montacir [Sun, 12 Nov 2017 21:24:15 +0000 (22:24 +0100)]
Change path of unit files to make it support MA co-installation.

Bug-Debian: http://bugs.debian.org/73368

(Closes: Bug#73368)

Gbp-Pq: Name fix-units-path-to-be-multi-arch-safe.patch

5 years agoPrevent FTBFS by creating directories when required
Paul Gevers [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
Prevent FTBFS by creating directories when required

===================================================================

Gbp-Pq: Name create-directory-before-copy-in-Makefile.fpc.patch

5 years agothe jsminifier.pp is not dfsg free. Therefore we strip it during
Paul Gevers [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
the jsminifier.pp is not dfsg free. Therefore we strip it during

Bug: https://bugs.freepascal.org/view.php?id=32288

repack but we must prevent during build as well.
===================================================================

Gbp-Pq: Name drop-jsminifier-from-build-as-we-strip-it.patch

5 years agoRemoved declaration of legacy ncursus variables.
Abou Al Montacir [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
Removed declaration of legacy ncursus variables.

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789091

These variables are now internal and no more exported by new ncursus libraries.

Gbp-Pq: Name remove-depreciated-ncursus-variables-declaration.patch

5 years agosome more Lintian detection spelling misstakes
Paul Gevers [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
some more Lintian detection spelling misstakes

Gbp-Pq: Name fix-spelling-errors-3.patch

5 years agofix_source_location_for_documentation
Pascal Packaging Team [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
fix_source_location_for_documentation

===================================================================

Gbp-Pq: Name fix_source_location_for_documentation.patch

5 years agoAdd tags to make armhf binaries come out correctly.
Peter Michael Green [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
Add tags to make armhf binaries come out correctly.

Bug-Debian: https://bugs.debian.org/695547

Add elf tag to mark hardfp binaries as such. (Closes: 695547)

Gbp-Pq: Name armhf-tags.patch

5 years agoReproducible builds requires that the build time stamp is not
Paul Gevers [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
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.

Gbp-Pq: Name honor_SOURCE_DATE_EPOCH_in_date.patch

5 years agoAlign fp IDE template file paths with Debian standards
Abou Al Montacir [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
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.
===================================================================

Gbp-Pq: Name fix-IDE-data-file-location.patch

5 years agoDisable the gnome1, gtk1, fpgtk and imlib packages to build
Paul Gevers [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
Disable the gnome1, gtk1, fpgtk and imlib packages to build

as they depend on libraries long go removed from Debian.

Gbp-Pq: Name disable_building_gnome1_and_gtk1.patch

5 years agoTimestamps in fpc documentation are hindering reproducible builds
Paul Gevers [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
Timestamps in fpc documentation are hindering reproducible builds

Forwarded: no

Don't add the date to the footer of docs generated by fpdoc
===================================================================

Gbp-Pq: Name prevent_date_in_fpcdocs.patch

5 years agoChange path of localization fies to fit Debian standard. (Closes: Bug#73368)
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)

Bug-Debian: http://bugs.debian.org/73368

Gbp-Pq: Name fix-encoding-of-localization-files-to-be-utf8.patch

5 years agoChange path of localization fies to fit Debian standard. (Closes: Bug#73368)
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)

Bug-Debian: http://bugs.debian.org/73368

Gbp-Pq: Name change-path-of-localization-files-to-fit-Debian-standar.patch

5 years agoUse ld.bfd explicitly
Peter Michael Green [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
Use ld.bfd explicitly

Bug-Debian: http://bugs.debian.org/620815
Bug-Debian: http://bugs.debian.org/624525
Bug-Debian: http://bugs.debian.org/717651

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

Gbp-Pq: Name use-bfd-explicitly.diff

5 years agorename-instantfpc-to-ifpc
Pascal Packaging Team [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +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

5 years agorelpath
Pascal Packaging Team [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +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

5 years agofix-FPCDIR-in-fpcmake
Pascal Packaging Team [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
fix-FPCDIR-in-fpcmake

This patch fixes evaluation of default value for FPCDIR. (Closes: bug#662814)

This patch fixes evaluation of default value for FPCDIR. (Closes: bug#662814)

Gbp-Pq: Name fix-FPCDIR-in-fpcmake.diff

5 years agoversion
Pascal Packaging Team [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
version

This patch adds Debian build version to compiler full version.

Gbp-Pq: Name version.diff

5 years agofpc (3.2.0+dfsg-8) unstable; urgency=medium
Peter Michael Green [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
fpc (3.2.0+dfsg-8) unstable; urgency=medium

  * Further updates to list of expected test failures on arm32/arm64
    + add ../packages/rtl-objpas/tests/testrunner.rtlobjpas on arm32/arm64
    + add webtbs/tw22992 on arm32
    + add webtbs/tw23185 on arm32

[dgit import unpatched fpc 3.2.0+dfsg-8]

5 years agoImport fpc_3.2.0+dfsg-8.debian.tar.xz
Peter Michael Green [Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)]
Import fpc_3.2.0+dfsg-8.debian.tar.xz

[dgit import tarball fpc 3.2.0+dfsg-8 fpc_3.2.0+dfsg-8.debian.tar.xz]

5 years agoImport fpc_3.2.0+dfsg.orig.tar.xz
Abou Al Montacir [Fri, 5 Jun 2020 22:27:44 +0000 (23:27 +0100)]
Import fpc_3.2.0+dfsg.orig.tar.xz

[dgit import orig fpc_3.2.0+dfsg.orig.tar.xz]

6 years agoMerge version 3.0.4+dfsg-22+rpi1 and 3.0.4+dfsg-23 to produce 3.0.4+dfsg-23+rpi1 archive/raspbian/3.0.4+dfsg-23+rpi1 raspbian/3.0.4+dfsg-23+rpi1
Raspbian automatic forward porter [Thu, 28 Nov 2019 13:08:52 +0000 (13:08 +0000)]
Merge version 3.0.4+dfsg-22+rpi1 and 3.0.4+dfsg-23 to produce 3.0.4+dfsg-23+rpi1

6 years agoMerge fpc (3.0.4+dfsg-23) import into refs/heads/workingbranch
Abou Al Montacir [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
Merge fpc (3.0.4+dfsg-23) import into refs/heads/workingbranch

6 years agoFix-documentation-causing-fpdoc-to-crash
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
Fix-documentation-causing-fpdoc-to-crash

Gbp-Pq: Name Fix-documentation-causing-fpdoc-to-crash.patch

6 years agoFix-exit-code-on-fpdoc
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
Fix-exit-code-on-fpdoc

Gbp-Pq: Name Fix-exit-code-on-fpdoc.patch

6 years agoarm64-subsetreg-32
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
arm64-subsetreg-32

This patch is based on the commit detailed below with paths adjusted
to match the Debian fpc package --plugwash
commit 3683d8b018c6acbce468e8db6478328e38b87fcf
Author: Jonas Maebe <jonas.maebe@elis.ugent.be>
Date:   Sun Dec 9 14:46:52 2018 +0000

      * when optimising subsetreg moves for aarch64, take into account the fact
        that the subsetreg itself can be 32 or 64 bit (mantis #33607)

    git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@40512 3ad0048d-3df7-0310-abae-a5850022a9f2

Gbp-Pq: Name arm64-subsetreg-32.patch

6 years agoarm64-select
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
arm64-select

This patch is based on the commit detailed below with paths adjusted
to match the Debian fpc package --plugwash
commit e8335a145bfe3af52eed8d0d74ae3a461bbe9d1e
Author: Marco van de Voort <marcov@stack.nl>
Date:   Wed Mar 30 19:21:05 2016 +0000

     * fix timespec=nil for -dgeneric_linux_syscalls (aarch64) case.

    git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@33392 3ad0048d-3df7-0310-abae-a5850022a9f2

Gbp-Pq: Name arm64-select.patch

6 years agofpc-r38400
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
fpc-r38400

Gbp-Pq: Name fpc-r38400.patch

6 years agoncurses6
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
ncurses6

Patch to update ncurses.pp for ncurses 6 by Sven Joachim
Taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894049#39

Gbp-Pq: Name ncurses6.patch

6 years agofpcmake-m68k
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
fpcmake-m68k

Gbp-Pq: Name fpcmake-m68k.patch

6 years agoclean_man_pages
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
clean_man_pages

Gbp-Pq: Name clean_man_pages.patch

6 years agofix-IDE-GDB-support
Abou Al Montacir [Sun, 7 Jan 2018 11:40:45 +0000 (12:40 +0100)]
fix-IDE-GDB-support

Gbp-Pq: Name fix-IDE-GDB-support.patch

6 years agofix_make_files_generation
Abou Al Montacir [Mon, 4 Dec 2017 22:55:22 +0000 (23:55 +0100)]
fix_make_files_generation

Gbp-Pq: Name fix_make_files_generation.patch

6 years agofix-units-path-to-be-multi-arch-safe
Abou Al Montacir [Sun, 12 Nov 2017 21:24:15 +0000 (22:24 +0100)]
fix-units-path-to-be-multi-arch-safe

Gbp-Pq: Name fix-units-path-to-be-multi-arch-safe.patch

6 years agoFix for failures on FileNameCaseSensitive systems
pierre [Mon, 2 Feb 2015 21:49:36 +0000 (21:49 +0000)]
Fix for failures on FileNameCaseSensitive systems

git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@29609 3ad0048d-3df7-0310-abae-a5850022a9f2

Gbp-Pq: Name fix_texpfncase_test.patch

6 years agocreate-directory-before-copy-in-Makefile.fpc
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
create-directory-before-copy-in-Makefile.fpc

===================================================================

Gbp-Pq: Name create-directory-before-copy-in-Makefile.fpc.patch

6 years agodrop-jsminifier-from-build-as-we-strip-it
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
drop-jsminifier-from-build-as-we-strip-it

===================================================================

Gbp-Pq: Name drop-jsminifier-from-build-as-we-strip-it.patch

6 years agoremove-depreciated-ncursus-variables-declaration
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
remove-depreciated-ncursus-variables-declaration

Gbp-Pq: Name remove-depreciated-ncursus-variables-declaration.patch

6 years agofix_mips_mipsel_lazarus_FTBFS
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
fix_mips_mipsel_lazarus_FTBFS

Gbp-Pq: Name fix_mips_mipsel_lazarus_FTBFS.patch

6 years agofix_tests_for_make_print_directory
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
fix_tests_for_make_print_directory

Gbp-Pq: Name fix_tests_for_make_print_directory.patch

6 years agofix-spelling-errors-3
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
fix-spelling-errors-3

Gbp-Pq: Name fix-spelling-errors-3.patch

6 years agofix_source_location_for_documentation
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
fix_source_location_for_documentation

===================================================================

Gbp-Pq: Name fix_source_location_for_documentation.patch

6 years agoarmhf-fix-vstr-vld-offset
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
armhf-fix-vstr-vld-offset

Gbp-Pq: Name armhf-fix-vstr-vld-offset.patch

6 years agoppdep-fix-else-handling
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
ppdep-fix-else-handling

Gbp-Pq: Name ppdep-fix-else-handling.patch

6 years agofurther-arm64-fixes
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
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

6 years agofix_powerpc_ftbfs_with_new_glibc
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
fix_powerpc_ftbfs_with_new_glibc

Gbp-Pq: Name fix_powerpc_ftbfs_with_new_glibc.patch

6 years agoarmhf-tags
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
armhf-tags

Gbp-Pq: Name armhf-tags.patch

6 years agoafter_patch_arm64_systems.pas
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
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

6 years agolet_ppudump_honor_TZ_var
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
let_ppudump_honor_TZ_var

Gbp-Pq: Name let_ppudump_honor_TZ_var.patch

6 years agohonor_SOURCE_DATE_EPOCH_in_date
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
honor_SOURCE_DATE_EPOCH_in_date

Gbp-Pq: Name honor_SOURCE_DATE_EPOCH_in_date.patch

6 years agoadd-arm64-support
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
add-arm64-support

Gbp-Pq: Name add-arm64-support.patch

6 years agofix_FTBFS_on_linux_not_amd64
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
fix_FTBFS_on_linux_not_amd64

Gbp-Pq: Name fix_FTBFS_on_linux_not_amd64.patch

6 years agofix-IDE-data-file-location
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
fix-IDE-data-file-location

===================================================================

Gbp-Pq: Name fix-IDE-data-file-location.patch

6 years agodisable_building_gnome1_and_gtk1
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
disable_building_gnome1_and_gtk1

Gbp-Pq: Name disable_building_gnome1_and_gtk1.patch

6 years agoprevent_date_in_fpcdocs
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
prevent_date_in_fpcdocs

===================================================================

Gbp-Pq: Name prevent_date_in_fpcdocs.patch

6 years agoprevent_date_in_fpcMakefiles
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
prevent_date_in_fpcMakefiles

Gbp-Pq: Name prevent_date_in_fpcMakefiles.patch

6 years agoChange path of localization fies to fit Debian standard. (Closes: Bug#73368)
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

6 years agoChange path of localization fies to fit Debian standard. (Closes: Bug#73368)
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

6 years agouse-bfd-explicitly
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
use-bfd-explicitly

Gbp-Pq: Name use-bfd-explicitly.diff

6 years agorename-instantfpc-to-ifpc
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
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

6 years agorelpath
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
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

6 years agofix-FPCDIR-in-fpcmake
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
fix-FPCDIR-in-fpcmake

This patch fixes evaluation of default value for FPCDIR. (Closes: bug#662814)

Gbp-Pq: Name fix-FPCDIR-in-fpcmake.diff

6 years agoversion
Pascal Packaging Team [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
version

This patch adds Debian build version to compiler full version.

Gbp-Pq: Name version.diff

6 years agofpc (3.0.4+dfsg-23) unstable; urgency=medium
Abou Al Montacir [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
fpc (3.0.4+dfsg-23) unstable; urgency=medium

  * Fixed a bug causing fpdoc to fail silently.
  * Fixed documentation causing fpdoc to crash. (Closes: Bug#939414)

[dgit import unpatched fpc 3.0.4+dfsg-23]

6 years agoImport fpc_3.0.4+dfsg-23.debian.tar.xz
Abou Al Montacir [Mon, 25 Nov 2019 21:51:22 +0000 (21:51 +0000)]
Import fpc_3.0.4+dfsg-23.debian.tar.xz

[dgit import tarball fpc 3.0.4+dfsg-23 fpc_3.0.4+dfsg-23.debian.tar.xz]

6 years agoManual merge of version 3.0.4+dfsg-21+rpi1 and 3.0.4+dfsg-22 to produce 3.0.4+dfsg... buster-staging archive/raspbian/3.0.4+dfsg-22+rpi1 raspbian/3.0.4+dfsg-22+rpi1
Peter Michael Green [Tue, 5 Feb 2019 03:37:48 +0000 (03:37 +0000)]
Manual merge of version 3.0.4+dfsg-21+rpi1 and 3.0.4+dfsg-22 to produce 3.0.4+dfsg-22+rpi1

6 years agoMerge fpc (3.0.4+dfsg-22) import into refs/heads/workingbranch
Peter Michael Green [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
Merge fpc (3.0.4+dfsg-22) import into refs/heads/workingbranch

6 years agoarm64-subsetreg-32
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
arm64-subsetreg-32

This patch is based on the commit detailed below with paths adjusted
to match the Debian fpc package --plugwash
commit 3683d8b018c6acbce468e8db6478328e38b87fcf
Author: Jonas Maebe <jonas.maebe@elis.ugent.be>
Date:   Sun Dec 9 14:46:52 2018 +0000

      * when optimising subsetreg moves for aarch64, take into account the fact
        that the subsetreg itself can be 32 or 64 bit (mantis #33607)

    git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@40512 3ad0048d-3df7-0310-abae-a5850022a9f2

Gbp-Pq: Name arm64-subsetreg-32.patch

6 years agoarm64-select
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
arm64-select

This patch is based on the commit detailed below with paths adjusted
to match the Debian fpc package --plugwash
commit e8335a145bfe3af52eed8d0d74ae3a461bbe9d1e
Author: Marco van de Voort <marcov@stack.nl>
Date:   Wed Mar 30 19:21:05 2016 +0000

     * fix timespec=nil for -dgeneric_linux_syscalls (aarch64) case.

    git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@33392 3ad0048d-3df7-0310-abae-a5850022a9f2

Gbp-Pq: Name arm64-select.patch

6 years agofpc-r38400
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
fpc-r38400

Gbp-Pq: Name fpc-r38400.patch

6 years agoncurses6
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
ncurses6

Patch to update ncurses.pp for ncurses 6 by Sven Joachim
Taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894049#39

Gbp-Pq: Name ncurses6.patch

6 years agofpcmake-m68k
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
fpcmake-m68k

Gbp-Pq: Name fpcmake-m68k.patch

6 years agoclean_man_pages
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
clean_man_pages

Gbp-Pq: Name clean_man_pages.patch

6 years agofix-IDE-GDB-support
Abou Al Montacir [Sun, 7 Jan 2018 11:40:45 +0000 (12:40 +0100)]
fix-IDE-GDB-support

Gbp-Pq: Name fix-IDE-GDB-support.patch

6 years agofix_make_files_generation
Abou Al Montacir [Mon, 4 Dec 2017 22:55:22 +0000 (23:55 +0100)]
fix_make_files_generation

Gbp-Pq: Name fix_make_files_generation.patch

6 years agofix-units-path-to-be-multi-arch-safe
Abou Al Montacir [Sun, 12 Nov 2017 21:24:15 +0000 (22:24 +0100)]
fix-units-path-to-be-multi-arch-safe

Gbp-Pq: Name fix-units-path-to-be-multi-arch-safe.patch

6 years agoFix for failures on FileNameCaseSensitive systems
pierre [Mon, 2 Feb 2015 21:49:36 +0000 (21:49 +0000)]
Fix for failures on FileNameCaseSensitive systems

git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@29609 3ad0048d-3df7-0310-abae-a5850022a9f2

Gbp-Pq: Name fix_texpfncase_test.patch

6 years agocreate-directory-before-copy-in-Makefile.fpc
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
create-directory-before-copy-in-Makefile.fpc

===================================================================

Gbp-Pq: Name create-directory-before-copy-in-Makefile.fpc.patch

6 years agodrop-jsminifier-from-build-as-we-strip-it
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
drop-jsminifier-from-build-as-we-strip-it

===================================================================

Gbp-Pq: Name drop-jsminifier-from-build-as-we-strip-it.patch

6 years agoremove-depreciated-ncursus-variables-declaration
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
remove-depreciated-ncursus-variables-declaration

Gbp-Pq: Name remove-depreciated-ncursus-variables-declaration.patch

6 years agofix_mips_mipsel_lazarus_FTBFS
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
fix_mips_mipsel_lazarus_FTBFS

Gbp-Pq: Name fix_mips_mipsel_lazarus_FTBFS.patch

6 years agofix_tests_for_make_print_directory
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
fix_tests_for_make_print_directory

Gbp-Pq: Name fix_tests_for_make_print_directory.patch

6 years agofix-spelling-errors-3
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
fix-spelling-errors-3

Gbp-Pq: Name fix-spelling-errors-3.patch

6 years agofix_source_location_for_documentation
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
fix_source_location_for_documentation

===================================================================

Gbp-Pq: Name fix_source_location_for_documentation.patch

6 years agoarmhf-fix-vstr-vld-offset
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
armhf-fix-vstr-vld-offset

Gbp-Pq: Name armhf-fix-vstr-vld-offset.patch

6 years agoppdep-fix-else-handling
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
ppdep-fix-else-handling

Gbp-Pq: Name ppdep-fix-else-handling.patch

6 years agofurther-arm64-fixes
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
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

6 years agofix_powerpc_ftbfs_with_new_glibc
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
fix_powerpc_ftbfs_with_new_glibc

Gbp-Pq: Name fix_powerpc_ftbfs_with_new_glibc.patch

6 years agoarmhf-tags
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
armhf-tags

Gbp-Pq: Name armhf-tags.patch

6 years agoafter_patch_arm64_systems.pas
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
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

6 years agolet_ppudump_honor_TZ_var
Pascal Packaging Team [Thu, 24 Jan 2019 23:27:02 +0000 (23:27 +0000)]
let_ppudump_honor_TZ_var

Gbp-Pq: Name let_ppudump_honor_TZ_var.patch