aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
-rw-r--r--debian/control1
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2fcbc65..01b66f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+indicator-application (0.0.10-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.0.10
+ * Adding in a file to position the indicators
+ * Ref counting theme directories as they get added and removed
+ * Use the right callback function for fallback (LP: #507975)
+ * Support getting the app list from a running service.
+ * debian/control: Adding dependency for json-glib to build.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 21 Jan 2010 14:21:00 -0600
+
indicator-application (0.0.9-0ubuntu3) lucid; urgency=low
* debian/control:
diff --git a/debian/control b/debian/control
index f115a59..02eed84 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 5.0),
python-central (>= 0.6),
libgtk2.0-dev (>= 2.12.0),
libdbus-glib-1-dev,
+ libjson-glib-dev,
gnome-doc-utils,
gtk-doc-tools,
intltool,