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 | |
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')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5ea1d36..4d816b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +indicator-power (0.7-0ubuntu1) UNRELEASED; urgency=low + + * 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 + + -- Ken VanDine <ken.vandine@canonical.com> Tue, 23 Aug 2011 12:44:58 -0400 + indicator-power (0.6-0ubuntu2) oneiric; urgency=low * src/indicator-power.c 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), |