equal
deleted
inserted
replaced
36 #python setup.py install_lib --no-compile --install-dir=debian/cubicweb-common/usr/lib/python2.4/site-packages/ |
36 #python setup.py install_lib --no-compile --install-dir=debian/cubicweb-common/usr/lib/python2.4/site-packages/ |
37 NO_SETUPTOOLS=1 python setup.py -q install --no-compile --prefix=debian/tmp/usr |
37 NO_SETUPTOOLS=1 python setup.py -q install --no-compile --prefix=debian/tmp/usr |
38 |
38 |
39 # Put all the python library and data in cubicweb-common |
39 # Put all the python library and data in cubicweb-common |
40 # and scripts in cubicweb-server |
40 # and scripts in cubicweb-server |
|
41 # build doc |
|
42 BUILDDIR=${PWD}/debian/tmp/cubicweb-book/en make -e -C doc/book/en html |
41 dh_install -vi |
43 dh_install -vi |
42 # cwctl in the cubicweb-ctl package |
44 # cwctl in the cubicweb-ctl package |
43 rm -f debian/cubicweb-common/usr/share/pyshared/cubicweb/cwctl.py |
45 rm -f debian/cubicweb-common/usr/share/pyshared/cubicweb/cwctl.py |
44 |
46 |
45 dh_lintian |
47 dh_lintian |