diff --git a/debian/changelog b/debian/changelog index 63c700cb2..fa9ed3645 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +gajim (0.11.2-1) unstable; urgency=low + + * New upstream release. + * Don't optionaly depend on python2.5. Closes: #418252 + * Better handle gnome-keyring. Closes: #433315, #424293 + * Handle dbus restart. Closes: #434993 + * Don't allow bookmark creation on server that don't support that. + Closes: #438620 + * Fix list_contact dbus signature. Closes: #440225 + * Remove changelog.gz from /usr/share/doc/gajim. Closes: #412632 + + -- Yann Le Boulanger Sun, 22 Sep 2007 22:22:34 +0100 + +gajim (0.11.1-1) unstable; urgency=low + + * New upstream release. + * Don't depend on python2.4 specifically + * Don't recommand libdbus, python-dbus does + * Tooltips in chat window are now correctly destroyed. Closes: #404693 + + -- Yann Le Boulanger Sun, 18 Feb 2007 22:15:57 +0100 + +gajim (0.11-2) unstable; urgency=low + + * Add missing build depends to get gajim-remote. Closes: #405969 + * Update recommands to support dbus. Closes: #402355 + * Make python-gnupginterface a recommanded package. Closes: #405808 + + -- Yann Le Boulanger Tue, 09 Jan 2007 18:32:26 +0100 + gajim (0.11-1) unstable; urgency=low * New upstream release. Closes: #403806 diff --git a/debian/control b/debian/control index 39413aaf4..03ff65fba 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: gajim Section: net Priority: optional Maintainer: Yann Le Boulanger -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-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 diff --git a/debian/gajim.menu b/debian/gajim.menu index f1efc22e2..cd7a318f3 100644 --- a/debian/gajim.menu +++ b/debian/gajim.menu @@ -1,6 +1,6 @@ ?package(gajim): \ needs="X11" \ - section="Apps/Net" \ + section="Applications/Network/Communication" \ command="/usr/bin/gajim" \ icon="/usr/share/pixmaps/gajim.xpm" \ title="Gajim" \