From: Paul Gevers Date: Tue, 21 Sep 2021 19:22:17 +0000 (+0100) Subject: the jsminifier.pp is not dfsg free. Therefore we strip it during X-Git-Tag: archive/raspbian/3.2.2+dfsg-4+rpi1~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c12fc391de782f45a25dc466ecf19d6af8e4ebb6;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 dc4d8387..74274349 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;