Just downloaded the sources (3.0.3.2+dfsg-1), and did a simple `grep -r Mono.Cairo .` over the source tree; these three entries look promising:
./src/core/MonoDevelop.Core/frameworks/framework_NET_2_0.xml: <Assembly name="Mono.Cairo" version="2.0.0.0" publicKeyToken="0738eb9f132ed756" /> ./src/core/MonoDevelop.Core/frameworks/framework_NET_4_0.xml: <Assembly name="Mono.Cairo" /> ./src/core/MonoDevelop.Core/frameworks/framework_NET_1_1.xml: <Assembly name="Mono.Cairo" version="1.0.5000.0" publicKeyToken="0738eb9f132ed756" /> In other words, entries for 2.0 and 1.1 use strong names, and an entry for 4.0 uses a weak name. I'm not sure this is the culprit though. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org