Browse Source

Clean some more files.

Jelmer Vernooij 9 years ago
parent
commit
61a0cd0717
1 changed files with 2 additions and 1 deletions
  1. 2 1
      debian/rules

+ 2 - 1
debian/rules

@@ -18,7 +18,8 @@ override_dh_auto_build:
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -rf build-pypy
+	rm -rf build*
+	rm -f dulwich/*.so dulwich/*.o
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))