[SCM] jackd2/master: Make waf-light executable

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Mar 6 13:50:37 UTC 2013


The following commit has been merged in the master branch:
commit 18d26ddf2d07857a0f5c4c50532822a1b7cb3186
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Wed Mar 6 14:23:30 2013 +0100

    Make waf-light executable
    
    Since we invoke waf-light, it has to be executable.

diff --git a/debian/rules b/debian/rules
index 9e3f8ca..b9b4151 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,6 +74,7 @@ clean::
 common-configure-arch common-configure-indep:: common-configure-impl
 common-configure-impl:: debian/stamp-waf-configure
 debian/stamp-waf-configure:
+	chmod +x ./waf-light
 	./waf-light configure $(waf-configure-options)
 	touch $@
 clean::

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list