[SCM] faac/master: Explicitely build DRM variant, it isn't built by default anymore

fabian at users.alioth.debian.org fabian at users.alioth.debian.org
Sat Aug 26 19:52:39 UTC 2017


The following commit has been merged in the master branch:
commit 4875d9a31ae3db37838b5b747a7de81cbede87d4
Author: Fabian Greffrath <fabian at debian.org>
Date:   Sat Aug 26 21:48:38 2017 +0200

    Explicitely build DRM variant, it isn't built by default anymore

diff --git a/debian/rules b/debian/rules
index 4f7c616..e00f03d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,14 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,--no-undefined
 
 %:
 	dh $@
+
+override_dh_auto_configure dh_auto_build:
+override_dh_auto_install:
+	# 1. configure, build and install variant with Digital Radio Mondiale support
+	dh_auto_configure -- --enable-drm
+	dh_auto_build
+	dh_auto_install
+	# 2. configure, build and install regular variant with frontend
+	dh_auto_configure
+	dh_auto_build
+	dh_auto_install

-- 
faac packaging



More information about the pkg-multimedia-commits mailing list