From 30ba13cb33368f91d650f74e1400157454ebf4bb Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Wed, 25 Mar 2020 21:38:41 +0100 Subject: [PATCH] Build on all platforms Closes: #953520 --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 0f9ccf4..35a73bd 100644 --- a/debian/control +++ b/debian/control @@ -57,7 +57,7 @@ Vcs-Git: https://salsa.debian.org/multimedia-team/obs-studio.git Rules-Requires-Root: no Package: obs-studio -Architecture: any-amd64 +Architecture: any Depends: obs-plugins (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends} Description: recorder and streamer for live video content OBS Studio is designed for efficiently recording and streaming live video @@ -73,7 +73,7 @@ Description: recorder and streamer for live video content Note that OBS Studio requires an OpenGL 3.2 compatible video card. Package: obs-plugins -Architecture: any-amd64 +Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends} Recommends: vlc Description: recorder and streamer for live video content (plugins) @@ -85,7 +85,7 @@ Description: recorder and streamer for live video content (plugins) Package: libobs0 Multi-Arch: same Section: libs -Architecture: any-amd64 +Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: recorder and streamer for live video content (shared library) OBS Studio is designed for efficiently recording and streaming live video @@ -95,7 +95,7 @@ Description: recorder and streamer for live video content (shared library) Package: libobs-dev Section: libdevel -Architecture: any-amd64 +Architecture: any Depends: libobs0 (= ${binary:Version}), ${misc:Depends}