Merge pull request #1541 from joshuaboniface/fix-deb-rules

Override the Debian installinit name
This commit is contained in:
Joshua M. Boniface 2019-07-14 23:40:03 -04:00 committed by GitHub
commit 4ba33eb3e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,3 +45,7 @@ override_dh_auto_build:
override_dh_auto_clean:
dotnet clean -maxcpucount:1 --configuration $(CONFIG) Jellyfin.Server || true
rm -rf '$(CURDIR)/usr'
# Force the service name to jellyfin even if we're building jellyfin-nightly
override_dh_installinit:
dh_installinit --name=jellyfin