[SCM] lv2core/master: Properly clean sources tree.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 10 02:01:05 UTC 2012


The following commit has been merged in the master branch:
commit e903a21c7418a855354235583289011eec5d66b3
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 10 02:56:05 2012 +0100

    Properly clean sources tree.

diff --git a/debian/rules b/debian/rules
index eff4f0d..3836601 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,9 @@ override_dh_auto_build:
 	$(WAF)
 
 override_dh_auto_clean:
-	$(WAF) distclean
-	rm -f  autowaf.pyc
+	$(WAF) clean || true
+	find -name "*.pyc" -delete
+	dh_auto_clean
 
 override_dh_auto_install:
 	$(WAF) install --destdir=$(CURDIR)/debian/lv2core

-- 
LV2 core packaging



More information about the pkg-multimedia-commits mailing list