]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
debian/rules: run dh_python2 with ceph-daemon
authorKefu Chai <kchai@redhat.com>
Fri, 1 Nov 2019 07:01:16 +0000 (15:01 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 1 Nov 2019 07:01:17 +0000 (15:01 +0800)
to set substitute variable of `${python:Depends}` for this package

Signed-off-by: Kefu Chai <kchai@redhat.com>
debian/rules

index 337038f542dcd505ab3e005fa40f7090f3349c56..7b1c5a356eb9bc3b3c063a8bcb4ef0be7b6fa28d 100755 (executable)
@@ -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 \