aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2012-03-09 13:46:18 -0800
committerBen Pfaff <blp@nicira.com>2012-03-19 10:25:21 -0700
commite3e13d047f9871e026206557933eeae1735b6a51 (patch)
treefe4a28c9f51dc7d85a498358d6f4f4f44c1ef76b /debian
parent4ccdda5208a0c0dff9775ee206b94c5df3cfb5ec (diff)
debian: Clean .pyc files in "clean" target.
Reviewed-by: Simon Horman <horms@verge.net.au> Signed-off-by: Thomas Goirand <zigo@debian.org> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index c8b6c636..b65c460a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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