Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
[release/2.1] Add libicu65 to DEB deps package (#9016)
Browse files Browse the repository at this point in the history
* Add libicu65 to DEB deps package

* Add libicu66
  • Loading branch information
NikolaMilosavljevic committed Mar 26, 2020
1 parent a4296bf commit ba3b934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pkg/packaging/deb/package.targets
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
<ReplacementString>libssl1.0.0 | libssl1.0.2 | libssl1.1</ReplacementString>
</SharedFrameworkTokenValue>

<KnownLibIcuVersion Include="63;60;57;55;52" />
<KnownLibIcuVersion Include="66;65;63;60;57;55;52" />
<SharedFrameworkTokenValue Include="%LIBICU_DEPENDENCY_LIST%">
<ReplacementString>libicu | @(KnownLibIcuVersion -> 'libicu%(Identity)', ' | ')</ReplacementString>
</SharedFrameworkTokenValue>
Expand Down Expand Up @@ -396,4 +396,4 @@
Importance="High" />
</Target>

</Project>
</Project>

0 comments on commit ba3b934

Please sign in to comment.