[Pkg-mono-svn-commits] rev 789 - monodevelop/trunk/debian

Mirco Bauer meebey-guest@haydn.debian.org
Fri, 21 May 2004 16:09:35 -0600


Author: meebey-guest
Date: 2004-05-21 16:09:23 -0600 (Fri, 21 May 2004)
New Revision: 789

Modified:
   monodevelop/trunk/debian/rules
Log:
- added removal of configure-stamp in clean



Modified: monodevelop/trunk/debian/rules
===================================================================
--- monodevelop/trunk/debian/rules	2004-05-21 22:08:43 UTC (rev 788)
+++ monodevelop/trunk/debian/rules	2004-05-21 22:09:23 UTC (rev 789)
@@ -18,7 +18,8 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
+	rm -f configure-stamp
+	rm -f build-stamp
 	-$(MAKE) distclean
 	dh_clean