From 9cdbc16c2840203aaf314a5a35f049e22900a69e Mon Sep 17 00:00:00 2001 From: Shu0T1an ChenG Date: Mon, 23 Apr 2018 19:17:30 -0700 Subject: [PATCH] [rules]: Clean pyext/*.py files in dh_clean Signed-off-by: Shu0T1an ChenG --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 942d07705..92d18d069 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,7 @@ override_dh_auto_install: override_dh_clean: dh_clean rm -rf googletest/build + rm -f pyext/swsscommon.py pyext/swsscommon_wrap.cpp override_dh_strip: dh_strip -plibswsscommon --dbg-package=libswsscommon-dbg