[pkg-kolab] r645 - kolab-webadmin/trunk/debian

petere at alioth.debian.org petere at alioth.debian.org
Tue Jul 17 08:15:31 UTC 2007


Author: petere
Date: 2007-07-17 08:15:30 +0000 (Tue, 17 Jul 2007)
New Revision: 645

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

Modified: kolab-webadmin/trunk/debian/changelog
===================================================================
--- kolab-webadmin/trunk/debian/changelog	2007-07-17 08:11:42 UTC (rev 644)
+++ kolab-webadmin/trunk/debian/changelog	2007-07-17 08:15:30 UTC (rev 645)
@@ -1,8 +1,9 @@
 kolab-webadmin (2.1.0-20070510-2) unstable; urgency=low
 
   * Added php5 as dependency alternative (closes: #424837)
+  * Don't ignore errors from make distclean, as per lintian check
 
- -- Peter Eisentraut <petere at debian.org>  Tue, 17 Jul 2007 10:08:54 +0200
+ -- Peter Eisentraut <petere at debian.org>  Tue, 17 Jul 2007 10:13:46 +0200
 
 kolab-webadmin (2.1.0-20070510-1) unstable; urgency=low
 

Modified: kolab-webadmin/trunk/debian/rules
===================================================================
--- kolab-webadmin/trunk/debian/rules	2007-07-17 08:11:42 UTC (rev 644)
+++ kolab-webadmin/trunk/debian/rules	2007-07-17 08:15:30 UTC (rev 645)
@@ -17,7 +17,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean 
 
 install: build




More information about the pkg-kolab-devel mailing list