diff options
| author | Negulici-R. Barnabas <109497789+negulici-r-barnabas@users.noreply.github.com> | 2022-08-14 08:15:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-14 08:15:01 +0300 |
| commit | 5196f63d43021367a59deb7701e33bf47ce079f0 (patch) | |
| tree | b97e0c7a835542d07072a197d95d89d5b30f2d24 /debian | |
| parent | d23116d096261205d1a5bd4bc2a02d62d75db7cd (diff) | |
| parent | c7edf8b565e7d52400cf65e747a8e800ecd3a036 (diff) | |
Merge branch 'jellyfin:master' into master
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 2 |
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 |
