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

Sjoerd Simons sjoerd at costa.debian.org
Mon Apr 3 22:36:11 UTC 2006


Author: sjoerd
Date: 2006-04-03 22:36:11 +0000 (Mon, 03 Apr 2006)
New Revision: 783

Modified:
   packages/unstable/avahi/debian/changelog
   packages/unstable/avahi/debian/rules
Log:
* Pass --disable-mono --disable-monodoc to configure on ia64 and powerpc.
  This makes the fix in the previous package actually usefull.

Modified: packages/unstable/avahi/debian/changelog
===================================================================
--- packages/unstable/avahi/debian/changelog	2006-04-03 22:05:01 UTC (rev 782)
+++ packages/unstable/avahi/debian/changelog	2006-04-03 22:36:11 UTC (rev 783)
@@ -1,3 +1,10 @@
+avahi (0.6.9-8) unstable; urgency=medium
+
+  * Pass --disable-mono --disable-monodoc to configure on ia64 and powerpc.
+    This makes the fix in the previous package actually usefull.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue,  4 Apr 2006 00:33:58 +0200
+
 avahi (0.6.9-7) unstable; urgency=medium
 
   [ Sebastian Dröge ]

Modified: packages/unstable/avahi/debian/rules
===================================================================
--- packages/unstable/avahi/debian/rules	2006-04-03 22:05:01 UTC (rev 782)
+++ packages/unstable/avahi/debian/rules	2006-04-03 22:36:11 UTC (rev 783)
@@ -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 (,$(filter $(DEB_BUILD_ARCH), powerpc amd64 i386 ia64))
+ifeq (,$(filter $(DEB_BUILD_ARCH), amd64 i386))
   DEB_INDEP_PACKAGES := \
     $(filter-out libavahi1.0-cil,$(DEB_INDEP_PACKAGES))
   DEB_INDEP_PACKAGES := \




More information about the Pkg-utopia-commits mailing list