diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-10 10:33:11 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-02-10 10:33:11 -0500 |
commit | 1fc19f1fb5eeaf7b3a600f4783e66ff75e092d56 (patch) | |
tree | 8d70f1e282c2677c71b52395a90f219497325169 /debian/control | |
parent | 4aacdd9668a570edcd9a8654865f147dcab396fe (diff) | |
parent | 081237a24c34a9462c47a2d62720ba14f18cad0e (diff) | |
download | ayatana-indicator-messages-1fc19f1fb5eeaf7b3a600f4783e66ff75e092d56.tar.gz ayatana-indicator-messages-1fc19f1fb5eeaf7b3a600f4783e66ff75e092d56.tar.bz2 ayatana-indicator-messages-1fc19f1fb5eeaf7b3a600f4783e66ff75e092d56.zip |
* New upstream release.
* Adding code coverage targets
* Match libindicate 0.6.90
* Updating for Dbusmenu 0.5.90
* Plug leak in launcher_menu_item_new
* Fix memory leak: Free path string.
* Compare server and path for multi-server clients
* Using the new GTK3 box API to avoid deprecations
* Adding a name hint
* debian/control: Requiring libindicate 0.6.90 and dbusmenu 0.5.90
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control index ae1c8a3..9db6511 100644 --- a/debian/control +++ b/debian/control @@ -12,14 +12,14 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.5.90), - libindicate-gtk-dev (>= 0.5.90), - libindicate-gtk3-dev (>= 0.5.90), + libindicate-dev (>= 0.6.90), + libindicate-gtk-dev (>= 0.6.90), + libindicate-gtk3-dev (>= 0.6.90), libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.3.94), - libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-gtk3-dev (>= 0.3.94), + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), libtelepathy-glib-dev (>= 0.9.0) Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-messages |