diff --git a/debian/changelog b/debian/changelog index 5fb2e2951..2e912b755 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gajim (0.13.4-1) unstable; urgency=low + + * New upstream release. + * Fix flood when trying to join a full MUC. Closes: #575688 + + -- Yann Leboulanger Fri, 02 Apr 2010 10:19:59 +0200 + gajim (0.13.3-1) unstable; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index 0d45fd06c..dfd6c862b 100755 --- a/debian/rules +++ b/debian/rules @@ -7,10 +7,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk 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* diff --git a/debian/watch b/debian/watch new file mode 100644 index 000000000..7ddf56aff --- /dev/null +++ b/debian/watch @@ -0,0 +1,8 @@ +# Control file for uscan +# Run the "uscan" command to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://www.gajim.org/downloads/([\d.]*)/gajim-([\d\.]*)\.tar\.gz