diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-02-12 09:54:51 -0500 |
---|---|---|
committer | Joshua M. Boniface <joshua@boniface.me> | 2024-02-12 09:54:51 -0500 |
commit | 92a66671b6158c6f59ce274428d81152daabe92e (patch) | |
tree | a3d8c5d7ed8123bfd8c0bd6366539d25eaf429a1 | |
parent | Change VAR name and fix imports (diff) | |
download | jellyfin-packaging-92a66671b6158c6f59ce274428d81152daabe92e.tar.gz jellyfin-packaging-92a66671b6158c6f59ce274428d81152daabe92e.tar.bz2 jellyfin-packaging-92a66671b6158c6f59ce274428d81152daabe92e.zip |
Convert jellyfin-web to platform-independent arch
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 83941dc..5e9da97 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Description: Jellyfin is the Free Software Media System. This package provides the Jellyfin server backend and API. Package: jellyfin-web -Architecture: any +Architecture: all Recommends: jellyfin-server Description: Jellyfin is the Free Software Media System. This package provides the Jellyfin web client. |