[Pkg-samba-maint] r2050 - trunk/openchange/debian

ctrlsoft-guest at alioth.debian.org ctrlsoft-guest at alioth.debian.org
Fri Jul 18 13:16:30 UTC 2008


Author: ctrlsoft-guest
Date: 2008-07-18 13:16:30 +0000 (Fri, 18 Jul 2008)
New Revision: 2050

Modified:
   trunk/openchange/debian/rules
Log:
Run distclean rather than clean.

Modified: trunk/openchange/debian/rules
===================================================================
--- trunk/openchange/debian/rules	2008-07-18 12:51:52 UTC (rev 2049)
+++ trunk/openchange/debian/rules	2008-07-18 13:16:30 UTC (rev 2050)
@@ -21,7 +21,7 @@
 	dh_testroot
 	dh_clean
 	$(RM) debian/tmp
-	[ ! -f Makefile ] || $(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	$(RM) build-stamp configure-stamp
 
 binary-indep: build install




More information about the Pkg-samba-maint mailing list