Mono-1.2.1 is out for Ubuntu
If you’re using Ubuntu, then mono-1.2.1 is available already. How? Easy as 1-2-3 on edgy (and previous probably too). Add:
deb-src http://se.archive.ubuntu.com/ubuntu/ feisty universe multiverse main restricted
to /etc/apt/sources, run:
apt-get update
apt-get build-dep mono
apt-get source mono –build
And install all the .deb-s that were created. That’s all! Really.
Using “2.6.15-27-server”
I get the following compilation error:
dh_md5sums -s
dh_builddeb -s
dpkg-deb: building package `mono-common’ in `../mono-common_1.2.2.1-1ubuntu2_i386.deb’.
dpkg-deb: parse error, in file `debian/mono-runtime/DEBIAN/control’ near line 6 package `mono-runtime’:
`Depends’ field, reference to `mono-gac’: error in version: version string is empty
dh_builddeb: command returned error code 512
make: *** [binary-arch] Error 1
Any ideas?
Thanks