diff --git a/debian/changelog b/debian/changelog index 2e912b755..3b3b54192 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gajim (0.13.90-1) unstable; urgency=low + + * New upstream release. + + -- Yann Leboulanger Sat, 24 Jul 2010 10:25:26 +0200 + gajim (0.13.4-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index f2f006c9c..bb0a6d0c2 100644 --- a/debian/control +++ b/debian/control @@ -11,12 +11,12 @@ Vcs-Hg: http://hg.gajim.org/gajim/ Vcs-Browser: http://hg.gajim.org/gajim/file Package: gajim -Architecture: any +Architecture: all XB-Python-Version: ${python:Versions} Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-support (>= 0.7.1), python-glade2 (>= 2.12.0), python-gtk2 (>= 2.12.0), dnsutils Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl, 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 +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 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, - avatars, file transfers, D-Bus and Metacontacts. + avatars, file transfers, audio/video call, D-Bus and Metacontacts. diff --git a/debian/rules b/debian/rules index dfd6c862b..bc351b438 100755 --- a/debian/rules +++ b/debian/rules @@ -14,4 +14,4 @@ DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR) binary-install/gajim:: rm $(DEB_DESTDIR)/usr/share/gajim/src/common/GnuPGInterface.py* dh_pysupport -pgajim - convert $(DEB_DESTDIR)/usr/share/pixmaps/gajim.png -resize 32x32 $(DEB_DESTDIR)/usr/share/pixmaps/gajim.xpm + convert $(DEB_DESTDIR)/usr/share/icons/hicolor/64x64/apps/gajim.png -resize 32x32 $(DEB_DESTDIR)/usr/share/pixmaps/gajim.xpm