[Pkg-voip-commits] r4290 - zaptel/trunk/debian

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Aug 26 09:44:47 UTC 2007


Author: kilian
Date: 2007-08-26 09:44:47 +0000 (Sun, 26 Aug 2007)
New Revision: 4290

Modified:
   zaptel/trunk/debian/changelog
   zaptel/trunk/debian/rules
Log:
* Don't ignore make clean error.

Modified: zaptel/trunk/debian/changelog
===================================================================
--- zaptel/trunk/debian/changelog	2007-08-26 09:41:42 UTC (rev 4289)
+++ zaptel/trunk/debian/changelog	2007-08-26 09:44:47 UTC (rev 4290)
@@ -6,6 +6,7 @@
   * Add dpkg-dev (>= 1.13.19) to Build-Depends for binary:Version
   * Correct the zaptel.init to point to correct path of fxotune
    (Closes: #439310)
+  * Don't ignore make clean error.
 
   [ Tzafrir Cohen ]
   * Pass extra modules / subdirs to modules make.

Modified: zaptel/trunk/debian/rules
===================================================================
--- zaptel/trunk/debian/rules	2007-08-26 09:41:42 UTC (rev 4289)
+++ zaptel/trunk/debian/rules	2007-08-26 09:44:47 UTC (rev 4290)
@@ -109,7 +109,7 @@
 	rm -rf $(MOD_EXAMPLES_DIR)
 	rm -f tonezones.txt
 	rm -f $(GENERATED_SOURCES)
-	-$(MAKE) clean
+	[ ! -f Makefile ]||$(MAKE) clean
 	
 	#rm -f debian/manpage.links  debian/manpage.refs debian/*.8
 	




More information about the Pkg-voip-commits mailing list