> ejabberd wants to install all this unneeded xserver stuff: > > xmpp:~# aptitude -Vt unstable install ejabberd [...] > 11 packages upgraded, 102 newly installed, 0 to remove and 168 not > upgraded.
This is due to captcha support introduced in 2.1.0: the captcha generation script uses imagemagick, and thus I have added it to the Recommends clause. Right now you can get around this issue using the --without-recommends aptitude command-line option. I think we should consider downgrading this dependency to Suggests. Also Gerfried Fuchs told me graphicsmagick has a satellite package providing compatibility with imagemagick, and graphicsmagick seems not to depend on X stuff, only on graphics- and font manipulation libraries. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

