diff options
author | Ted Gould <ted@canonical.com> | 2009-06-18 23:03:49 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-18 23:03:49 -0500 |
commit | 53d3a517439aeb249f04028f9ed800014ded7092 (patch) | |
tree | 0ef83343cb4ec3299a2dcfbaadc4b4368103081a | |
parent | 13d0edde25c1a0a9e1b8cf19eadac104756d33d9 (diff) | |
download | libdbusmenu-53d3a517439aeb249f04028f9ed800014ded7092.tar.gz libdbusmenu-53d3a517439aeb249f04028f9ed800014ded7092.tar.bz2 libdbusmenu-53d3a517439aeb249f04028f9ed800014ded7092.zip |
debian/control: Adding in a build dependency on libjson-glib-dev
as it's now required to build the tests.
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 |
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 |