Package: gnome-keyring-sharp Version: 0.0.1-4 Severity: serious Tags: patch
When building 'gnome-keyring-sharp' in a clean 'unstable' chroot, I get the following error: checking GNOME_KEYRING_CFLAGS... -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking GNOME_KEYRING_LIBS... -lgnome-keyring -lglib-2.0 checking for mono >= 0.0... checking for csc.exe... no configure: error: You need to install either mono or .Net make: *** [configure-stamp] Error 1 Please add the missing Build-Depends on 'libmono-dev, mono-gac, gtk-sharp2' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/gnome-keyring-sharp-0.0.1/debian/control ./debian/control --- ../tmp-orig/gnome-keyring-sharp-0.0.1/debian/control 2005-09-23 07:37:25.000000000 +0000 +++ ./debian/control 2005-09-23 07:37:20.000000000 +0000 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Guido Trotter <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.0.0), cli-common (>= 0.1.3), mono-mcs (>= 1.0) | c-sharp-compiler, libgnome-keyring-dev, pkg-config +Build-Depends-Indep: debhelper, libmono-dev, gtk-sharp2, mono-gac, cli-common (>= 0.1.3), mono-mcs (>= 1.0) | c-sharp-compiler, libgnome-keyring-dev, pkg-config Standards-Version: 3.6.2.1 Package: libgnome-keyring-cil -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

