[debian] Drop override_dh_auto_install about cubicweb-ctl 3.26
authorDenis Laxalde <denis.laxalde@logilab.fr>
Thu, 23 May 2019 17:24:21 +0200
branch3.26
changeset 12631 8f22b69ea890
parent 12630 1c156d9f224a
child 12632 0ce26fb5ab48
[debian] Drop override_dh_auto_install about cubicweb-ctl The script should be installed normally as it is a setuptools' entry point.
debian/rules
--- 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