update and clean debian folder
This commit is contained in:
parent
d96cfefae8
commit
e545ebe86d
|
@ -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 <asterix@lagaule.org> Fri, 02 Apr 2010 10:19:59 +0200
|
||||
|
||||
gajim (0.13.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
@ -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*
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue