[maemo-commits] [maemo-commits] r12994 - projects/haf/trunk/maemo-launcher/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Aug 2 01:39:12 EEST 2007
Author: guillem
Date: 2007-08-02 01:39:11 +0300 (Thu, 02 Aug 2007)
New Revision: 12994

Modified:
   projects/haf/trunk/maemo-launcher/debian/changelog
   projects/haf/trunk/maemo-launcher/debian/rules
Log:
Do not ignore errors from "make distclean".


Modified: projects/haf/trunk/maemo-launcher/debian/changelog
===================================================================
--- projects/haf/trunk/maemo-launcher/debian/changelog	2007-08-01 22:35:40 UTC (rev 12993)
+++ projects/haf/trunk/maemo-launcher/debian/changelog	2007-08-01 22:39:11 UTC (rev 12994)
@@ -26,6 +26,7 @@
   * Add a dh_maemolauncher to automate launcherizing packages.
     - Add a Build-Depends on debhelper to maemo-launcher-dev.
     - Generate and install the manpage from the perl script.
+  * Do not ignore errors from "make distclean".
 
  -- Guillem Jover <guillem.jover at nokia.com>  Wed, 21 Feb 2007 14:41:33 +0200
 

Modified: projects/haf/trunk/maemo-launcher/debian/rules
===================================================================
--- projects/haf/trunk/maemo-launcher/debian/rules	2007-08-01 22:35:40 UTC (rev 12993)
+++ projects/haf/trunk/maemo-launcher/debian/rules	2007-08-01 22:39:11 UTC (rev 12994)
@@ -49,7 +49,7 @@
 	dh_testroot
 	rm -f build-stamp
 	
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	
 	dh_clean
 


More information about the maemo-commits mailing list