diff --git a/debian/changelog b/debian/changelog index 8029651ff..3760d9c88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +gajim (0.14.4-1) unstable; urgency=low + + * New upstream release. Closes: #637071 + * Fixes weird error. Closes: #632226 + * Stop suggesting unused python-sexy. Closes: #633301 + * Modify 00_debian-copying.diff to also not install ChangeLog file. + dh_changelogs will do it. + + -- Yann Leboulanger Fri, 22 Jul 2011 12:56:30 +0200 + +gajim (0.14.3-1) unstable; urgency=low + + * New upstream release. + * Fix closing roster window. Closes: #630315 + + -- Yann Leboulanger Sun, 19 Jun 2011 21:46:09 +0200 + +gajim (0.14.2-1) unstable; urgency=low + + * New upstream release. + * Fix CPU usage when testing file transfer proxies. Closes: #626576 + + -- Yann Leboulanger Tue, 07 Jun 2011 19:30:43 +0200 + gajim (0.14.1-1) unstable; urgency=low [ Yann Leboulanger ] diff --git a/debian/control b/debian/control index bc78a4a83..ec3323279 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Package: gajim Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.16.0), dnsutils Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl (>= 0.9), python-crypto -Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomekeyring, gnome-keyring, python-sexy, python-kerberos (>= 1.1), texlive-latex-base, dvipng, python-farsight, gstreamer0.10-plugins-ugly +Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomekeyring, gnome-keyring, python-kerberos (>= 1.1), texlive-latex-base, dvipng, python-farsight, gstreamer0.10-plugins-ugly 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, diff --git a/debian/patches/00_debian-copying.diff b/debian/patches/00_debian-copying.diff index 6c9cc7700..b05901f13 100644 --- a/debian/patches/00_debian-copying.diff +++ b/debian/patches/00_debian-copying.diff @@ -3,20 +3,22 @@ Forwarded: not-neded --- a/Makefile.am +++ b/Makefile.am -@@ -8,7 +8,6 @@ +@@ -7,8 +7,6 @@ + docfilesdir = $(docdir) docfiles_DATA = README \ README.html \ - ChangeLog \ +- ChangeLog \ - COPYING \ THANKS \ THANKS.artists \ AUTHORS --- a/Makefile.in +++ b/Makefile.in -@@ -299,7 +299,6 @@ +@@ -298,8 +298,6 @@ + docfilesdir = $(docdir) docfiles_DATA = README \ README.html \ - ChangeLog \ +- ChangeLog \ - COPYING \ THANKS \ THANKS.artists \