Align fp IDE template file paths with Debian standards
authorAbou Al Montacir <abou.almontacir@sfr.fr>
Sun, 17 May 2026 11:31:42 +0000 (12:31 +0100)
committerPeter Blackman <peterb@debian.org>
Sun, 17 May 2026 11:31:42 +0000 (12:31 +0100)
commita50d4f8e1b3edde3c1e9b8a8392bf64e84def507
tree7ac696a0c5d140a72cceb2a924fadb918c58a7d4
parent44bd76c334238d652cfad2671963e3cce73a1fe4
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 standard for file locations.
 This patch fixes this by making the IDE looking for templates in the base
 installation directory.
 Location of IDE template files in Debian distribution is:
 /usr/lib/$(DEB_TARGET_MULTIARCH)/fpc/3.2.2/ide/
 as for examples:
 /usr/lib/x86_64-linux-gnu/fpc/3.2.2/ide
 /usr/lib/arm-linux-gnueabihf/fpc/3.2.2/ide
index 54d0ffd1..39ae6079 100644

Gbp-Pq: Name fix-IDE-data-file-location.patch
fpcsrc/packages/ide/fpcompil.pas
fpcsrc/packages/ide/fpini.pas
fpcsrc/packages/ide/fpmake.pp
fpcsrc/packages/ide/fpswitch.pas