From dd6f28221adf5237b1edcb7a629e03d517518fde 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 (cherry picked from commit b221877462c021ebaf4ab03e37aefb938d86875d) --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 99a3e8e9824c..b5ce42c6f3d4 100755 --- a/debian/rules +++ b/debian/rules @@ -183,6 +183,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.47.3