[Python-modules-commits] r16456 - in packages/pastedeploy/trunk/debian (rules)

wrar-guest at users.alioth.debian.org wrar-guest at users.alioth.debian.org
Sat Apr 9 08:52:53 UTC 2011


    Date: Saturday, April 9, 2011 @ 08:52:48
  Author: wrar-guest
Revision: 16456

Remove tests/fake_packages/FakeApp.egg/EGG-INFO in the clean target.

Modified:
  packages/pastedeploy/trunk/debian/rules

Modified: packages/pastedeploy/trunk/debian/rules
===================================================================
--- packages/pastedeploy/trunk/debian/rules	2011-04-09 08:45:42 UTC (rev 16455)
+++ packages/pastedeploy/trunk/debian/rules	2011-04-09 08:52:48 UTC (rev 16456)
@@ -12,7 +12,7 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	rm -rf dist build
+	rm -rf dist build tests/fake_packages/FakeApp.egg/EGG-INFO
 	find . -name '*\.py[co]' -delete
 	dh_clean build-docs $(PYVERS:%=install-python%)
 




More information about the Python-modules-commits mailing list