control 832 B

123456789101112131415161718192021222324252627
  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-8.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: libsqlite3-0,
  21. libfontconfig1,
  22. libfreetype6,
  23. libssl1.1 | libssl3
  24. Recommends: jellyfin-web
  25. Description: Jellyfin is the Free Software Media System.
  26. This package provides the Jellyfin server backend and API.