aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-09-04 07:04:06 -0600
committercrobibero <cody@robibe.ro>2020-09-04 07:04:06 -0600
commit583f47ea28853ba84258b399e2093cd7dd5c3a55 (patch)
tree23261ccb5f92abb3eea892697695c4c3c8f2ea8e /debian
parent7a03e6d2c6dcbe20077a3a4a84a39b3728eca5a7 (diff)
Remove GenerateDocumentationFile
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 6c7fbb779..96541f41b 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