Changeset 8859

Show
Ignore:
Timestamp:
09/23/07 00:39:09 (14 months ago)
Author:
asterix
Message:

update debian files from 0.11.2 release

Location:
trunk/debian
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/debian/changelog

    r7761 r8859  
     1gajim (0.11.2-1) unstable; urgency=low 
     2 
     3  * New upstream release. 
     4  * Don't optionaly depend on python2.5. Closes: #418252 
     5  * Better handle gnome-keyring. Closes: #433315, #424293 
     6  * Handle dbus restart. Closes: #434993 
     7  * Don't allow bookmark creation on server that don't support that. 
     8    Closes: #438620 
     9  * Fix list_contact dbus signature. Closes: #440225 
     10  * Remove changelog.gz from /usr/share/doc/gajim. Closes: #412632 
     11 
     12 -- Yann Le Boulanger <asterix@lagaule.org>  Sun, 22 Sep 2007 22:22:34 +0100 
     13 
     14gajim (0.11.1-1) unstable; urgency=low 
     15 
     16  * New upstream release. 
     17  * Don't depend on python2.4 specifically 
     18  * Don't recommand libdbus, python-dbus does 
     19  * Tooltips in chat window are now correctly destroyed. Closes: #404693 
     20 
     21 -- Yann Le Boulanger <asterix@lagaule.org>  Sun, 18 Feb 2007 22:15:57 +0100 
     22 
     23gajim (0.11-2) unstable; urgency=low 
     24 
     25  * Add missing build depends to get gajim-remote. Closes: #405969 
     26  * Update recommands to support dbus. Closes: #402355 
     27  * Make python-gnupginterface a recommanded package. Closes: #405808 
     28 
     29 -- Yann Le Boulanger <asterix@lagaule.org>  Tue, 09 Jan 2007 18:32:26 +0100 
     30 
    131gajim (0.11-1) unstable; urgency=low 
    232 
  • trunk/debian/control

    r8729 r8859  
    33Priority: optional 
    44Maintainer: Yann Le Boulanger <asterix@lagaule.org> 
    5 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 
     5Build-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 
    66Build-Conflicts: python2.3 
    77XS-Python-Version: >= 2.4 
  • trunk/debian/gajim.menu

    r2239 r8859  
    11?package(gajim): \ 
    22   needs="X11" \ 
    3    section="Apps/Net" \ 
     3   section="Applications/Network/Communication" \ 
    44   command="/usr/bin/gajim" \ 
    55   icon="/usr/share/pixmaps/gajim.xpm" \