From 969c981b3c975ac2fdd41b9f8254e66cbb75cb7b Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 1 Jul 2008 11:13:19 +0200 Subject: [PATCH] Fixed clean rule Closes: #488763 --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7242af6..224b077 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 posix1e.so + rm -f $(PYVERS:%=build-python%) dh_clean install: build $(PYVERS:%=install-python%) -- 2.39.2