for debian package: build-depend on libdbus-1-dev, don't recommand dbus (python2.4 depends on it), recommand python-gnupginterface instead of suggest it, don't depend on python2.4-pysqlite2 if python2.5 is installed. see #2992
This commit is contained in:
parent
efad862700
commit
d10182c7e8
|
@ -2,7 +2,7 @@ Source: gajim
|
|||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Yann Le Boulanger <asterix@lagaule.org>
|
||||
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)
|
||||
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-Conflicts: python2.3
|
||||
XS-Python-Version: >= 2.4
|
||||
Standards-Version: 3.7.2
|
||||
|
@ -10,9 +10,9 @@ Standards-Version: 3.7.2
|
|||
Package: gajim
|
||||
Architecture: any
|
||||
XB-Python-Version: ${python:Versions}
|
||||
Depends: ${python:Depends}, python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python-pysqlite2
|
||||
Recommends: dnsutils, dbus, python-dbus, notification-daemon, python-pyopenssl
|
||||
Suggests: python-gnome2, python-gnupginterface, nautilus-sendto, avahi-daemon, python-avahi, network-manager
|
||||
Depends: ${python:Depends}, python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python2.4-pysqlite2 | python2.5
|
||||
Recommends: dnsutils, python2.4-dbus, notification-daemon, python-gnupginterface, python-pyopenssl
|
||||
Suggests: python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager
|
||||
Description: Jabber client written in PyGTK
|
||||
Gajim is a Jabber client. It has a tabbed user interface with normal chats,
|
||||
group chats, and has many features such as, TLS, GPG, SSL, multiple accounts,
|
||||
|
|
Loading…
Reference in New Issue