[Pkg-utopia-commits] r459 - packages/unstable/avahi/debian
Sjoerd Simons
sjoerd at costa.debian.org
Wed Jan 11 22:57:33 UTC 2006
Author: sjoerd
Date: 2006-01-11 22:57:32 +0000 (Wed, 11 Jan 2006)
New Revision: 459
Modified:
packages/unstable/avahi/debian/rules
Log:
Add ia64 to the archs that support mono
Modified: packages/unstable/avahi/debian/rules
===================================================================
--- packages/unstable/avahi/debian/rules 2006-01-11 22:34:59 UTC (rev 458)
+++ packages/unstable/avahi/debian/rules 2006-01-11 22:57:32 UTC (rev 459)
@@ -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))
+ifeq (,$(findstring $(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