[SCM] lilv/master: Adjust the clean target to properly clean the sources tree.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 10 09:03:45 UTC 2012


The following commit has been merged in the master branch:
commit 4e90f9de5e102cf712fb60b3a0fae8b85b489e6b
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 10 09:52:33 2012 +0100

    Adjust the clean target to properly clean the sources tree.

diff --git a/debian/rules b/debian/rules
index 12b3813..f3de20c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ override_dh_auto_install:
 	done
 
 override_dh_auto_clean:
-	$(WAF) distclean
+	$(WAF) clean || true
+	find -name "*.pyc" -delete
 	rm -rf build .waf*
 	dh_auto_clean

-- 
lilv packaging



More information about the pkg-multimedia-commits mailing list