rev 4229 - trunk/cdbs

Christopher Martin chrsmrtn at costa.debian.org
Sat Jul 29 19:06:02 UTC 2006


Author: chrsmrtn
Date: 2006-07-29 19:06:00 +0000 (Sat, 29 Jul 2006)
New Revision: 4229

Modified:
   trunk/cdbs/debian-qt-kde.mk
Log:
Let's add the no --enable-final on m68k/arm fix to d-qt-kde.mk, since
CDBS rejected it.


Modified: trunk/cdbs/debian-qt-kde.mk
===================================================================
--- trunk/cdbs/debian-qt-kde.mk	2006-07-29 17:37:26 UTC (rev 4228)
+++ trunk/cdbs/debian-qt-kde.mk	2006-07-29 19:06:00 UTC (rev 4229)
@@ -25,6 +25,15 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
 DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib)
 
+ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+    cdbs_treat_me_gently_arches := arm m68k
+    ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
+        cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
+    else
+        cdbs_kde_enable_final =
+    endif
+endif
+
 common-build-arch:: debian/stamp-man-pages
 debian/stamp-man-pages:
 	if ! test -d debian/man/out; then mkdir -p debian/man/out; fi




More information about the pkg-kde-commits mailing list