skeleton/debian/rules.tmpl
branchstable
changeset 9237 6dd47bcfcf88
parent 8365 51c390500c63
child 9238 08812a274425
equal deleted inserted replaced
9236:93c095495e40 9237:6dd47bcfcf88
    13 	NO_SETUPTOOLS=1 python setup.py -q build
    13 	NO_SETUPTOOLS=1 python setup.py -q build
    14 	touch build-stamp
    14 	touch build-stamp
    15 
    15 
    16 clean:
    16 clean:
    17 	dh_testdir
    17 	dh_testdir
    18 	dh_testroot
       
    19 	rm -f build-stamp configure-stamp
    18 	rm -f build-stamp configure-stamp
    20 	rm -rf build
    19 	rm -rf build
    21 	find . -name "*.pyc" | xargs rm -f
    20 	find . -name "*.pyc" | xargs rm -f
    22 	dh_clean
    21 	dh_clean
    23 
    22