aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-09-03 13:47:00 -0600
committercrobibero <cody@robibe.ro>2020-09-03 13:47:00 -0600
commiteb2dcbddc07c1f8d440bdb21490f9ba53eda0463 (patch)
tree969ad5f0b56d6f25e35a2720b9350fc9d6dacb4b /debian
parent1be84e8873ed05b548663f9625c95bc9bed302e6 (diff)
parentf02bcd9cf8cd1ff347f5fe3a91e2ec187e9dbd49 (diff)
Merge remote-tracking branch 'upstream/master' into api-stream-return
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 2a5d41a69..6c7fbb779 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ override_dh_clistrip:
override_dh_auto_build:
dotnet publish --configuration $(CONFIG) --output='$(CURDIR)/usr/lib/jellyfin/bin' --self-contained --runtime $(DOTNETRUNTIME) \
- "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none" Jellyfin.Server
+ "-p:GenerateDocumentationFile=true;DebugSymbols=false;DebugType=none" Jellyfin.Server
override_dh_auto_clean:
dotnet clean -maxcpucount:1 --configuration $(CONFIG) Jellyfin.Server || true