[SCM] slv2/master: debian/rules

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 10 20:12:34 UTC 2012


The following commit has been merged in the master branch:
commit 00c5151273261127d2b20ce19c15bc14ae6adf7e
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 10 21:08:33 2012 +0100

    debian/rules
    
    - Properly clean sources tree.

diff --git a/debian/rules b/debian/rules
index c1e8300..5dea142 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_clean:
 	$(WAF) --version && cd .waf*/wafadmin && \
 		patch -p1 < $(CURDIR)/debian/patches/02-hppa_parallel.patch
 	$(WAF) distclean
-	rm -f autowaf.pyc
+	find -name "*.pyc" -delete
 	dh_auto_clean
 
 override_dh_auto_install:

-- 
slv2 packaging



More information about the pkg-multimedia-commits mailing list