<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/debian/rules, branch v10.7.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.7.4</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.7.4'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2020-09-04T13:04:06Z</updated>
<entry>
<title>Remove GenerateDocumentationFile</title>
<updated>2020-09-04T13:04:06Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2020-09-04T13:04:06Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=583f47ea28853ba84258b399e2093cd7dd5c3a55'/>
<id>urn:sha1:583f47ea28853ba84258b399e2093cd7dd5c3a55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include xml docs when publishing</title>
<updated>2020-08-29T16:42:12Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2020-08-29T16:42:12Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=44fb76bbcf3080b6cc2795925452bec69a0d8402'/>
<id>urn:sha1:44fb76bbcf3080b6cc2795925452bec69a0d8402</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove web building, rename, bump version</title>
<updated>2020-03-23T18:46:16Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2020-03-23T18:46:16Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=93d1256a4c80c071b0c14e066c13bb9720b63dc9'/>
<id>urn:sha1:93d1256a4c80c071b0c14e066c13bb9720b63dc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move Debian folder to root of repo</title>
<updated>2020-03-22T20:01:33Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2020-03-22T20:01:33Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=8b620ed26addec0f42e2797e3e4d45fbd68b0f23'/>
<id>urn:sha1:8b620ed26addec0f42e2797e3e4d45fbd68b0f23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build scripts and build system consolidation.</title>
<updated>2019-01-10T18:45:30Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-10T18:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=399a079dd472a0ad424884eb48a0d9e471a95c70'/>
<id>urn:sha1:399a079dd472a0ad424884eb48a0d9e471a95c70</id>
<content type='text'>
Squashed commit.
</content>
</entry>
<entry>
<title>Move the .NET Runtime flag into a variable</title>
<updated>2018-12-28T15:25:19Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2018-12-28T15:25:19Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=022955d9ac011ff4feac03c8c656a2e0c7e1790f'/>
<id>urn:sha1:022955d9ac011ff4feac03c8c656a2e0c7e1790f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove redundant solution specification</title>
<updated>2018-12-16T05:43:38Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2018-12-16T05:43:38Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b369fbd05e6af85047ade5ba986c478a604c3463'/>
<id>urn:sha1:b369fbd05e6af85047ade5ba986c478a604c3463</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable self-contained binary mode (#160)</title>
<updated>2018-12-15T02:21:48Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2018-12-15T02:21:48Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=a73d255f51f135adbc2c352fef79f776ce9fcb02'/>
<id>urn:sha1:a73d255f51f135adbc2c352fef79f776ce9fcb02</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Add maxcpucount to dotnet clean</title>
<updated>2018-12-13T14:46:25Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2018-12-13T14:46:25Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=2f7be7662661208c2942052c7ff481b8b43c8540'/>
<id>urn:sha1:2f7be7662661208c2942052c7ff481b8b43c8540</id>
<content type='text'>
Fixes #120 as per https://github.com/dotnet/sdk/issues/2526
</content>
</entry>
<entry>
<title>Turn off dotnet build</title>
<updated>2018-12-13T00:27:32Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2018-12-13T00:27:32Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=401c08ebae62bba53fb633059078b2f1864d755f'/>
<id>urn:sha1:401c08ebae62bba53fb633059078b2f1864d755f</id>
<content type='text'>
</content>
</entry>
</feed>
