[SCM] serd/master: Remove lock file in 'clean' target
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Tue Oct 13 09:51:18 UTC 2015
The following commit has been merged in the master branch:
commit b5f3165cc37145bdd64d208b26ebafe1a03cd6f5
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date: Tue Oct 13 11:51:13 2015 +0200
Remove lock file in 'clean' target
diff --git a/debian/rules b/debian/rules
index c773068..3a36a10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,7 @@ override_dh_auto_clean:
$(WAF) clean || true
find -name "*.pyc" -delete
rm -rf build .waf*
+ rm -rf .lock-*_build
dh_auto_clean
override_dh_auto_install:
--
serd packaging
More information about the pkg-multimedia-commits
mailing list