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 <dan.mick@redhat.com>
This commit is contained in:
Dan Mick 2018-08-15 18:32:22 -07:00
parent acd02343f4
commit b221877462

2
debian/rules vendored
View File

@ -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 \