~jtaylor/ubuntu/oneiric/gajim/multiple-CVE

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Nafallo Bjälevik
  • Date: 2008-11-16 00:26:27 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20081116002627-4olie99o2rqc7001
Tags: 0.12~beta1-0ubuntu1
* New upstream beta release:
  + Security improvements: End-to-End encryption, SSL certificat verification
  + Ability to minimize groupchats in roster
  + Chat to groupchat transformation
  + Block/Unblock contacts directly from roster
  + Single window mode
  + PEP support (User activity, mood and tune)
  + Security improvements: Kerberos (GSSAPI) SASL Authentication mechanism
  + Improve GUI of some windows
  + Fix handling of invalid XML
  + Fix freeze on connection
* Dropped all changes, patches and backports.
* src/common/passwords.py:
  - Change keyring to 'login', which is what gets unlocked at login.
* debian/copyright:
  - Updated for the GPL-3 change and for the amount of upstream authors.
* debian/control:
  - Update Standards-Version and drop XS for Vcs-Bzr.
  - Add Homepage and use ${shlibs:Depends}.
* debian/rules:
  - Update to not ignore errors from make clean.
  - Update with dh_shlibdeps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: net
3
3
Priority: optional
4
4
Maintainer: Nafallo Bjälevik <nafallo@ubuntu.com>
5
 
Standards-Version: 3.7.2
6
 
Build-Depends: debhelper (>= 5.0.37.2), python-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext, libxss-dev, libaspell-dev, intltool, libdbus-1-dev
7
 
XS-Vcs-Bzr: http://code.launchpad.net/~ubuntu-dev/gajim/ubuntu
 
5
Standards-Version: 3.8.0
 
6
Build-Depends: debhelper (>= 5.0.37.2), python-dev, python-gtk2-dev, libgtk2.0-dev, libxss-dev, libgtkspell-dev, libdbus-1-dev, intltool
 
7
Vcs-Bzr: http://code.launchpad.net/~ubuntu-dev/gajim/devel
8
8
 
9
9
Package: gajim
10
10
Architecture: any
11
11
Section: net
12
12
Priority: optional
13
 
Depends: python (>= 2.4), python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python-gnomecanvas, aspell, dnsutils, python-launchpad-integration, python-pysqlite2
14
 
Recommends: libnotify1, notification-daemon, python-dbus, python-avahi
 
13
Depends: ${shlibs:Depends}, python (>= 2.4), python-glade2 (>= 2.8.0), python-gtk2 (>= 2.8.0), python-gnome2-desktop, python-gnome2-extras, python-openssl, dnsutils
 
14
Recommends: python-crypto, python-notify, python-sexy, python-dbus, python-avahi, aspell-dictionary
15
15
Suggests: python-gnupginterface, seahorse
 
16
Homepage: http://www.gajim.org
16
17
Description: Jabber client written in PyGTK
17
 
 Gajim is a jabber client written in python, with a GTK frontend.
 
18
 Gajim is a Jabber client written in Python, with a GTK+ frontend.