[Pkg-voip-commits] r4122 - spandsp/trunk/debian

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Aug 19 11:22:17 UTC 2007


Author: kilian
Date: 2007-08-19 11:22:17 +0000 (Sun, 19 Aug 2007)
New Revision: 4122

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

Modified: spandsp/trunk/debian/changelog
===================================================================
--- spandsp/trunk/debian/changelog	2007-08-19 11:11:00 UTC (rev 4121)
+++ spandsp/trunk/debian/changelog	2007-08-19 11:22:17 UTC (rev 4122)
@@ -4,6 +4,7 @@
   * Use ${binary:Version} for binNMU-safe uploads.
     Add dpkg-dev (>= 1.13.19) to Build-Depends
   * debian/watch: Update.
+  * Don't ignore make clean error.
 
  -- Kilian Krause <kilian at debian.org>  Sun, 19 Aug 2007 02:39:53 +0200
 

Modified: spandsp/trunk/debian/rules
===================================================================
--- spandsp/trunk/debian/rules	2007-08-19 11:11:00 UTC (rev 4121)
+++ spandsp/trunk/debian/rules	2007-08-19 11:22:17 UTC (rev 4122)
@@ -54,7 +54,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp autotools
-	-$(MAKE) distclean
+	[ ! -f Makefile ]||$(MAKE) distclean
 
 	-$(RM) -f config.sub
 	-$(RM) -f config.guess




More information about the Pkg-voip-commits mailing list