[SCM] mpv/master: Use waf verbose output (shows build commands)
ghedo at users.alioth.debian.org
ghedo at users.alioth.debian.org
Tue Dec 31 11:46:45 UTC 2013
The following commit has been merged in the master branch:
commit ddc111122076a25099268493d6f02c66d0141575
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date: Tue Dec 31 12:28:22 2013 +0100
Use waf verbose output (shows build commands)
diff --git a/debian/rules b/debian/rules
index c06f76c..8d16538 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,17 +8,17 @@ endif
dh $@
override_dh_auto_configure:
- python ./waf --nocache configure \
- --prefix=/usr \
- --confdir=/etc/mpv \
+ python ./waf -v --nocache configure \
+ --prefix=/usr \
+ --confdir=/etc/mpv \
--enable-sdl2
override_dh_auto_build:
- python ./waf --nocache build
+ python ./waf -v --nocache build
override_dh_auto_install:
- python ./waf --nocache install --destdir=debian/mpv
+ python ./waf -v --nocache install --destdir=debian/mpv
override_dh_auto_clean:
- python ./waf --nocache distclean
+ python ./waf -v --nocache distclean
find . -name "*.pyc" -delete
--
mpv packaging
More information about the pkg-multimedia-commits
mailing list