From 9b6bb38532c8d25bc9a91df76aaa52a32434bf55 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Wed, 12 Dec 2018 01:09:42 -0500 Subject: [PATCH] Remove submodule update from Debian build Packinging should not maniuplate one's source code like this. --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index ef697f173a..edad725292 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,6 @@ override_dh_auto_test: override_dh_clistrip: override_dh_auto_build: - git submodule update --init dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin' dotnet publish --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin'