[debian] Drop override_dh_auto_install about cubicweb-ctl
The script should be installed normally as it is a setuptools' entry
point.
--- a/debian/rules Thu May 23 17:25:59 2019 +0200
+++ b/debian/rules Thu May 23 17:24:21 2019 +0200
@@ -20,11 +20,6 @@
PYTHONPATH=. sphinx-build -N -bhtml doc/ debian/cubicweb-doc/html
endif
-override_dh_auto_install:
- dh_auto_install
- mv debian/python-${PYBUILD_NAME}/usr/bin/cubicweb-ctl \
- debian/cubicweb-ctl/usr/bin/cubicweb-ctl
-
override_dh_installchangelogs:
dh_installchangelogs -Xdoc/changes