[SCM] jackd2/master: Change wafadmin to waflib

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Apr 18 20:56:09 UTC 2012


The following commit has been merged in the master branch:
commit dd07c1f0b5d05a61c05d725222013328efce6ba9
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Wed Apr 18 21:50:37 2012 +0200

    Change wafadmin to waflib
    
    Upstream has updated to waf-1.6.11, wafadmin is now called waflib.

diff --git a/debian/rules b/debian/rules
index c87b604..d706f49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ DEB_MAKE_INSTALL_TARGET = install
 DEB_MAKE_CLEAN_TARGET = clean
 clean::
 	rm -f .lock-wscript
-	find wafadmin -name "*.pyc" -delete
+	find waflib -name "*.pyc" -delete
 	rm -f man/*.1
 	rm -rf build
 

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list