[Pkg-voip-commits] r1202 - openmcu/trunk/debian

Kilian Krause kilian at costa.debian.org
Fri Jan 27 23:37:47 UTC 2006


Author: kilian
Date: 2006-01-27 23:37:46 +0000 (Fri, 27 Jan 2006)
New Revision: 1202

Modified:
   openmcu/trunk/debian/changelog
   openmcu/trunk/debian/rules
Log:
fix FTBFS when building with sudo instead of fakeroot


Modified: openmcu/trunk/debian/changelog
===================================================================
--- openmcu/trunk/debian/changelog	2006-01-27 19:47:10 UTC (rev 1201)
+++ openmcu/trunk/debian/changelog	2006-01-27 23:37:46 UTC (rev 1202)
@@ -1,3 +1,9 @@
+openmcu (2.1.1-2) unstable; urgency=low
+
+  * Fix clean target when run with sudo instead of fakeroot.
+
+ -- Kilian Krause <kilian at debian.org>  Sat, 28 Jan 2006 00:33:57 +0100
+
 openmcu (2.1.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: openmcu/trunk/debian/rules
===================================================================
--- openmcu/trunk/debian/rules	2006-01-27 19:47:10 UTC (rev 1201)
+++ openmcu/trunk/debian/rules	2006-01-27 23:37:46 UTC (rev 1202)
@@ -29,6 +29,7 @@
 	rm -f build-stamp
 
 	-$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
+	rm -rf obj_*
 
 	dh_clean
 




More information about the Pkg-voip-commits mailing list