tag 595870 +patch
thanks
debian/rules forces the PYTHON variable in the scripts to be python2.5,
regardless of what the configure script has discovered.
With this patch it uses whatever configure discovered.
diff --git a/gajim-0.13.4/debian/rules b/gajim-0.13.4.mod/debian/rules
old mode 100644
new mode 100755
index 0d45fd0..16373ae
--- a/gajim-0.13.4/debian/rules
+++ b/gajim-0.13.4.mod/debian/rules
@@ -9,8 +9,8 @@ include /usr/share/cdbs/1/class/autotools.mk
PYTHONVER = 2.5
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr
-DEB_MAKE_BUILD_TARGET := all PYTHON=python$(PYTHONVER)
-DEB_MAKE_INSTALL_TARGET = install PYTHON=python$(PYTHONVER)
DESTDIR=$(DEB_DESTDIR)
+DEB_MAKE_BUILD_TARGET := all
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
binary-install/gajim::
rm $(DEB_DESTDIR)/usr/share/gajim/src/common/GnuPGInterface.py*
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]