aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/control1
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),