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

Christopher Martin chrsmrtn-guest@costa.debian.org
Sat, 14 May 2005 16:48:09 +0000


Author: chrsmrtn-guest
Date: 2005-05-14 16:48:08 +0000 (Sat, 14 May 2005)
New Revision: 1066

Modified:
   branches/kde-3.4.0/cdbs/debian-qt-kde.mk
   branches/kde-3.4.0/cdbs/kde.mk
Log:
Moving buildprep rule to kde.mk, since it is useful for all
applications that use the KDE build system.

If anyone can think of a reason not to do this, I'll happily
revert. Let me know. Otherwise, I'll soon submit kde.mk to CDBS
upstream.


Modified: branches/kde-3.4.0/cdbs/debian-qt-kde.mk
===================================================================
--- branches/kde-3.4.0/cdbs/debian-qt-kde.mk	2005-05-14 08:43:17 UTC (rev 1065)
+++ branches/kde-3.4.0/cdbs/debian-qt-kde.mk	2005-05-14 16:48:08 UTC (rev 1066)
@@ -17,10 +17,6 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
 DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib)
 
-buildprep: clean apply-patches
-	make -f admin/Makefile.common dist
-	debian/rules clean
-
 common-build-arch:: debian/stamp-man-pages
 debian/stamp-man-pages:
 	if ! test -d debian/man/out; then mkdir -p debian/man/out; fi

Modified: branches/kde-3.4.0/cdbs/kde.mk
===================================================================
--- branches/kde-3.4.0/cdbs/kde.mk	2005-05-14 08:43:17 UTC (rev 1065)
+++ branches/kde-3.4.0/cdbs/kde.mk	2005-05-14 16:48:08 UTC (rev 1066)
@@ -81,4 +81,8 @@
 clean::
 	rm -f debian/stamp-apidox
 
+buildprep: clean apply-patches
+	make -f admin/Makefile.common dist
+	debian/rules clean
+
 endif