Comment 2 for bug 1476679

Revision history for this message
Sander Smeenk (ubuntu-freshdot) wrote :

Aparently since package version 8.2.7+dfsg.1-1 (available in wily) this ojoin/opme extra module has been re-added to the package.

A quick loop over the files on my mirror shows (i386 and amd64 are identical in this aspect):

ircd-hybrid_7.2.2.dfsg.2-6.3_amd64.deb yes
ircd-hybrid_7.2.2.dfsg.2-6ubuntu3_amd64.deb yes
ircd-hybrid_8.1.13.dfsg.1-1_amd64.deb no
ircd-hybrid_8.1.17.dfsg.1-1_amd64.deb no
ircd-hybrid_8.2.0+dfsg.1-2_amd64.deb no
ircd-hybrid_8.2.7+dfsg.1-1_amd64.deb yes

For those not willing to upgrade to wily, the following will probably build proper packages for the most recent version of ircd-hybrid from the GIT repo, including SSL support, but you can leave that out ofcourse...

$ sudo apt-get install build-essential # or start your build chroot like pbuilder

$ sudo apt-get install git libssl-dev ; sudo apt-get build-dep ircd-hybrid
$ git clone git://anonscm.debian.org/users/dom/ircd-hybrid.git
$ cd ircd-hybrid
$ USE_OPENSSL=1 fakeroot debian/rules binary