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

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Aug 26 10:04:17 UTC 2007


Author: kilian
Date: 2007-08-26 10:04:17 +0000 (Sun, 26 Aug 2007)
New Revision: 4292

Modified:
   zaptel/trunk/debian/changelog
   zaptel/trunk/debian/rules
Log:
revert make clean error fix until it's applied upstream. We're running
*unpatched* in our clean target.


Modified: zaptel/trunk/debian/changelog
===================================================================
--- zaptel/trunk/debian/changelog	2007-08-26 10:00:38 UTC (rev 4291)
+++ zaptel/trunk/debian/changelog	2007-08-26 10:04:17 UTC (rev 4292)
@@ -6,7 +6,6 @@
   * 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. Fix with patch to feed upstream.
 
   [ Tzafrir Cohen ]
   * Pass extra modules / subdirs to modules make.

Modified: zaptel/trunk/debian/rules
===================================================================
--- zaptel/trunk/debian/rules	2007-08-26 10:00:38 UTC (rev 4291)
+++ zaptel/trunk/debian/rules	2007-08-26 10:04:17 UTC (rev 4292)
@@ -109,7 +109,7 @@
 	rm -rf $(MOD_EXAMPLES_DIR)
 	rm -f tonezones.txt
 	rm -f $(GENERATED_SOURCES)
-	[ ! -f Makefile ]||$(MAKE) clean
+	-$(MAKE) clean
 	
 	#rm -f debian/manpage.links  debian/manpage.refs debian/*.8
 	




More information about the Pkg-voip-commits mailing list