Apt-get repository problem

Hi,
I am trying to install nzbdrone on a raspberrypi running raspian wheezy.

I have updated my sources.list to include

deb …apt.sonarr.tv/ master main

When I try to do
sudo apt-get -f install nzbdrone

I get the message

Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
nzbdrone : Depends: libmono-cil-dev (>= 3.10) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

When I then try to install libmono-cil-dev
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libmono-cil-dev : Depends: libmono2.0-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-accessibility2.0-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-accessibility4.0-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-c5-1.1-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-cairo2.0-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-cairo4.0-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-cecil-private-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-codecontracts4.0-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-compilerservices-symbolwriter4.0-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-corlib2.0-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-corlib4.0-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-corlib4.5-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-cscompmgd0.0-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-cscompmgd8.0-cil (= 3.10.0-0xamarin2) but it is not going to be installed
Depends: libmono-csharp4.0c-cil (= 3.10.0-0xamarin2) but it is not going to be installed


When I check the apt-cache policy for libmono-cil-dev I see

libmono-cil-dev:
Installed: (none)
Candidate: 3.10.0-0xamarin2
Version table:
3.10.0-0xamarin2 0
500 apt.sonarr.tv/ master/main armhf Packages
3.10.0-0xamarin1 0
500 apt.sonarr.tv/ master/main armhf Packages
3.2.8+dfsg-4+rpi1 0
500 mirrordirector.raspbian.org/raspbian/ wheezy/main armhf Packages

This looks like the right candidate.

The problems seems to be that all these packages depend on mono-runtime, and that does not appear to be available in the sonarr repository. Is it possible to get this binary package from somewhere else?

Any suggestions greatly appreciated.

mono-runtime:
Installed: (none)
Candidate: 3.2.8+dfsg-4+rpi1
Version table:
3.2.8+dfsg-4+rpi1 0
500 mirrordirector.raspbian.org/raspbian/ wheezy/main armhf Packages

Currently we’re leveraging mono’s debian packages (mirroring them in our repo to keep the requirements down), but they’re not producing packages for armhf at the moment. We’re considering creating our own package, but its not something we’re going to be able to do immediately.

The best way way to get going now is to compile mono 3.6+ and install via the latest tar.gz (will always be the latest available master release).