Added find . -iname '*.pyc' -delete in the clean target
authorThomas Goirand <thomas@goirand.fr>
Tue, 20 Nov 2012 16:23:44 +0000 (16:23 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 20 Nov 2012 16:23:44 +0000 (16:23 +0000)
Rewritten-From: cfcb4dcb4bb8510416a87cf1b56352bb2a02ab07

trusty/debian/rules

index 80b0247aebf26e72c5e6ba9fbb49510f5a25ccbe..be482cd4efd7639da1877df4dd68afc7de9be005 100755 (executable)
@@ -24,6 +24,7 @@ override_dh_auto_clean:
        dh_auto_clean
        rm -rf debian/*.upstart
        rm -rf debian/ceilometer-common.postinst
+       find . -iname '*.pyc' -delete
 
 override_dh_gencontrol:
        if dpkg-vendor --derives-from ubuntu ; then \