Răsfoiți Sursa

Fixed debian packaging for netcore, fixed package version

Vasily 6 ani în urmă
părinte
comite
65b69eb941
3 a modificat fișierele cu 8 adăugiri și 7 ștergeri
  1. 6 0
      debian/changelog
  2. 1 6
      debian/control
  3. 1 1
      debian/rules

+ 6 - 0
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

+ 1 - 6
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

+ 1 - 1
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