Description: Enabling the unit tests causes a binary dep on ndesk-dbus to be created. Patch them out.
Forwarded: not-needed
Author: Iain Lane <laney@ubuntu.com>
Index: natty/configure.in
===================================================================
--- natty.orig/configure.in	2010-10-29 01:48:44.597611300 +0100
+++ natty/configure.in	2010-10-29 01:48:59.188739163 +0100
@@ -276,10 +276,10 @@
 #
 # NUnit required for (optional) unit tests
 #
-PKG_CHECK_MODULES(NUNIT, mono-nunit, HAVE_NUNIT="yes", HAVE_NUNIT="no")
+#PKG_CHECK_MODULES(NUNIT, mono-nunit, HAVE_NUNIT="yes", HAVE_NUNIT="no")
 AM_CONDITIONAL(HAVE_NUNIT, test "$HAVE_NUNIT" = "yes")
-AC_SUBST(NUNIT_LIBS)
-AC_PATH_PROG(NUNIT, nunit-console)
+#AC_SUBST(NUNIT_LIBS)
+#AC_PATH_PROG(NUNIT, nunit-console)
 
 #
 # Check for X11 libraries
