Compile Python scripts

This commit is contained in:
Sebastian Ramacher 2019-11-18 20:35:07 +01:00
parent b5f6e46383
commit 76c3903586
2 changed files with 6 additions and 3 deletions

5
debian/rules vendored
View file

@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
export DEB_CPPFLAGS_MAINT_APPEND=-DFFMPEG_MUX_FIXED=\"/usr/lib/$(DEB_HOST_MULTIARCH)/obs-plugins/obs-ffmpeg/obs-ffmpeg-mux\"
%:
dh $@
dh $@ --with python3
override_dh_auto_configure:
dh_auto_configure -- \
@ -31,3 +31,6 @@ override_dh_install:
override_dh_shlibdeps:
echo "libobs 0 libobs0 (= ${DEB_VERSION})" > debian/shlibs.local
dh_shlibdeps
override_dh_python3:
dh_python3 -p obs-plugins usr/share/obs/obs-plugins/frontend-tools/scripts