aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-21 08:55:32 -0600
committerTed Gould <ted@gould.cx>2010-01-21 08:55:32 -0600
commit770afffd927421ced6e74d29a751dac394c2d5ec (patch)
tree2c650eb211a7cff5b466e05b4cee1182d2af6f88
parentd4f211aa742b9717bfdcd5faf9ef41d4eb750b75 (diff)
downloadayatana-indicator-application-770afffd927421ced6e74d29a751dac394c2d5ec.tar.gz
ayatana-indicator-application-770afffd927421ced6e74d29a751dac394c2d5ec.tar.bz2
ayatana-indicator-application-770afffd927421ced6e74d29a751dac394c2d5ec.zip
debian/control: Adding dependency for json-glib to build.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b65cb14..9616370 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+indicator-application (0.0.9-0ubuntu1~ppa4~order2) UNRELEASED; urgency=low
+
+ * debian/control: Adding dependency for json-glib to build.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 21 Jan 2010 08:55:06 -0600
+
indicator-application (0.0.9-0ubuntu1~ppa4~order1) karmic; urgency=low
* Upstream merge
diff --git a/debian/control b/debian/control
index 253b911..49e67dd 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,