From 4e87d6af30d2f8d26bfb6ca1bf9313d8c52885fc Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 3 Aug 2011 04:09:59 +0200 Subject: [PATCH] debian: fix debian/rules for multiple builds (Thanks ccount) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 47ef6940..e62dd5ee 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ build-stamp: clean: dh_testdir dh_testroot - rm -f build + rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean