[SCM] mpv/master: Remove verbose flag from waf configure
jcowgill at users.alioth.debian.org
jcowgill at users.alioth.debian.org
Thu Oct 20 10:48:59 UTC 2016
The following commit has been merged in the master branch:
commit ae09b5d5a0932be3daba134264b0b2bee00db343
Author: James Cowgill <jcowgill at debian.org>
Date: Thu Oct 20 10:24:48 2016 +0000
Remove verbose flag from waf configure
This allows you to actually read the configure summary now (before it
was interspersed with build commands).
diff --git a/debian/rules b/debian/rules
index e56146e..5ed9351 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS := hardening=+all # #741439, #799738
dh $@
override_dh_auto_configure:
- python ./waf -v configure \
+ python ./waf configure \
--prefix=/usr \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
--confdir=/etc/mpv \
--
mpv packaging
More information about the pkg-multimedia-commits
mailing list