[SCM] ntk/master: Fix clean target to allow building twice
ross-guest at users.alioth.debian.org
ross-guest at users.alioth.debian.org
Sat Apr 25 19:39:27 UTC 2015
The following commit has been merged in the master branch:
commit 9349ea1b4cb5ba76635af04e12ec7e0636ac0f64
Author: Ross Gammon <rossgammon at mail.dk>
Date: Sat Apr 25 21:07:30 2015 +0200
Fix clean target to allow building twice
diff --git a/debian/rules b/debian/rules
index 688cf75..e3a6983 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ override_dh_auto_clean:
$(WAF) clean || true
rm -f .lock-waf_linux2_build
rm -rf .waf-*/ build/
+ find waflib -name "*.pyc" -delete
override_dh_auto_install:
$(WAF) install --destdir=$(CURDIR)/debian/tmp/
--
ntk packaging
More information about the pkg-multimedia-commits
mailing list