Package: mono-tools Version: 1.1.9-1 Severity: serious Tags: patch When building 'mono-tools' in a clean 'unstable' chroot, I get the following error:
debian/rules clean debian/rules:5: /usr/share/dpatch/dpatch.make: No such file or directory make: *** No rule to make target `/usr/share/dpatch/dpatch.make'. Stop. Please add the missing Build-Depends on 'dpatch' to debian/control. When this is fixed, I still get the following error: checking for resgen... /usr/bin/resgen checking for pkg-config... /usr/bin/pkg-config checking for nunit-core... Package nunit-core was not found in the pkg-config se arch path. Perhaps you should add the directory containing `nunit-core.pc' to th e PKG_CONFIG_PATH environment variable No package 'nunit-core' found configure: error: Library requirements (nunit-core) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. make: *** [build-stamp] Error 1 Regards Andreas Jochens diff -urN ../tmp-orig/mono-tools-1.1.9/debian/control ./debian/control --- ../tmp-orig/mono-tools-1.1.9/debian/control 2005-10-04 06:33:08.000000000 +0000 +++ ./debian/control 2005-10-04 06:33:06.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Mono Group <[EMAIL PROTECTED]> Uploaders: Mirco Bauer <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), cli-common (>= 0.2.0), pkg-config, libmono-dev (>= 1.0), mono-gac (>= 1.0), libnunit-cil (>= 2.2.0), libgtk-cil (>= 1.0), libgnome-cil (>= 1.0), libgconf-cil (>= 1.0), libglade-cil (>= 1.0), libgecko-cil (>= 0.6), monodoc-base (>= 1.1.9) +Build-Depends: debhelper, dpatch, nant, cli-common (>= 0.2.0), pkg-config, libmono-dev (>= 1.0), mono-gac (>= 1.0), libnunit-cil (>= 2.2.0), libgtk-cil (>= 1.0), libgnome-cil (>= 1.0), libgconf-cil (>= 1.0), libglade-cil (>= 1.0), libgecko-cil (>= 0.6), monodoc-base (>= 1.1.9) Standards-Version: 3.6.2.1 Package: monodoc-browser -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

