From: Paul Gevers Date: Sat, 13 Jul 2024 15:35:36 +0000 (+0200) Subject: the jsminifier.pp is not dfsg free. Therefore we strip it during X-Git-Tag: archive/raspbian/3.2.2+dfsg-34+rpi1^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=53122b3ce03fbd741d54419065d071d317c5f67b;p=fpc.git 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 --- diff --git a/fpcsrc/packages/fcl-js/fpmake.pp b/fpcsrc/packages/fcl-js/fpmake.pp index 506092f3..5ab1d4b4 100644 --- a/fpcsrc/packages/fcl-js/fpmake.pp +++ b/fpcsrc/packages/fcl-js/fpmake.pp @@ -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;