aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog23
-rw-r--r--debian/control1
2 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2fcbc65..ba22fde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+indicator-application (0.0.9-0ubuntu1~ppa4) karmic; urgency=low
+
+ * Upstream merge
+ * Adding in a file to position the indicators
+ * debian/control: Adding dependency for json-glib to build.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 21 Jan 2010 14:12:37 -0600
+
+indicator-application (0.0.9-0ubuntu1~ppa3) karmic; urgency=low
+
+ * Upstream update
+ * Ref counting theme directories as they get added and removed
+ * Use the right callback function for fallback (LP: #507975)
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 20 Jan 2010 14:59:48 -0600
+
+indicator-application (0.0.9-0ubuntu1~ppa2) karmic; urgency=low
+
+ * Upstream update
+ * Support getting the app list from a running service.
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 20 Jan 2010 14:47:47 -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,