diff options
| author | Vasily <just.one.man@yandex.ru> | 2018-10-22 03:47:12 +0300 |
|---|---|---|
| committer | Vasily <just.one.man@yandex.ru> | 2018-10-22 03:47:12 +0300 |
| commit | 65b69eb941f386f2c100638b1eff0b5253e236be (patch) | |
| tree | a5c2e3f9320803c0dbdb53d083cf1eac6baa2bc8 | |
| parent | 46ba3e3549b4237230f2e65920443fc10f092b4a (diff) | |
Fixed debian packaging for netcore, fixed package version
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 7 | ||||
| -rwxr-xr-x | debian/rules | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index e2dab2833..6ebb6a0cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +emby-server (3.5.2-unlocked) unstable; urgency=medium + + * Taking changes from upstream 3.5.2, beautifying some JS files + + -- Vasily <just.one.man@yandex.ru> Mon, 22 Oct 2018 03:45:13 +0400 + emby-server (3.4.1.18-unlocked) unstable; urgency=medium * Hard fork of Emby 3.4.1.18 including premium unlock diff --git a/debian/control b/debian/control index f48da34d3..f8f3ce451 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,8 @@ Source: emby-server Section: misc Priority: optional -Maintainer: Joshua Boniface <joshua@boniface.me> +Maintainer: Vasily <just.one.man@yandex.ru> Build-Depends: debhelper (>= 9), -# libmono-cil-dev (>= 5.14), -# mono-devel (>= 5.14), -# mono-xbuild (>= 5.14), -# cli-common-dev (>= 0.9), -# referenceassemblies-pcl, dotnet-sdk-2.1, libc6-dev Standards-Version: 3.9.4 diff --git a/debian/rules b/debian/rules index cf87fe000..e9b0c3da4 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ override_dh_auto_test: override_dh_clistrip: override_dh_auto_build: - dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln + dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/emby-server/bin' override_dh_auto_clean: dotnet clean --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln |
