equal
deleted
inserted
replaced
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 |