the jsminifier.pp is not dfsg free. Therefore we strip it during
authorPaul Gevers <elbrus@debian.org>
Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +0100)
committerPeter Michael Green <plugwash@debian.org>
Sat, 22 Aug 2020 13:17:07 +0000 (14:17 +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 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;