yolobs-studio/debian/rules

21 lines
460 B
Text
Raw Normal View History

#!/usr/bin/make -f
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
2016-02-23 23:30:24 +00:00
include /usr/share/dpkg/architecture.mk
# package maintainers to append LDFLAGS
2016-02-23 23:30:24 +00:00
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
%:
2016-02-23 23:30:24 +00:00
dh $@ --parallel
override_dh_auto_configure:
dh_auto_configure -- \
2016-02-23 23:30:24 +00:00
-DOBS_MULTIARCH_SUFFIX=/$(DEB_HOST_MULTIARCH) \
-DUNIX_STRUCTURE=1
override_dh_install:
dh_install
rm -rf $(CURDIR)/debian/obs-studio/usr/share/obs/obs-studio/license