skeleton/debian/rules.tmpl
branchstable
changeset 9238 08812a274425
parent 9237 6dd47bcfcf88
child 9271 05aaa94c04f2
equal deleted inserted replaced
9237:6dd47bcfcf88 9238:08812a274425
    15 
    15 
    16 clean:
    16 clean:
    17 	dh_testdir
    17 	dh_testdir
    18 	rm -f build-stamp configure-stamp
    18 	rm -f build-stamp configure-stamp
    19 	rm -rf build
    19 	rm -rf build
    20 	find . -name "*.pyc" | xargs rm -f
    20 	find . -name "*.pyc" -delete
    21 	dh_clean
    21 	dh_clean
    22 
    22 
    23 install: build
    23 install: build
    24 	dh_testdir
    24 	dh_testdir
    25 	dh_testroot
    25 	dh_testroot