In the cases of ceph-base, ceph-common, and ceph-fuse, this picks up
that these packages contain python scripts and adds a necessary
python3 dependency. In the case of ceph-volume it additionally parses
the requirements.txt file.
Signed-off-by: Matthew Vernon <mvernon@wikimedia.org>
@for pkg in $(py3_packages); do \
dh_python3 -p $$pkg; \
done
+ dh_python3 -p ceph-base --shebang=/usr/bin/python3
+ dh_python3 -p ceph-common --shebang=/usr/bin/python3
+ dh_python3 -p ceph-fuse --shebang=/usr/bin/python3
+ dh_python3 -p ceph-volume --shebang=/usr/bin/python3
# do not run tests
override_dh_auto_test: