diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2348372a..53450d88d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file. - [Netkan] Fix Netkan swinfo transformer null list error (#3869 by: HebaruSan) - [Tooling] Deduce primary branch name in merge script (#3884 by: HebaruSan; reviewed: techman83) - [CLI] Parse quoted strings for `ckan prompt` (#3889 by: HebaruSan; reviewed: techman83) +- [Build] Remove log4net, newtonsoft deps from deb package (#3900 by: HebaruSan; reviewed: techman83) ## v1.33.2 (Laplace) diff --git a/debian/control.in b/debian/control.in index a57137e09b..0fdcd3ccfd 100644 --- a/debian/control.in +++ b/debian/control.in @@ -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, libmono-system-servicemodel4.0a-cil +Depends: mono-runtime (>=5.0), ca-certificates-mono, libmono-microsoft-csharp4.0-cil, libmono-system-net-http-webrequest4.0-cil, libmono-system-servicemodel4.0a-cil Maintainer: The CKAN authors Description: KSP-CKAN official client. Official client for the Comprehensive Kerbal Archive Network (CKAN).