changeset 75d28a6dbaa1 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=75d28a6dbaa1 description: update debian folder
diffstat: debian/changelog | 6 ++++++ debian/control | 6 +++--- debian/rules | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diffs (41 lines): diff -r 6451d94aa8d2 -r 75d28a6dbaa1 debian/changelog --- a/debian/changelog Sat Jul 24 22:08:21 2010 +0200 +++ b/debian/changelog Sat Jul 24 22:14:23 2010 +0200 @@ -1,3 +1,9 @@ +gajim (0.13.90-1) unstable; urgency=low + + * New upstream release. + + -- Yann Leboulanger <[email protected]> Sat, 24 Jul 2010 10:25:26 +0200 + gajim (0.13.4-1) unstable; urgency=low * New upstream release. diff -r 6451d94aa8d2 -r 75d28a6dbaa1 debian/control --- a/debian/control Sat Jul 24 22:08:21 2010 +0200 +++ b/debian/control Sat Jul 24 22:14:23 2010 +0200 @@ -11,12 +11,12 @@ 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 -r 6451d94aa8d2 -r 75d28a6dbaa1 debian/rules --- a/debian/rules Sat Jul 24 22:08:21 2010 +0200 +++ b/debian/rules Sat Jul 24 22:14:23 2010 +0200 @@ -14,4 +14,4 @@ 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 _______________________________________________ Commits mailing list [email protected] http://lists.gajim.org/cgi-bin/listinfo/commits
