From: Kefu Chai Date: Fri, 1 Nov 2019 07:01:16 +0000 (+0800) Subject: debian/rules: run dh_python2 with ceph-daemon X-Git-Tag: v15.1.0~1068^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6eef7d002a5f3d6ffc48383c16b7d4abe5b08e0f;p=ceph-ci.git debian/rules: run dh_python2 with ceph-daemon to set substitute variable of `${python:Depends}` for this package Signed-off-by: Kefu Chai --- diff --git a/debian/rules b/debian/rules index 337038f542d..7b1c5a356eb 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \