the jsminifier.pp is not dfsg free. Therefore we strip it during
authorPaul Gevers <elbrus@debian.org>
Tue, 12 Jan 2021 11:45:42 +0000 (11:45 +0000)
committerGraham Inggs <ginggs@debian.org>
Tue, 12 Jan 2021 11:45:42 +0000 (11:45 +0000)
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 dc4d83871afc85265eaf881325bfee66ad18a6b9..74274349d1655c6f0ad0457e2a2179269c3a307d 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;