clean egg build directory
authorWall <wall@gmail.com>
Sun, 1 Mar 2009 07:54:24 +0000 (07:54 +0000)
committerWall <wall@gmail.com>
Sun, 1 Mar 2009 07:54:24 +0000 (07:54 +0000)
debian/rules

index fa35cde..657d415 100755 (executable)
@@ -22,6 +22,8 @@ clean:
        # Add here commands to clean up after the build process.
        python setup.py clean --all
 
+       rm -rf $(CURDIR)/$(PACKAGE).egg-info/
+
        dh_clean 
 
 install: build