From 985d6b28513b1d58e1a32f4abea17bb8a3ae329e Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Tue, 19 Nov 2019 22:45:27 +0100 Subject: [PATCH] Also byte-compile Python scripts in obs-studio --- debian/control | 2 +- debian/rules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index bb837f3..877d8f2 100644 --- a/debian/control +++ b/debian/control @@ -55,7 +55,7 @@ Rules-Requires-Root: no Package: obs-studio Architecture: any-amd64 -Depends: obs-plugins (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} +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 content. It supports live RTP streaming to various streaming sites. diff --git a/debian/rules b/debian/rules index b8224ba..cce7748 100755 --- a/debian/rules +++ b/debian/rules @@ -34,3 +34,4 @@ override_dh_shlibdeps: override_dh_python3: dh_python3 -p obs-plugins usr/share/obs/obs-plugins/frontend-tools/scripts + dh_python3 -p obs-studio usr/lib/$(DEB_HOST_MULTIARCH)/obs-scripting