debian/rules
branchstable
changeset 9237 6dd47bcfcf88
parent 9208 7ae95f48e2f0
child 10536 887c6eef8077
equal deleted inserted replaced
9236:93c095495e40 9237:6dd47bcfcf88
    21 	rm -rf debian/pythonpath
    21 	rm -rf debian/pythonpath
    22 	touch build-stamp
    22 	touch build-stamp
    23 
    23 
    24 clean:
    24 clean:
    25 	dh_testdir
    25 	dh_testdir
    26 	dh_testroot
       
    27 	rm -f build-stamp configure-stamp
    26 	rm -f build-stamp configure-stamp
    28 	rm -rf build
    27 	rm -rf build
    29 	#rm -rf debian/cubicweb-*/
    28 	#rm -rf debian/cubicweb-*/
    30 	find . -name "*.pyc" -delete
    29 	find . -name "*.pyc" -delete
    31 	rm -f $(basename $(wildcard debian/*.in))
    30 	rm -f $(basename $(wildcard debian/*.in))