diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-08 15:12:47 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-02-08 15:12:47 -0500 |
commit | 4eacd253f0fd5cb22a6c12dbf58126eb14c95bde (patch) | |
tree | 27c93878367ff2c04a9b9482b718b71ef8652857 /debian/control | |
parent | 6c05bbbd892c117777b11662b7e86c0d201398ec (diff) | |
parent | fb82208c7c5a593eb89f1a53174978b562fcdae7 (diff) | |
download | ayatana-indicator-session-4eacd253f0fd5cb22a6c12dbf58126eb14c95bde.tar.gz ayatana-indicator-session-4eacd253f0fd5cb22a6c12dbf58126eb14c95bde.tar.bz2 ayatana-indicator-session-4eacd253f0fd5cb22a6c12dbf58126eb14c95bde.zip |
* New upstream release.
* Screensaver code cleanup
* Fix ordering of items on request
* Removing GOA support
* Fix GTK3 Box Deprecation
* Updating to dbusmenu 0.5.90
* Making the gtk logout helper and apt optional build time choices
* Add name hints to the indicators
* bump version for release
* Drop debian/patches/01-remove-dead-gss-handling.patch: Upstream
* debian/control: Updating dbusmenu dep to 0.5.90
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index a09befd..557ccf2 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,9 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.4.92), - libdbusmenu-gtk-dev (>= 0.4.92), - libdbusmenu-gtk3-dev (>= 0.4.92), + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), libpolkit-gobject-1-dev, intltool Standards-Version: 3.9.2 |