Also byte-compile Python scripts in obs-studio
This commit is contained in:
parent
288f19b2ac
commit
985d6b2851
2 changed files with 2 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -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.
|
||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue