diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-10 16:34:26 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-10 16:34:26 -0400 |
commit | ae81953d3491fcadae3b05c9535c6605a50a9467 (patch) | |
tree | cb8a8cbf0ad10b45c3457852acd02790bcd7f2c2 /debian/control | |
parent | f0c187f8dd55d8b831892ce30937aed2b737c5f8 (diff) | |
parent | b5eb255fae2158fde84def56b46fa6c5424f5b84 (diff) | |
download | ayatana-indicator-session-ae81953d3491fcadae3b05c9535c6605a50a9467.tar.gz ayatana-indicator-session-ae81953d3491fcadae3b05c9535c6605a50a9467.tar.bz2 ayatana-indicator-session-ae81953d3491fcadae3b05c9535c6605a50a9467.zip |
* New upstream release.
- restart is missing from SessionMenu (LP: #815077)
- Don't allow starting programs via the greeter indicators (LP: #811853)
- Printer menu item should launch system-config-printer (LP: #818602)
- gudev integration
- apt restart required awareness
* debian/control
- Added build depends on libgudev-1.0-dev
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index efc5d53..af1db07 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 5.0), libgtk-3-dev, libgconf2-dev, libdbus-glib-1-dev, + libgudev-1.0-dev, gnome-doc-utils, libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), |