the jsminifier.pp is not dfsg free. Therefore we strip it during
authorPaul Gevers <elbrus@debian.org>
Mon, 4 Sep 2023 20:43:35 +0000 (21:43 +0100)
committerAbou Al Montacir <abou.almontacir@sfr.fr>
Mon, 4 Sep 2023 20:43:35 +0000 (21:43 +0100)
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

fpcsrc/packages/fcl-js/fpmake.pp

index 506092f3a85cca039860d0b397e8fe765ae9b595..5ab1d4b4a53b0d46b2f8d171d8efb251ded2ce27 100644 (file)
@@ -43,8 +43,6 @@ begin
       T.ResourceStrings:=true;
     T:=P.Targets.AddUnit('jswriter.pp');
       T.ResourceStrings:=true;
-    T:=P.Targets.AddUnit('jsminifier.pp');
-      T.ResourceStrings:=true;
 {$ifndef ALLPACKAGES}
     Run;
     end;