aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
2022-08-13Backport pull request #8257 from jellyfin/release-10.8.zJoshua M. Boniface
Use separate args for dotnet publish commands Original-merge: d260f308106db648014a0bb3fd1911c838f899ce Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua Boniface <joshua@boniface.me>
2021-06-21debian: Add maxcpucount option to override_dh_auto_build. Fix #5234Cédric Bellegarde
2020-09-04Remove GenerateDocumentationFilecrobibero
2020-08-29include xml docs when publishingcrobibero
2020-03-23Remove web building, rename, bump versionJoshua M. Boniface
2020-03-22Move Debian folder to root of repoJoshua M. Boniface
2019-01-10Build scripts and build system consolidation.Erwin de Haan
Squashed commit.
2018-12-28Move the .NET Runtime flag into a variableJoshua Boniface
2018-12-16Remove redundant solution specificationAndrew Rabert
2018-12-14Enable self-contained binary mode (#160)Joshua M. Boniface
* Build self-contained Debian linux-x64 binary * Update initscripts to use self-contained binary The binary is declared in the units intentionally rather than using the variable extrapolation from before, to avoid confusion since these can't really be moved reasonably. * With combined binary name, use pgrep instead * Remove dotnet-runtime dependency * Move the compiled scb to usr/bin * Update binary location for upstart/systemd * Move binary path; fix pidfile handling * Entirely remove the temporary usr/ dir * Don't move the compiled binary * Create /usr/bin symlink * Use the variable here * Update architecture to any * Add libcurl4-openssl build dependency * Update the build Dockerfile to install builddeps
2018-12-13Add maxcpucount to dotnet cleanJoshua Boniface
Fixes #120 as per https://github.com/dotnet/sdk/issues/2526
2018-12-12Turn off dotnet buildJoshua Boniface
2018-12-12Merge pull request #83 from nvllsvm/dockdebAndrew Rabert
Add Dockerfile for building Debian package
2018-12-12Disable telemetry in Debian buildsJoshua Boniface
2018-12-12Remove submodule update from Debian buildAndrew Rabert
Packinging should not maniuplate one's source code like this.
2018-12-10Consolidate git submodule commandsAndrew Rabert
2018-12-09Rename numerous debian control elementsJoshua Boniface
Replace the name emby/emby-server with jellyfin everywhere.
2018-12-09Revert "Debian packaging improvements"Joshua M. Boniface
2018-12-09Rename numerous debian control elementsJoshua Boniface
Replace the name emby/emby-server with jellyfin everywhere.
2018-10-23Now build produces seeminly workable debian packageVasily
2018-10-22Improved package clean, removed not needed binary blobsVasily
2018-10-22Fixed debian packaging for netcore, fixed package versionVasily
2018-10-22Small fixes, trying to get this to buildVasily
2018-10-22Modify debian build files to support .NET coreJoshua Boniface
2018-10-22Remove some unneeded auto_build stepsJoshua Boniface
2018-10-22Remove dependency on libembysqlite3, using normal sqlite3 insteadJoshua Boniface
2018-10-22Properly ignore the ntdll.dll dependencyJoshua Boniface
2018-10-22Use msbuild instead of xbuild due to deprecationJoshua Boniface
2018-10-22Add patches and debian build information for emby-serverJoshua Boniface