debian package now really depend on python2.4

This commit is contained in:
Yann Leboulanger 2006-04-13 19:37:13 +00:00
parent 832f6d8ab4
commit 98a248a899
3 changed files with 6 additions and 5 deletions

2
debian/changelog vendored
View file

@ -4,6 +4,8 @@ gajim (0.10-1) unstable; urgency=low
* fix description typo Closes: #349249
* Gajim now recommends dnsutils instead of python-dns
* Gajim now depends on python2.4 Closes: #357777
* Use Gajim's GnuPGInterface file as there is no python2.4-gnupginterface
package
-- Yann Le Boulanger <asterix@lagaule.org> Wed, 12 Apr 2006 10:55:16 +0100

6
debian/control vendored
View file

@ -2,14 +2,14 @@ Source: gajim
Section: net
Priority: optional
Maintainer: Yann Le Boulanger <asterix@lagaule.org>
Build-Depends: debhelper (>= 4.1.0), cdbs, python-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext, libxss-dev, intltool
Build-Depends: debhelper (>= 4.1.0), cdbs, python2.4-dev, libgtk2.0-dev, python2.4-gtk2-dev, libgtkspell-dev, gettext, libxss-dev, intltool
Standards-Version: 3.6.2
Package: gajim
Architecture: any
Depends: ${shlibs:Depends}, python2.4 (>= 2.4), python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python-pysqlite2
Depends: ${shlibs:Depends}, python2.4 (>= 2.4), python2.4-glade2 (>= 2.6.0), python2.4-gtk2 (>= 2.6.0), python2.4-pysqlite2
Recommends: dnsutils, python2.4-dbus, notification-daemon
Suggests: python-gnupginterface, python-gnome2
Suggests: python2.4-gnome2
Description: Jabber client written in PyGTK
Gajim is a Jabber client written in PyGTK. It has a tabbed user interface
with normal chats, group chats, and has many features such as, TLS, GPG,

3
debian/rules vendored
View file

@ -8,8 +8,7 @@ CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -fPIC -I/usr/include/python$(P
LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0`
DEB_MAKE_BUILD_TARGET := all
DEB_MAKE_INSTALL_TARGET = install PREFIX=/usr DESTDIR=$(DEB_DESTDIR)
DEB_MAKE_INSTALL_TARGET = install PYTHON=python2.4 PREFIX=/usr DESTDIR=$(DEB_DESTDIR)
binary-install/gajim::
rm $(DEB_DESTDIR)/usr/share/gajim/src/common/GnuPGInterface.py
dh_python -pgajim /usr/share/gajim/src