[pkg-kolab] r654 - libkolab-perl/trunk/debian

petere at alioth.debian.org petere at alioth.debian.org
Fri Jul 27 17:21:55 UTC 2007


Author: petere
Date: 2007-07-27 17:21:54 +0000 (Fri, 27 Jul 2007)
New Revision: 654

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

Modified: libkolab-perl/trunk/debian/changelog
===================================================================
--- libkolab-perl/trunk/debian/changelog	2007-07-27 17:19:15 UTC (rev 653)
+++ libkolab-perl/trunk/debian/changelog	2007-07-27 17:21:54 UTC (rev 654)
@@ -1,6 +1,7 @@
 libkolab-perl (5.8.7-20070420-2) unstable; urgency=low
 
   * Remove no longer necessary parts from 10-Kolab.pm.dpatch
+  * Don't ignore errors from make distclean, as per lintian check
 
  -- Peter Eisentraut <petere at debian.org>  Fri, 27 Jul 2007 19:18:09 +0200
 

Modified: libkolab-perl/trunk/debian/rules
===================================================================
--- libkolab-perl/trunk/debian/rules	2007-07-27 17:19:15 UTC (rev 653)
+++ libkolab-perl/trunk/debian/rules	2007-07-27 17:21:54 UTC (rev 654)
@@ -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