[SCM] obs-studio/master: Disable updater

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Apr 16 21:47:28 UTC 2017


The following commit has been merged in the master branch:
commit 322c40a57db0f6f6392ac497860c5a84b31d59a9
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Apr 15 21:15:02 2017 +0200

    Disable updater

diff --git a/debian/rules b/debian/rules
index 8ac2e2f..a16dc23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,8 @@ export DEB_CPPFLAGS_MAINT_APPEND=-DFFMPEG_MUX_FIXED=\"/usr/lib/$(DEB_HOST_MULTIA
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DOBS_MULTIARCH_SUFFIX=/$(DEB_HOST_MULTIARCH) \
-		-DUNIX_STRUCTURE=1
+		-DUNIX_STRUCTURE=1 \
+		-DENABLE_WIN_UPDATER=0
 
 override_dh_auto_build:
 	dh_auto_build

-- 
obs-studio packaging



More information about the pkg-multimedia-commits mailing list