projects
/
fpc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
140c145
)
the jsminifier.pp is not dfsg free. Therefore we strip it during
author
Paul Gevers
<elbrus@debian.org>
Mon, 18 Dec 2023 22:01:08 +0000
(23:01 +0100)
committer
Abou Al Montacir
<abou.almontacir@sfr.fr>
Mon, 18 Dec 2023 22:01:08 +0000
(23:01 +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
patch
|
blob
|
history
diff --git
a/fpcsrc/packages/fcl-js/fpmake.pp
b/fpcsrc/packages/fcl-js/fpmake.pp
index 506092f3a85cca039860d0b397e8fe765ae9b595..5ab1d4b4a53b0d46b2f8d171d8efb251ded2ce27 100644
(file)
--- 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;