Skip to content

Commit

Permalink
debian/rules: fix ceph-mgr .pyc files left behind
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dmick committed Aug 16, 2018
1 parent acd0234 commit b221877
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b221877

Please sign in to comment.