From: Dan Mick Date: Thu, 16 Aug 2018 01:32:22 +0000 (-0700) Subject: debian/rules: fix ceph-mgr .pyc files left behind X-Git-Tag: v14.0.1~532^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b221877462c021ebaf4ab03e37aefb938d86875d;p=ceph.git 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 --- diff --git a/debian/rules b/debian/rules index 44490c8fbddd5..1e9fdd69ab8c8 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 \