[Pkg-voip-commits] r1176 - ohphone/trunk/debian

Kilian Krause kilian at costa.debian.org
Sat Jan 14 17:35:56 UTC 2006


Author: kilian
Date: 2006-01-14 17:35:56 +0000 (Sat, 14 Jan 2006)
New Revision: 1176

Modified:
   ohphone/trunk/debian/changelog
   ohphone/trunk/debian/rules
Log:
prepare updated ohphone to fix sudo-building..


Modified: ohphone/trunk/debian/changelog
===================================================================
--- ohphone/trunk/debian/changelog	2006-01-14 16:10:26 UTC (rev 1175)
+++ ohphone/trunk/debian/changelog	2006-01-14 17:35:56 UTC (rev 1176)
@@ -1,3 +1,9 @@
+ohphone (1:1.4.3+20050304-7) unstable; urgency=low
+
+  * Fix building with sudo rather than fakeroot. Same fix as for pstngw.
+
+ -- Kilian Krause <kilian at debian.org>  Sat, 14 Jan 2006 18:35:14 +0100
+
 ohphone (1:1.4.3+20050304-6) unstable; urgency=high
 
   * debian/control: Replace xlibs-dev by libx11-dev libxext-dev x-dev

Modified: ohphone/trunk/debian/rules
===================================================================
--- ohphone/trunk/debian/rules	2006-01-14 16:10:26 UTC (rev 1175)
+++ ohphone/trunk/debian/rules	2006-01-14 17:35:56 UTC (rev 1176)
@@ -54,7 +54,7 @@
 	rm -f build-arch-stamp build-indep-stamp
 
 	-$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
-	-rmdir obj_* 2>/dev/null || true
+	-$(RM) -rf obj_*
 	
 	dh_clean 
 




More information about the Pkg-voip-commits mailing list