On 12 November 2011 21:18, Iain Lane <[email protected]> wrote: > We don't usually package non-official versions unless there is a > compelling reason. So, what reason do you see that we should do it in > this case?
Packaging it into ubuntu I've discovered a problem in "src/Application.cs". The build fails due to a typo in a processor directive in that file, in few words in that file you have '#elseif' instead of '#elif'. And to be honest, I don't know why you don't have a FTBFS in debian... Anyway, problem sees to be fixed in git repository. See attachment please. Best regards, Leo. > Cheers, > > -- > Iain Lane [ [email protected] ] > Debian Developer [ [email protected] ] > Ubuntu Developer [ [email protected] ] > PhD student [ [email protected] ] > -- Ubuntu Member - http://launchpad.net/~l3on Home Page - http://leoiannacone.com GPG Key Id - 0xD282FC25
--- a/src/Application.cs +++ b/src/Application.cs @@ -22,7 +22,7 @@ #if DBUS_SHARP using DBus; using org.freedesktop.DBus; -#elseif NDESK_DBUS +#elif NDESK_DBUS using NDesk.DBus; using org.freedesktop.DBus; #endif

