Also byte-compile Python scripts in obs-studio

This commit is contained in:
Sebastian Ramacher 2019-11-19 22:45:27 +01:00
parent 288f19b2ac
commit 985d6b2851
2 changed files with 2 additions and 1 deletions

2
debian/control vendored
View file

@ -55,7 +55,7 @@ Rules-Requires-Root: no
Package: obs-studio Package: obs-studio
Architecture: any-amd64 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 Description: recorder and streamer for live video content
OBS Studio is designed for efficiently recording and streaming live video OBS Studio is designed for efficiently recording and streaming live video
content. It supports live RTP streaming to various streaming sites. content. It supports live RTP streaming to various streaming sites.

1
debian/rules vendored
View file

@ -34,3 +34,4 @@ override_dh_shlibdeps:
override_dh_python3: override_dh_python3:
dh_python3 -p obs-plugins usr/share/obs/obs-plugins/frontend-tools/scripts 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