debian: Clean .pyc files in "clean" target.
authorThomas Goirand <zigo@debian.org>
Fri, 9 Mar 2012 21:46:18 +0000 (13:46 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 19 Mar 2012 17:25:21 +0000 (10:25 -0700)
Reviewed-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Thomas Goirand <zigo@debian.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
debian/rules

index c8b6c63..b65c460 100755 (executable)
@@ -72,6 +72,7 @@ clean:
        rm -rf _debian
        [ ! -f Makefile ] || $(MAKE) distclean
        dh_clean 
+       rm -f python/ovs/*.pyc python/ovs/db/*.pyc
 
 install: install-indep install-arch
 install-indep: build-indep