diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-23 12:50:05 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-23 12:50:05 -0400 |
commit | b72dbbdf4b558e0f0a1bd4f64c6b11fe322d5a46 (patch) | |
tree | 6f0f12885e240dd2ae97cf23140cb77c8faefd55 /debian/control | |
parent | 62b88ad77faf9faed1de56e8a6e97f9ea274bc02 (diff) | |
parent | 3751cc4b823c5d701456317bb86fc4fc39bf3b9e (diff) | |
download | ayatana-indicator-power-b72dbbdf4b558e0f0a1bd4f64c6b11fe322d5a46.tar.gz ayatana-indicator-power-b72dbbdf4b558e0f0a1bd4f64c6b11fe322d5a46.tar.bz2 ayatana-indicator-power-b72dbbdf4b558e0f0a1bd4f64c6b11fe322d5a46.zip |
* New upstream release.
- Use gsettings to store the status of "Show time in Menu Bar"
option (LP: #829853)
- Follow standard alignment of icons in menus (LP: #829697)
- Do not use a space before an ellipsis at the end of a string.
* debian/control
- Added build depends for libglib2.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 9eb4640..01a422a 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: debhelper (>= 8), libgtk-3-dev, + libglib2.0-dev, libindicator3-dev (>= 0.3.90), libupower-glib-dev (>= 0.9.5), gnome-settings-daemon-dev (>= 3.1.4), |