[SCM] mpv/master: Remove --nocache option from waf invocation

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Wed Dec 3 09:55:37 UTC 2014


The following commit has been merged in the master branch:
commit 0662606da4fb961fa1e3fbdc2c2decfb403df7d5
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Fri Nov 28 13:28:04 2014 +0100

    Remove --nocache option from waf invocation

diff --git a/debian/rules b/debian/rules
index 0a73942..ebb535a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS:=hardening=+all # #741439
 	dh $@
 
 override_dh_auto_configure:
-	python ./waf -v --nocache configure			\
+	python ./waf -v configure			\
 			--prefix=/usr				\
 			--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)	\
 			--confdir=/etc/mpv			\
@@ -17,10 +17,10 @@ override_dh_auto_configure:
 			--enable-libmpv-shared
 
 override_dh_auto_build:
-	python ./waf -v --nocache build
+	python ./waf -v build
 
 override_dh_auto_install:
-	python ./waf -v --nocache install --destdir=debian/tmp
+	python ./waf -v install --destdir=debian/tmp
 
 override_dh_install:
 	dh_install --sourcedir=debian/tmp
@@ -29,7 +29,7 @@ override_dh_installchangelogs:
 	dh_installchangelogs RELEASE_NOTES
 
 override_dh_auto_clean:
-	python ./waf -v --nocache distclean
+	python ./waf -v distclean
 	find . -name "*.pyc" -delete
 
 override_dh_strip:

-- 
mpv packaging



More information about the pkg-multimedia-commits mailing list