aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorNegulici-R. Barnabas <109497789+negulici-r-barnabas@users.noreply.github.com>2022-08-14 08:15:01 +0300
committerGitHub <noreply@github.com>2022-08-14 08:15:01 +0300
commit5196f63d43021367a59deb7701e33bf47ce079f0 (patch)
treeb97e0c7a835542d07072a197d95d89d5b30f2d24 /debian
parentd23116d096261205d1a5bd4bc2a02d62d75db7cd (diff)
parentc7edf8b565e7d52400cf65e747a8e800ecd3a036 (diff)
Merge branch 'jellyfin:master' into master
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 64e2b48ea..f55b1807e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ override_dh_clistrip:
override_dh_auto_build:
dotnet publish -maxcpucount:1 --configuration $(CONFIG) --output='$(CURDIR)/usr/lib/jellyfin/bin' --self-contained --runtime $(DOTNETRUNTIME) \
- "-p:DebugSymbols=false;DebugType=none" Jellyfin.Server
+ -p:DebugSymbols=false -p:DebugType=none Jellyfin.Server
override_dh_auto_clean:
dotnet clean -maxcpucount:1 --configuration $(CONFIG) Jellyfin.Server || true