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

Commit ba3b934

Browse files
[release/2.1] Add libicu65 to DEB deps package (#9016)
* Add libicu65 to DEB deps package * Add libicu66
1 parent a4296bf commit ba3b934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pkg/packaging/deb/package.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
<ReplacementString>libssl1.0.0 | libssl1.0.2 | libssl1.1</ReplacementString>
349349
</SharedFrameworkTokenValue>
350350

351-
<KnownLibIcuVersion Include="63;60;57;55;52" />
351+
<KnownLibIcuVersion Include="66;65;63;60;57;55;52" />
352352
<SharedFrameworkTokenValue Include="%LIBICU_DEPENDENCY_LIST%">
353353
<ReplacementString>libicu | @(KnownLibIcuVersion -> 'libicu%(Identity)', ' | ')</ReplacementString>
354354
</SharedFrameworkTokenValue>
@@ -396,4 +396,4 @@
396396
Importance="High" />
397397
</Target>
398398

399-
</Project>
399+
</Project>

0 commit comments

Comments
 (0)