aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-09-04 09:35:45 -0400
committerGitHub <noreply@github.com>2020-09-04 09:35:45 -0400
commit945be64ad6dc97e1668b2656b1acc46699ca08e3 (patch)
tree23261ccb5f92abb3eea892697695c4c3c8f2ea8e /debian/rules
parent7a03e6d2c6dcbe20077a3a4a84a39b3728eca5a7 (diff)
parent583f47ea28853ba84258b399e2093cd7dd5c3a55 (diff)
Merge pull request #4048 from crobibero/xml-docs
Remove GenerateDocumentationFile
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 6c7fbb779d..96541f41b8 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=true;DebugSymbols=false;DebugType=none" Jellyfin.Server
+ "-p:DebugSymbols=false;DebugType=none" Jellyfin.Server
override_dh_auto_clean:
dotnet clean -maxcpucount:1 --configuration $(CONFIG) Jellyfin.Server || true