[Pkg-kde-commits] rev 1941 - trunk/packages/koffice/debian

Isaac Clerencia isaac at costa.debian.org
Thu Oct 13 00:41:39 UTC 2005


Author: isaac
Date: 2005-10-13 00:41:38 +0000 (Thu, 13 Oct 2005)
New Revision: 1941

Modified:
   trunk/packages/koffice/debian/rules
Log:
Do not compile kexi, as it's shipped as a separate package and kexi
developers will continue making stand-alone releases
Do not apply binary patch for kpresenter
Several other temporary changes


Modified: trunk/packages/koffice/debian/rules
===================================================================
--- trunk/packages/koffice/debian/rules	2005-10-12 22:04:51 UTC (rev 1940)
+++ trunk/packages/koffice/debian/rules	2005-10-13 00:41:38 UTC (rev 1941)
@@ -74,20 +74,6 @@
 		touch patch-stamp ;\
 	fi
 
-	# Patch binary files that were changed upstream in BRANCH.
-	echo APPLYING BINARY PATCH\: kpresenter-templates.tgz.uu
-	(cd kpresenter/templates/Screen ; uudecode -o /dev/stdout \
-		../../../debian/patches/kpresenter-templates.tgz.uu | tar -zxf -)
-
-	# KDE CVS does not have aclocal.m4 or configure
-	# if test ! -f configure; then \
-	# 	$(MAKE) -f admin/Makefile.common ;\
-	# fi
-
-	# Force a rerun of automake/etc since this is required by the
-	# debian patches.
-	$(MAKE) -f admin/Makefile.common ;\
-
 	# make build directory
 	mkdir $(objdir)
 
@@ -96,7 +82,7 @@
 
 	# run configure with build tree $(objdir)
 	cd $(objdir) && \
-	../configure $(configkde)
+	DO_NOT_COMPILE=kexi ../configure $(configkde)
 
 	touch configure-stamp
 




More information about the pkg-kde-commits mailing list