tags 405969 + patch thanks Configure now need the --enable-remote option. Then it also need the dbus development files.
A patch is attached. Jan Lübbe
diff -u gajim-0.11/debian/rules gajim-0.11/debian/rules --- gajim-0.11/debian/rules +++ gajim-0.11/debian/rules @@ -8,7 +8,7 @@ include /usr/share/cdbs/1/class/autotools.mk PYTHONVER = 2.4 -DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr +DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --enable-remote DEB_MAKE_BUILD_TARGET := all PYTHON=python$(PYTHONVER) DEB_MAKE_INSTALL_TARGET = install PYTHON=python$(PYTHONVER) DESTDIR=$(DEB_DESTDIR) diff -u gajim-0.11/debian/changelog gajim-0.11/debian/changelog --- gajim-0.11/debian/changelog +++ gajim-0.11/debian/changelog @@ -1,3 +1,10 @@ +gajim (0.11-2) unstable; urgency=low + + * Enable gajim-remote. Closes: #405969 + * Add Build-Depends: libdbus-1-dev + + -- Jan Luebbe <[EMAIL PROTECTED]> Tue, 9 Jan 2007 19:01:42 +0100 + gajim (0.11-1) unstable; urgency=low * New upstream release. Closes: #403806 diff -u gajim-0.11/debian/control gajim-0.11/debian/control --- gajim-0.11/debian/control +++ gajim-0.11/debian/control @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Yann Le Boulanger <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.3), python2.4-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext, libxss-dev, intltool, imagemagick, python-central (>= 0.5) +Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.3), python2.4-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext, libxss-dev, intltool, imagemagick, python-central (>= 0.5), libdbus-1-dev Build-Conflicts: python2.3 XS-Python-Version: 2.4 Standards-Version: 3.7.2