From f4173696b4c6632cecd416ce311f258f3d8711a5 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 17 May 2013 08:38:53 +0000 Subject: [PATCH] Cleans better. Rewritten-From: cd7128b8988abad9ed1f326aa29f6b28e8e4e093 --- xenial/debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xenial/debian/rules b/xenial/debian/rules index 9d9e6f7..61f7c71 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -49,6 +49,7 @@ override_dh_install: override_dh_auto_clean: dh_auto_clean + python setup.py clean rm -rf $(CURDIR)/static rm -rf $(CURDIR)/horizon/build rm -rf $(CURDIR)/horizon.egg-info @@ -56,3 +57,5 @@ override_dh_auto_clean: rm -rf doc/source/sourcecode rm -rf $(CURDIR)/doc/build rm -f horizon/openstack_dashboard/test/.secret_key_store + find $(CURDIR)/openstack_dashboard -iname '*.pyc' -delete + -- 2.45.2