From 22a145de2631eae1fc77fb94a7f4fc343e26c7cb Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 1 Jul 2008 19:52:23 +0200 Subject: [PATCH] Fixed clean rule --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index dfa54ea..9a74caa 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,9 @@ clean: dh_testdir dh_testroot rm -f build-arch-stamp build-indep #CONFIGURE-STAMP# - rm -rf build + rm -rf build html + rm -f xattr.so + rm -f $(PYVERS:%=build-python%) dh_clean install: build $(PYVERS:%=install-python%) -- 2.39.2