debian/rules: run dh_python2 with ceph-daemon

to set substitute variable of `${python:Depends}` for this package

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2019-11-01 15:01:16 +08:00
parent a3352d7e9a
commit 6eef7d002a

1
debian/rules vendored
View File

@ -134,6 +134,7 @@ override_dh_python2:
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
dh_python2 -p ceph-daemon
override_dh_python3:
for binding in rados cephfs rbd rgw; do \