[Pkg-voip-commits] r4432 - in /asterisk-chan-capi/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Sep 9 14:59:13 UTC 2007


Author: kilian
Date: Sun Sep  9 14:59:13 2007
New Revision: 4432

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4432
Log:
* Don't ignore make clean error.

Modified:
    asterisk-chan-capi/trunk/debian/changelog
    asterisk-chan-capi/trunk/debian/rules

Modified: asterisk-chan-capi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/changelog?rev=4432&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/changelog (original)
+++ asterisk-chan-capi/trunk/debian/changelog Sun Sep  9 14:59:13 2007
@@ -1,9 +1,13 @@
 asterisk-chan-capi (1.0.1-2) UNRELEASED; urgency=low
 
+  [ Lionel Elie Mamane ]
   * Document that chan-capi needs res_features (closes: #434649)
   * Bump up Standards-Version to 3.7.2
 
- -- Lionel Elie Mamane <lmamane at debian.org>  Thu, 26 Jul 2007 08:58:59 +0200
+  [ Kilian Krause ]
+  * Don't ignore make clean error.
+
+ -- Kilian Krause <kilian at debian.org>  Sun,  9 Sep 2007 16:59:01 +0200
 
 asterisk-chan-capi (1.0.1-1) unstable; urgency=low
 

Modified: asterisk-chan-capi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/rules?rev=4432&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/rules (original)
+++ asterisk-chan-capi/trunk/debian/rules Sun Sep  9 14:59:13 2007
@@ -56,7 +56,7 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	[ ! -f Makefile ]||$(MAKE) clean
 
 	dh_clean
 




More information about the Pkg-voip-commits mailing list