Changeset 8984

Show
Ignore:
Timestamp:
11/16/07 19:12:29 (10 months ago)
Author:
asterix
Message:

update debian files for 0.11.3 release

Location:
branches/gajim_0.11.2/debian
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.2/debian/changelog

    r8853 r8984  
     1gajim (0.11.3-1) unstable; urgency=low 
     2 
     3  * New upstream release. 
     4  * Fix depand list so that Gajim will work when python2.5 will be the 
     5    default. Closes: #445275 
     6  * Fix focus bug. Closes: #447985 
     7  * Depend on dnsutils to use SRV records. Closes: #434690 
     8 
     9 -- Yann Leboulanger <asterix@lagaule.org>  Fri, 16 Nov 2007 19:01:54 +0100 
     10 
    111gajim (0.11.2-1) unstable; urgency=low 
    212 
  • branches/gajim_0.11.2/debian/control

    r8730 r8984  
    1111Architecture: any 
    1212XB-Python-Version: ${python:Versions} 
    13 Depends: ${python:Depends}, python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python-pysqlite2 
    14 Recommends: dnsutils, dbus, python-dbus, notification-daemon, python-gnupginterface 
     13Depends: ${python:Depends}, python (>= 2.4), python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python-pysqlite2 | python (>= 2.5), dnsutils 
     14Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface 
    1515Suggests: python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnome2-desktop (>= 2.16.0) 
    1616Description: Jabber client written in PyGTK