rev 7113 - trunk/cdbs

Ana Beatriz Guerrero López ana at alioth.debian.org
Wed Aug 22 05:36:51 UTC 2007


Author: ana
Date: 2007-08-22 05:36:51 +0000 (Wed, 22 Aug 2007)
New Revision: 7113

Modified:
   trunk/cdbs/debian-qt-kde.mk
Log:
Add mipsel to the list of cdbs_treat_me_gently_arches,
this is due kdepim being unable to build in mipsel. I can not think
in any problem activating it to all kde* packages (and it was faster =)


Modified: trunk/cdbs/debian-qt-kde.mk
===================================================================
--- trunk/cdbs/debian-qt-kde.mk	2007-08-20 07:43:10 UTC (rev 7112)
+++ trunk/cdbs/debian-qt-kde.mk	2007-08-22 05:36:51 UTC (rev 7113)
@@ -27,7 +27,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 alpha ppc64 armel armeb
+    cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb mipsel
     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