control 842 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. libc6-dev,
  7. libcurl4-openssl-dev,
  8. libfontconfig1-dev,
  9. libfreetype6-dev,
  10. libssl-dev
  11. Standards-Version: 3.9.4
  12. Homepage: https://jellyfin.org/
  13. Vcs-Git: https://github.org/jellyfin/jellyfin.git
  14. Vcs-Browser: https://github.org/jellyfin/jellyfin
  15. Package: jellyfin-server
  16. Replaces: jellyfin (<<10.6.0)
  17. Breaks: jellyfin (<<10.6.0)
  18. Architecture: any
  19. Depends: at,
  20. libsqlite3-0,
  21. jellyfin-ffmpeg (>= 4.2.1-2),
  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.