From 16dbfbc3f14296587ebef9a65e69d7bf1b9dcb0e Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 9 Apr 2014 16:06:41 -0500 Subject: remove pycs lintian complains about pycs included in source because some files are dynamically changed in the process and therefore the byte-code is not cleaned. --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index c66ed435..75310561 100755 --- a/debian/rules +++ b/debian/rules @@ -22,3 +22,7 @@ override_dh_install: cp common/src/leap/__init__.py debian/soledad-common/usr/local/lib/python$$pv/*-packages/leap/; \ cp common/src/leap/__init__.py debian/soledad-common/usr/local/lib/python$$pv/*-packages/leap/soledad/; \ done + +override_dh_auto_clean: + dh_auto_clean + find . -name "*.pyc" -exec rm -rf {} \; -- cgit v1.2.3