debian: should dh_python3 python3-* not python-*

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2016-08-26 10:40:18 +08:00
parent ae81907146
commit 7eac2387c1

2
debian/rules vendored
View File

@ -145,7 +145,7 @@ override_dh_python2:
override_dh_python3:
for binding in rados cephfs rbd; do \
dh_python3 -p python-$$binding; \
dh_python3 -p python3-$$binding; \
done
dh_python3 -p python3-ceph-argparse