From 878606bfb92b7b288891ecd3bcf586a0a56c3ac9 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 9 Mar 2012 13:46:18 -0800 Subject: [PATCH] debian: Clean .pyc files in "clean" target. Reviewed-by: Simon Horman Signed-off-by: Thomas Goirand Signed-off-by: Ben Pfaff --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index c8b6c636f..b65c460a1 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 -- 2.47.0