debian/rules
branch3.24
changeset 11836 21c72857178f
parent 11832 e8be49ecb522
child 12630 1c156d9f224a
equal deleted inserted replaced
11835:fafdb7f1e888 11836:21c72857178f
    17 	dh_auto_build
    17 	dh_auto_build
    18 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
    18 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
    19 	PYTHONPATH=. sphinx-build -N -bhtml doc/ debian/cubicweb-doc/html
    19 	PYTHONPATH=. sphinx-build -N -bhtml doc/ debian/cubicweb-doc/html
    20 endif
    20 endif
    21 
    21 
    22 override_dh_install:
    22 override_dh_auto_install:
    23 	dh_install --sourcedir=debian/python-${PYBUILD_NAME}
    23 	dh_auto_install
       
    24 	mv debian/python-${PYBUILD_NAME}/usr/bin/cubicweb-ctl \
       
    25 		debian/cubicweb-ctl/usr/bin/cubicweb-ctl
    24 
    26 
    25 override_dh_installchangelogs:
    27 override_dh_installchangelogs:
    26 	dh_installchangelogs -Xdoc/changes
    28 	dh_installchangelogs -Xdoc/changes
    27 
    29