Codebase list pastedeploy / 2f7dfb7
Remove tests/fake_packages/FakeApp.egg/EGG-INFO in the clean target. Andrey Rahmatullin 13 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1111 clean: unpatch
1212 dh_testdir
1313 dh_testroot
14 rm -rf dist build
14 rm -rf dist build tests/fake_packages/FakeApp.egg/EGG-INFO
1515 find . -name '*\.py[co]' -delete
1616 dh_clean build-docs $(PYVERS:%=install-python%)
1717