diff options
| author | Vasily <just.one.man@yandex.ru> | 2018-10-23 00:40:43 +0300 |
|---|---|---|
| committer | Vasily <just.one.man@yandex.ru> | 2018-10-23 00:40:43 +0300 |
| commit | 67574753115acc81b028cccd558c92ddd58052bf (patch) | |
| tree | 009bf4a1c21a85938142cb6df4875b3667a07a2e /debian | |
| parent | b2305295afc11cf9c950552b4d8851ea3e46c867 (diff) | |
Now build produces seeminly workable debian package
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2370bc32a6..107394fbe1 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,8 @@ override_dh_auto_test: override_dh_clistrip: override_dh_auto_build: - dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/emby-server/bin' +# dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/emby-server/bin' + dotnet publish --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/emby-server/bin' override_dh_auto_clean: dotnet clean --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln |
