debian: don't specifically depend on python2.4

This commit is contained in:
Yann Leboulanger 2007-02-14 10:56:22 +00:00
parent b1c350f35c
commit 8fc93418a2
1 changed files with 2 additions and 2 deletions

4
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: gajim
Section: net Section: net
Priority: optional Priority: optional
Maintainer: Yann Le Boulanger <asterix@lagaule.org> Maintainer: Yann Le Boulanger <asterix@lagaule.org>
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-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.3), python-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 Build-Conflicts: python2.3
XS-Python-Version: >= 2.4 XS-Python-Version: >= 2.4
Standards-Version: 3.7.2 Standards-Version: 3.7.2
@ -10,7 +10,7 @@ Standards-Version: 3.7.2
Package: gajim Package: gajim
Architecture: any Architecture: any
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python2.4-pysqlite2 | python2.5 Depends: ${python:Depends}, python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python-pysqlite2 | python2.5
Recommends: dnsutils, python2.4-dbus, notification-daemon, python-gnupginterface, python-pyopenssl Recommends: dnsutils, python2.4-dbus, notification-daemon, python-gnupginterface, python-pyopenssl
Suggests: python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager Suggests: python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager
Description: Jabber client written in PyGTK Description: Jabber client written in PyGTK