~ubuntu-branches/ubuntu/saucy/jockey/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-12-08 12:52:01 UTC
  • mfrom: (2.1.35)
  • Revision ID: package-import@ubuntu.com-20111208125201-nuyuj9q81eh0oyhv
Tags: 0.9.6-0ubuntu1
* New upstream bug fix release:
  - jockey/oslib.py: Use specified target_kernel for module aliases, too.
    Thanks Hedayat Vatankhah! (LP: #900851)
  - jockey/oslib.py: Be robust against failure to open blacklist for
    writing. Thanks Hedayat Vatankhah! (LP: #900850)
  - Fix some style issues in desktop files. Thanks Hedayat Vatankhah!
    (LP: #900819)
  - ui_notification(): Add accessible description to indicator.
    (LP: #891920)
  - Launchpad automatic translations updates.

* debian/control: Move from transitional python-gobject to python-gi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
Depends: ${python:Depends},
34
34
 ${misc:Depends},
35
35
 jockey-common (= ${binary:Version}),
36
 
 python-gobject (>= 2.27.91),
 
36
 python-gi,
37
37
 gir1.2-gtk-3.0,
38
38
 gir1.2-notify-0.7,
39
39
 gir1.2-appindicator3-0.1,