Comment 6 for bug 194536

Revision history for this message
Steve Langasek (vorlon) wrote :

I have two problems with the proposed patch:

- the cause of the build failure is that /usr/bin/mcs is missing. The merge only *incidentally* fixes this issue, by build-depending on other packages which *happen* to depend on mono-mcs. The correct fix is to build-depend on mono-mcs directly.

- all versions of this package break for me when debian/rules clean is run before debian/rules build, because the upstream 'make clean' deletes class/cs-errors.zip. This breaks all of my build tests, even if it doesn't happen to break pbuilder, so I'm not willing to upload a package in that state.