control 835 B

12345678910111213141516171819202122232425262728
  1. Source: jellyfin-server
  2. Section: misc
  3. Priority: optional
  4. Maintainer: Jellyfin Team <team@jellyfin.org>
  5. Build-Depends: debhelper (>= 9),
  6. dotnet-sdk-5.0,
  7. libc6-dev,
  8. libcurl4-openssl-dev,
  9. libfontconfig1-dev,
  10. libfreetype6-dev,
  11. libssl-dev
  12. Standards-Version: 3.9.4
  13. Homepage: https://jellyfin.org/
  14. Vcs-Git: https://github.org/jellyfin/jellyfin.git
  15. Vcs-Browser: https://github.org/jellyfin/jellyfin
  16. Package: jellyfin-server
  17. Replaces: jellyfin (<<10.6.0)
  18. Breaks: jellyfin (<<10.6.0)
  19. Architecture: any
  20. Depends: at,
  21. libsqlite3-0,
  22. libfontconfig1,
  23. libfreetype6,
  24. libssl1.1
  25. Recommends: jellyfin-web
  26. Description: Jellyfin is the Free Software Media System.
  27. This package provides the Jellyfin server backend and API.