Skip to content

Commit

Permalink
Merge #3872 Add missing dependency to .deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jul 28, 2023
2 parents e78cf0e + 11e5696 commit 2521611
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file.
- [GUI] Updated Chinese translation to reduce misunderstandings (#3864 by: Fierce-Cat; reviewed: HebaruSan)
- [Multiple] Translation updates from Crowdin (#3866, #3868 by: Nikita, Вячеслав Бучин, vinix, WujekFoliarz; reviewed: HebaruSan)
- [Multiple] Fix deletion of unmanaged files (#3865 by: HebaruSan; reviewed: techman83)
- [Build] Add missing dependency to .deb package (#3872 by: HebaruSan; reviewed: erkinalp)

### Internal

- [Netkan] Fix Netkan swinfo transformer null list error (#3869 by: HebaruSan)

## v1.33.2 (Laplace)
Expand Down
2 changes: 1 addition & 1 deletion debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version: @VERSION@
Architecture: all
Section: utils
Priority: optional
Depends: mono-runtime (>=5.0), ca-certificates-mono, libmono-microsoft-csharp4.0-cil, liblog4net1.2-cil, libnewtonsoft-json5.0-cil, libmono-system-net-http-webrequest4.0-cil
Depends: mono-runtime (>=5.0), ca-certificates-mono, libmono-microsoft-csharp4.0-cil, liblog4net1.2-cil, libnewtonsoft-json5.0-cil, libmono-system-net-http-webrequest4.0-cil, libmono-system-servicemodel4.0a-cil
Maintainer: The CKAN authors <[email protected]>
Description: KSP-CKAN official client.
Official client for the Comprehensive Kerbal Archive Network (CKAN).
Expand Down

0 comments on commit 2521611

Please sign in to comment.