aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 998d79c..fbccfc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdbusmenu (0.0-0ubuntu1~ppa6~dbusdeath2) UNRELEASED; urgency=low
+
+ * debian/control: Adding in a build dependency on libjson-glib-dev
+ as it's now required to build the tests.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 18 Jun 2009 23:03:15 -0500
+
libdbusmenu (0.0-0ubuntu1~ppa6~dbusdeath1) jaunty; urgency=low
* Dbus death branch.
diff --git a/debian/control b/debian/control
index 21f411e..4120469 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 5.0),
gnome-doc-utils,
libtool,
intltool,
- libxml2-dev
+ libxml2-dev,
+ libjson-glib-dev
Standards-Version: 3.8.0
Homepage: https://launchpad.net/libdbusmenu
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/libdbusmenu/ubuntu