aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2018-12-12 12:14:31 -0500
committerGitHub <noreply@github.com>2018-12-12 12:14:31 -0500
commitb5dfdc1efb75fd8ed7e8eb6070108c7fec61a2b1 (patch)
treeb1d325209ed4213b611286fc0e19cdad946d447f /debian
parentc2fd8d4b449fd737cf4f175ce13d75f0f3fdc1ac (diff)
parenta2fee0dde26622584e0fc83df29f71ed4dec7b9e (diff)
Merge pull request #83 from nvllsvm/dockdeb
Add Dockerfile for building Debian package
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 41a491c08..bc5e05daa 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
Priority: optional
Maintainer: Vasily <just.one.man@yandex.ru>
Build-Depends: debhelper (>= 9),
- dotnet-sdk-2.1,
+ dotnet-sdk-2.2,
libc6-dev
Standards-Version: 3.9.4
@@ -12,6 +12,6 @@ Replaces: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
Breaks: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
Conflicts: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, at, libsqlite3-0, dotnet-runtime-2.1, ffmpeg
+Depends: ${shlibs:Depends}, ${misc:Depends}, at, libsqlite3-0, dotnet-runtime-2.2, ffmpeg
Description: Jellyfin is a home media server.
It is built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. It features a REST-based api with built-in documentation to facilitate client development. We also have client libraries for our api to enable rapid development.
diff --git a/debian/rules b/debian/rules
index 54c1e3dad..864b64f6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,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'