~ubuntu-branches/ubuntu/oneiric/ubuntuone-control-panel/oneiric

« back to all changes in this revision

Viewing changes to debian/control

* New upstream release:
  [ Alejandro J. Cura <alecu@canonical.com>]
    - Do not throw a webclient error when closing
      (LP: #845105).
  [ Natalia B. Bidart <natalia.bidart@canonical.com> ]
    - Removed all code related to Bookmarks (LP: #850142).
    - Replaces references to "Evolution" by "Thunderbird" (LP: #849494).
  [ Rodney Dawes <rodney.dawes@canonical.com> ]
    - Don't install a .desktop file for control panel
      (part of LP: #838778).
    - Point the indicator/Unity API at the installer .desktop file
      (part of LP: #838778).
    - Set the WMCLASS so Unity will fall back properly
      (part of LP: #838778).
    - Fix a few grammar mistakes (LP: #835093).
    - Don't show the "Get NGB free!" label on "Join now" button at all
      (LP: #819955).
* debian/control:
  - ubuntuone-control-panel-gtk depends now on ubuntuone-installer >= 2.0.0.
  - require ubuntuone-client >= 2.0.0.
  - require ubuntu-sso-client >= 1.4.0.
  - no longer install a .desktop file (will be installed by ubuntuone-installer).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 ${python:Depends},
18
18
 python,
19
19
 python-ubuntuone-control-panel (= ${binary:Version}),
20
 
 ubuntuone-client (>= 1.7.1),
 
20
 ubuntuone-client (>= 2.0.0),
21
21
Recommends: ubuntuone-control-panel-gui
22
22
Description: Ubuntu One Control Panel
23
23
 Desktop application to manage an Ubuntu One account.
37
37
 python-simplejson,
38
38
 python-twisted-core,
39
39
 python-twisted-web,
40
 
 python-ubuntuone-client (>= 1.7.1),
41
 
 ubuntu-sso-client (>= 1.2.0),
 
40
 python-ubuntuone-client (>= 2.0.0),
 
41
 ubuntu-sso-client (>= 1.4.0),
42
42
Description: Ubuntu One Control Panel Python Libraries
43
43
 Ubuntu One Control Panel provides a Python library to manage an Ubuntu One
44
44
 account.
55
55
 python-defer | python-aptdaemon,
56
56
 python-gobject (>= 2.21.5),
57
57
 python-gtk2,
58
 
 python-ubuntuone-client (>= 1.7.1),
59
 
 ubuntu-sso-client (>= 1.2.0),
60
 
 ubuntuone-client (>= 1.7.1),
 
58
 python-ubuntuone-client (>= 2.0.0),
 
59
 ubuntu-sso-client (>= 1.4.0),
 
60
 ubuntuone-client (>= 2.0.0),
61
61
 ubuntuone-control-panel (= ${binary:Version}),
 
62
 ubuntuone-installer (>= 2.0.0),
62
63
Provides: ubuntuone-control-panel-gui
63
64
Description: Ubuntu One Control Panel
64
65
 GTK+ desktop application to manage an Ubuntu One account.
65