Description: Added missing source file.
 Lazarus is able to create automatically some source files. However these
 files are created at a read only location, which will trigger an error upon
 file creation. Temporary workaround is to packages these files so that they
 are found when needed. A more longterm solution whould be to generate then
 upon build process.
Author: Abou Al Montacir <abou.almontacir@sfr.fr>
Origin: Debian
Forwarded: not-needed
Last-Update: 2022-01-28

--- /dev/null
+++ lazarus-2.2.0+dfsg1/components/PascalScript/Source/pascalscriptfcl.pas
@@ -0,0 +1,18 @@
+{ This file was automatically created by Lazarus. Do not edit!
+  This source is only used to compile and install the package.
+ }
+
+unit PascalScriptFCL;
+
+{$warn 5023 off : no warning about unused units}
+interface
+
+uses
+  uPSRuntime, uPSC_classes, uPSC_dateutils, uPSC_DB, uPSC_dll, uPSC_std, 
+  uPSCompiler, uPSComponent, uPSComponent_DB, uPSComponent_Default, uPSUtils, 
+  uPSDebugger, uPSDisassembly, uPSPreProcessor, uPSR_classes, uPSR_dateutils, 
+  uPSR_DB, uPSR_dll, uPSR_std, uPSComponent_COM, uPSC_comobj, uPSR_comobj;
+
+implementation
+
+end.
