From 82da38941e89864ec47608157d7a973248e7a0b0 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Tue, 16 Feb 2021 21:48:27 +0100 Subject: [PATCH] Fixed: Debian package dependencies closes #4332 --- distribution/debian.sh | 1 + distribution/debian/compat | 2 +- distribution/debian/sonarr.clideps-override | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/distribution/debian.sh b/distribution/debian.sh index bcd24c425..21ce857e7 100644 --- a/distribution/debian.sh +++ b/distribution/debian.sh @@ -1,4 +1,5 @@ fromdos ./debian/* +chmod ugo-x ./debian/* cp -r ./debian ./debian_backup BuildVersion=${dependent_build_number:-3.10.0.999} diff --git a/distribution/debian/compat b/distribution/debian/compat index 45a4fb75d..f599e28b8 100644 --- a/distribution/debian/compat +++ b/distribution/debian/compat @@ -1 +1 @@ -8 +10 diff --git a/distribution/debian/sonarr.clideps-override b/distribution/debian/sonarr.clideps-override index 9f6787dcd..6ede15fed 100644 --- a/distribution/debian/sonarr.clideps-override +++ b/distribution/debian/sonarr.clideps-override @@ -1,2 +1,3 @@ ignores msbuild ignores libmediainfo0v5 +ignores libc6