debian/rules
branch3.26
changeset 12631 8f22b69ea890
parent 12630 1c156d9f224a
child 12641 002ae96afeab
child 12664 2337c8c05657
equal deleted inserted replaced
12630:1c156d9f224a 12631:8f22b69ea890
    18 	dh_auto_build
    18 	dh_auto_build
    19 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
    19 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
    20 	PYTHONPATH=. sphinx-build -N -bhtml doc/ debian/cubicweb-doc/html
    20 	PYTHONPATH=. sphinx-build -N -bhtml doc/ debian/cubicweb-doc/html
    21 endif
    21 endif
    22 
    22 
    23 override_dh_auto_install:
       
    24 	dh_auto_install
       
    25 	mv debian/python-${PYBUILD_NAME}/usr/bin/cubicweb-ctl \
       
    26 		debian/cubicweb-ctl/usr/bin/cubicweb-ctl
       
    27 
       
    28 override_dh_installchangelogs:
    23 override_dh_installchangelogs:
    29 	dh_installchangelogs -Xdoc/changes
    24 	dh_installchangelogs -Xdoc/changes
    30 
    25