rev 4521 - trunk/cdbs

Christopher Martin chrsmrtn at costa.debian.org
Tue Sep 19 01:07:09 UTC 2006


Author: chrsmrtn
Date: 2006-09-19 01:07:08 +0000 (Tue, 19 Sep 2006)
New Revision: 4521

Modified:
   trunk/cdbs/debian-qt-kde.mk
Log:
Let's add alpha (kdepim failure due to --enable-final) and ppc64 (request of porters)
to the sucky arch list.


Modified: trunk/cdbs/debian-qt-kde.mk
===================================================================
--- trunk/cdbs/debian-qt-kde.mk	2006-09-19 01:06:12 UTC (rev 4520)
+++ trunk/cdbs/debian-qt-kde.mk	2006-09-19 01:07:08 UTC (rev 4521)
@@ -26,7 +26,7 @@
 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
+    cdbs_treat_me_gently_arches := arm m68k alpha ppc64
     ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
         cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
     else




More information about the pkg-kde-commits mailing list