From b221877462c021ebaf4ab03e37aefb938d86875d Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Wed, 15 Aug 2018 18:32:22 -0700 Subject: [PATCH] debian/rules: fix ceph-mgr .pyc files left behind Add second dh_python2 call with the "private" dir /usr/lib/ceph/mgr Fixes: http://tracker.ceph.com/issues/26883 Signed-off-by: Dan Mick --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 44490c8fbdd..1e9fdd69ab8 100755 --- a/debian/rules +++ b/debian/rules @@ -143,6 +143,8 @@ override_dh_python2: dh_python2 -p ceph-base dh_python2 -p ceph-osd dh_python2 -p ceph-mgr + # batch-compile, and set up for delete, all the module files + dh_python2 -p ceph-mgr usr/lib/ceph/mgr override_dh_python3: for binding in rados cephfs rbd rgw; do \ -- 2.39.5