this change addresses the regression introduced by
637dd7b40404e644519b1fc3b5ef03f2d18def00
dist-packages is a debian specific directory for holding 3rd party
python modules. so install the pure python packages into it.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
-usr/lib/python3*/dist-packages/ceph_argparse.py
-usr/lib/python3*/dist-packages/ceph_daemon.py
+#! /usr/bin/dh-exec
+
+usr/lib/python3*/site-packages/ceph_argparse.py /usr/lib/python3/dist-packages/
+usr/lib/python3*/site-packages/ceph_daemon.py /usr/lib/python3/dist-packages/