[Pkg-voip-commits] r4437 - in /ohphone/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Sep 9 15:06:17 UTC 2007


Author: kilian
Date: Sun Sep  9 15:06:17 2007
New Revision: 4437

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

Modified:
    ohphone/trunk/debian/changelog
    ohphone/trunk/debian/rules

Modified: ohphone/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/ohphone/trunk/debian/changelog?rev=4437&op=diff
==============================================================================
--- ohphone/trunk/debian/changelog (original)
+++ ohphone/trunk/debian/changelog Sun Sep  9 15:06:17 2007
@@ -1,8 +1,9 @@
 ohphone (1:1.4.5+20060204-3) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-
- -- Kilian Krause <kilian at debian.org>  Sun, 16 Apr 2006 23:16:18 +0000
+  * Don't ignore make clean errors.
+
+ -- Kilian Krause <kilian at debian.org>  Sun,  9 Sep 2007 17:06:06 +0200
 
 ohphone (1:1.4.5+20060204-2) unstable; urgency=low
 

Modified: ohphone/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/ohphone/trunk/debian/rules?rev=4437&op=diff
==============================================================================
--- ohphone/trunk/debian/rules (original)
+++ ohphone/trunk/debian/rules Sun Sep  9 15:06:17 2007
@@ -32,10 +32,8 @@
 
 build-arch: build-arch-stamp
 build-arch-stamp:
-	
 	dh_clean -k -s 
 	dh_installdirs -s
-	
 	$(MAKE) $(MAKE_BUILD_PARAM) optshared
 	$(MAKE) $(MAKE_BUILD_PARAM) INSTALL_DIR=$(CURDIR)/debian/ohphone-basic/usr install
 	$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
@@ -52,10 +50,8 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-arch-stamp build-indep-stamp
-
-	-$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
+	[ ! -f Makefile ]||$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
 	-$(RM) -rf obj_*
-	
 	dh_clean 
 
 install: install-indep install-arch




More information about the Pkg-voip-commits mailing list