[pkg-kolab] r648 - kolabd/trunk/debian

petere at alioth.debian.org petere at alioth.debian.org
Mon Jul 23 10:47:25 UTC 2007


Author: petere
Date: 2007-07-23 10:47:25 +0000 (Mon, 23 Jul 2007)
New Revision: 648

Modified:
   kolabd/trunk/debian/changelog
   kolabd/trunk/debian/rules
Log:
* Don't ignore errors from make distclean, as per lintian check

Modified: kolabd/trunk/debian/changelog
===================================================================
--- kolabd/trunk/debian/changelog	2007-07-17 08:47:01 UTC (rev 647)
+++ kolabd/trunk/debian/changelog	2007-07-23 10:47:25 UTC (rev 648)
@@ -8,8 +8,9 @@
   * Removed obsolete horde-sarge-iCal.patch
   * Raised Postfix dependencies to version 2.4
   * Revived kolab_bootstrap
+  * Don't ignore errors from make distclean, as per lintian check
 
- -- Peter Eisentraut <petere at debian.org>  Wed, 20 Jun 2007 21:29:56 +0200
+ -- Peter Eisentraut <petere at debian.org>  Mon, 23 Jul 2007 12:46:38 +0200
 
 kolabd (1.9.4-20060707.dfsg-4) unstable; urgency=low
 

Modified: kolabd/trunk/debian/rules
===================================================================
--- kolabd/trunk/debian/rules	2007-07-17 08:47:01 UTC (rev 647)
+++ kolabd/trunk/debian/rules	2007-07-23 10:47:25 UTC (rev 648)
@@ -17,7 +17,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f kolabcheckperm
 	dh_clean 
 




More information about the pkg-kolab-devel mailing list