[Pkg-kde-commits] rev 641 - branches/kde-3.4.0/cdbs

Adeodato Simó dato-guest@costa.debian.org
Fri, 04 Mar 2005 19:42:51 +0100


Author: dato-guest
Date: 2005-03-04 19:42:50 +0100 (Fri, 04 Mar 2005)
New Revision: 641

Modified:
   branches/kde-3.4.0/cdbs/kde.mk
Log:
19:39 <dato> Thucydides: btw, it seems to me that the fakeroot in buildprep can be dropped
19:39 <Thucydides> since it's already being run by fakeroot?
19:40 <dato> yes
19:40 <dato> because of depending on clean
19:40 <Thucydides> good point.



Modified: branches/kde-3.4.0/cdbs/kde.mk
===================================================================
--- branches/kde-3.4.0/cdbs/kde.mk	2005-03-04 18:38:34 UTC (rev 640)
+++ branches/kde-3.4.0/cdbs/kde.mk	2005-03-04 18:42:50 UTC (rev 641)
@@ -98,7 +98,7 @@
 
 buildprep: clean apply-patches
 	make -f admin/Makefile.common dist
-	fakeroot debian/rules clean
+	debian/rules clean
 
 binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
 	set -e; \