Hi,
i've made a quick patch for the .deb to enable otr support.
mcabber with this patch works with otr.
cu,
michael
commit db79c34a74ed00c4e4769960b83440ddb4b781d5
Author: Michael Gebetsroither <[EMAIL PROTECTED]>
Date: Fri Nov 30 22:56:49 2007 +0100
added otr support
diff --git a/debian/control b/debian/control
index 6172f82..41e3e76 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: mcabber
Section: net
Priority: optional
Maintainer: Mario Iseli <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0), autotools-dev, libglib2.0-dev, libncursesw5-dev, libssl-dev, libgpgme11-dev, dpatch
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, libglib2.0-dev, libncursesw5-dev, libssl-dev, libgpgme11-dev, dpatch, libotr2-dev
Homepage: http://www.lilotux.net/~mikael/mcabber/
Standards-Version: 3.7.2
diff --git a/debian/rules b/debian/rules
index a70500c..e9f87eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ endif
config.status: patch
dh_testdir
- CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-gpgme --enable-aspell
+ CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-gpgme --enable-aspell --enable-otr
build: build-stamp