diff -r 6dd47bcfcf88 -r 08812a274425 skeleton/debian/rules.tmpl --- a/skeleton/debian/rules.tmpl Mon Sep 23 15:02:45 2013 +0200 +++ b/skeleton/debian/rules.tmpl Mon Sep 23 15:03:03 2013 +0200 @@ -17,7 +17,7 @@ dh_testdir rm -f build-stamp configure-stamp rm -rf build - find . -name "*.pyc" | xargs rm -f + find . -name "*.pyc" -delete dh_clean install: build