debian/rules
changeset 12636 06faf72cf308
parent 12631 8f22b69ea890
child 12641 002ae96afeab
child 12664 2337c8c05657
--- a/debian/rules	Tue May 28 12:35:34 2019 +0200
+++ b/debian/rules	Fri Jun 07 14:56:22 2019 +0200
@@ -7,6 +7,7 @@
 
 export PYBUILD_NAME=cubicweb
 export PYBUILD_DISABLE_python2=test
+export PYBUILD_DISABLE_python3=test
 
 %:
 	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
@@ -19,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