[Pkg-utopia-commits] r460 - packages/unstable/avahi/debian

Sjoerd Simons sjoerd at costa.debian.org
Wed Jan 11 23:06:42 UTC 2006


Author: sjoerd
Date: 2006-01-11 23:06:42 +0000 (Wed, 11 Jan 2006)
New Revision: 460

Modified:
   packages/unstable/avahi/debian/rules
Log:
Use filter instead of findstring, should be more reliable

Modified: packages/unstable/avahi/debian/rules
===================================================================
--- packages/unstable/avahi/debian/rules	2006-01-11 22:57:32 UTC (rev 459)
+++ packages/unstable/avahi/debian/rules	2006-01-11 23:06:42 UTC (rev 460)
@@ -3,7 +3,7 @@
 # Filter out the mono packages on architectures that don't support it
 #
 include /usr/share/cdbs/1/rules/buildvars.mk
-ifeq (,$(findstring $(DEB_BUILD_ARCH), powerpc, amd64, i386, ia64))
+ifeq (,$(filter $(DEB_BUILD_ARCH), powerpc amd64 i386 ia64))
   DEB_INDEP_PACKAGES := \
     $(filter-out libavahi-cil,$(DEB_INDEP_PACKAGES))
   DEB_INDEP_PACKAGES := \




More information about the Pkg-utopia-commits mailing list