From c80613f94b9daf165aea79767849140f1b2c56ff Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 2 Dec 2016 00:31:36 +0800 Subject: [PATCH] debian: apply dh_python to python-rgw also so the subvar of ${python:Depends} and ${python3:Depends} can be set properly. also this silences the warnings like warning: dpkg-gencontrol: Depends field of package python3-rgw: unknown substitution variable ${python3:Depends} Signed-off-by: Kefu Chai --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index a3d189353fa7..d0e4f48c8168 100755 --- a/debian/rules +++ b/debian/rules @@ -139,8 +139,8 @@ override_dh_shlibdeps: dh_shlibdeps -a --exclude=erasure-code --exclude=rados-classes --exclude=compressor override_dh_python2: - for binding in rados cephfs rbd; do \ - dh_python2 -p python-$$binding; \ + for binding in rados cephfs rbd rgw; do \ + dh_python2 -p python-$$binding; \ done dh_python2 -p ceph-common dh_python2 -p ceph-base @@ -148,8 +148,8 @@ override_dh_python2: dh_python2 -p ceph-mgr override_dh_python3: - for binding in rados cephfs rbd; do \ - dh_python3 -p python3-$$binding; \ + for binding in rados cephfs rbd rgw; do \ + dh_python3 -p python3-$$binding; \ done dh_python3 -p python3-ceph-argparse -- 2.47.3