debian/rules
changeset 4540 7b85f87f54f6
parent 3998 94cc7cad3d2d
child 4542 d2559cc88341
equal deleted inserted replaced
4539:daeefecb8cf4 4540:7b85f87f54f6
    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 	dh_install -vi
    41 	dh_install -vi
    42 	# cwctl in the cubicweb-ctl package
    42 	# cwctl in the cubicweb-ctl package
    43 	rm -f debian/cubicweb-common/usr/share/pyshared/cubicweb/cwctl.py
    43 	rm -f debian/cubicweb-common/usr/share/pyshared/cubicweb/cwctl.py
    44 	# hercule in the cubicweb-client package
       
    45 	rm -f debian/cubicweb-common/usr/share/pyshared/cubicweb/hercule.py
       
    46 
    44 
    47 	dh_lintian
    45 	dh_lintian
    48 
    46 
    49 	# Remove unittests directory (should be available in cubicweb-dev only)
    47 	# Remove unittests directory (should be available in cubicweb-dev only)
    50 	rm -rf debian/cubicweb-server/usr/lib/${PY_VERSION}/site-packages/cubicweb/server/test
    48 	rm -rf debian/cubicweb-server/usr/lib/${PY_VERSION}/site-packages/cubicweb/server/test